GraphQL OBJECT
PurchaseMetaData
Meta data for current purchase status.
link Definition
- type PurchaseMetaData {
- # List of valid refund types.
- : [RefundType]
- # List of valid email types.
- : [MailType]
- # Indicates whether the payment information for the purchase can be edited.
- : Boolean
- # List of valid purchase actions.
- : [PurchaseActionType]
- }