Skip to main content

PaymentFundingType

The different types of funding for a payment.

enum PaymentFundingType {
CASH
CHECK
CREDIT_CARD
DIRECT_DEPOSIT
EVENTSAIR_PAYMENTS
PAYPAL
}

Values

PaymentFundingType.CASH

The payment is made with cash.

PaymentFundingType.CHECK

The payment is made with a check.

PaymentFundingType.CREDIT_CARD

The payment is made with a credit card.

PaymentFundingType.DIRECT_DEPOSIT

The payment is made via a direct deposit.

PaymentFundingType.EVENTSAIR_PAYMENTS

The payment is made with EventsAir Payment.

PaymentFundingType.PAYPAL

The payment is made with PayPal.

Member Of

PaymentType object ● PaymentTypeSearchFilterInput input