Merchant
Merchants associated with the account
type Merchant {
uuid: String!
name: String!
url: String
logoUrl: String
merchantColor: MerchantColor
primaryBalanceType: String
categories: [String!]
description: String
}
Fields
Merchant.uuid ● String! non-null scalar
UUID of the Merchant
Merchant.name ● String! non-null scalar
Name of the Merchant
Merchant.url ● String scalar
URL of the Merchant
Merchant.logoUrl ● String scalar
Logo URL of the Merchant
Merchant.merchantColor ● MerchantColor enum
Brand color of the Merchant
Merchant.primaryBalanceType ● String scalar
Primary balance type of the Merchant
Merchant.categories ● [String!] list scalar
Categories associated with the Merchant
Merchant.description ● String scalar
Description of the Merchant
Member Of
Account object ● CreateMerchantResult object ● DiscoverablePromotion object ● Promotion object ● UpdateMerchantResult object