Skip to main content

WalletPromotionsResult

Result of getting wallet promotions

type WalletPromotionsResult {
success: Boolean!
merchants: [WalletMerchant!]!
promotions: [WalletPromotion!]!
errors: [String!]
}

Fields

WalletPromotionsResult.success ● Boolean! non-null scalar

Whether the query was successful

WalletPromotionsResult.merchants ● [WalletMerchant!]! non-null object

List of merchants

WalletPromotionsResult.promotions ● [WalletPromotion!]! non-null object

List of promotions

WalletPromotionsResult.errors ● [String!] list scalar

List of errors that may have occurred