ENUM
NonPaymentMethodPaymentType
A type of Payment
that can only be made without using a payment method (like a credit card, or bank account.)
link GraphQL Schema definition
- enum NonPaymentMethodPaymentType {
- # Cash
- # Wire
- # Check
- # Other
- # PayPal
- }