OnlinePaymentServices
The online payment services configured for an event or contact store.
type OnlinePaymentServices {
eCommerceGatewayAccount: ECommerceGatewayAccount
payPalAccount: PayPalAccount
useTestTransactionProcessing: Boolean!
}
Fields
OnlinePaymentServices.eCommerceGatewayAccount ● ECommerceGatewayAccount object
An e-commerce gateway account configured in EventsAir. Optional.
OnlinePaymentServices.payPalAccount ● PayPalAccount object
A PayPal account configured in EventsAir. Optional.
OnlinePaymentServices.useTestTransactionProcessing ● Boolean! non-null scalar
A flag indicating that transactions through online payment services should be processed in test mode instead of as live transactions.
false by default.
Member Of
CeContactStore object ● ContactStore object ● Event object ● MembershipContactStore object