ENUM
PaymentType
The type of Payment
made.
link GraphQL Schema definition
- enum PaymentType {
- # Credit card
- # Bank
- # Cash
- # Wire
- # Check
- # Other
- # PayPal
- }
link Require by
- AccountA customer account.
- BankAccountA bank account.
- CompanyA company you do business as.
- CorePaymentA Sonar payment.
- CreditCardA credit card.
- DepositSlipA deposit slip.
- DisputeA dispute.
- PaymentA payment.
- Querynull
- RefundedPaymentA record of a refund applied to a `Payment`.
- ReversedPaymentA record a `Payment` reversal.
- VoidedPaymentA record of a `Payment` that was voided.