OBJECT

ReturnRefundPayload

link GraphQL Schema definition

1type ReturnRefundPayload implements Payload {
2# Required permission: Return:read
3#
4# Store restrictions apply.
5return: Return
6
7# Required permission: PaymentHistory:read
8#
9# Store restrictions apply.
10paymentHistoryEntries: [PaymentHistoryEntry!]!
11
12# Required permission: PaymentHistory:read
13#
14# Store restrictions apply.
15paymentHistoryEntry: PaymentHistoryEntry
16
17userErrors: [UserError!]!
18
19userWarnings: [UserWarning!]!
20
21}

link Required by