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