OBJECT

ReleaseRemainingOrderAuthorizationPayload

link GraphQL Schema definition

1type ReleaseRemainingOrderAuthorizationPayload implements Payload {
2# Required permission: Order:read
3#
4# Store restrictions apply.
5order: Order
6
7# Required permission: PaymentHistory:read
8#
9# Store restrictions apply.
10paymentHistoryEntry: PaymentHistoryEntry
11
12# Field can be used to fetch payment history entries including gift card entries (external gift card plugin).
13#
14# Required permission: PaymentHistory:read
15#
16# Store restrictions apply.
17paymentHistoryEntries: [PaymentHistoryEntry!]!
18
19userErrors: [UserError!]!
20
21userWarnings: [UserWarning!]!
22
23}

link Required by