PayPalAccount
Represents a third-party e-commerce gateway account configured in EventsAir.
type PayPalAccount {
id: ID!
name: String!
}
Fields
PayPalAccount.id
● ID!
non-null scalar
The unique identifier for the PayPal account.
PayPalAccount.name
● String!
non-null scalar
UTF-8 string value that represents the name of the PayPal account.
Member Of
OnlinePaymentServices
object