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