GraphQL OBJECT
RefundReason
Refund reason that is valid for a specific refund type.
link Definition
- type RefundReason {
- #   Refund reason code.
- : RefundReasonEnum 
- #   Refund reason name.
- : String 
- }
GraphQL OBJECT
Refund reason that is valid for a specific refund type.
- type RefundReason {
- #   Refund reason code.
- : RefundReasonEnum 
- #   Refund reason name.
- : String 
- }