Payment
Payment
- amount: CurrencyAmount!
The amount paid including currency
- date: ISO8601DateTime!
The date the payment was made
- id: ID!
- order: OrderInterface
The order this payment was for
- paymentMethod: PaymentMethodInterface!
The payment method used in the payment
PaymentConnection
The connection type for Payment.
- edges: [PaymentEdge]
A list of edges.
- nodes: [Payment]
A list of nodes.
- pageInfo: PageInfo!
Information to aid in pagination.
- totalCount: Int!