ECommerceGatewayAccount
Represents a third-party e-commerce gateway account configured in EventsAir.
type ECommerceGatewayAccount {
id: ID!
name: String!
reference: String!
}
Fields
ECommerceGatewayAccount.id
● ID!
non-null scalar
The unique identifier for the e-commerce gateway account.
ECommerceGatewayAccount.name
● String!
non-null scalar
UTF-8 string value that represents the name of the e-commerce gateway account.
ECommerceGatewayAccount.reference
● String!
non-null scalar
UTF-8 string value that will be included in e-commerce transactions when viewed in the gateway or merchant account.
Member Of
OnlinePaymentServices
object