OBJECT

OrderCapturePayload

link GraphQL Schema definition

1type OrderCapturePayload implements Payload {
2# Required permission: Order:read
3#
4# Store restrictions apply.
5order: Order
6
7# Required permission: PaymentHistory:read
8paymentHistoryEntry: PaymentHistoryEntry
9
10userErrors: [UserError!]!
11
12userWarnings: [UserWarning!]!
13
14}

link Required by