Skip to main content

AppGroupOffer

No description

type AppGroupOffer {
uuid: String!
title: String!
description: String
type: AppGroupOfferType!
amount: Float
currencyCode: String
points: Float
expiresAt: Date
iconUrl: String
merchant: AppGroupOfferMerchant!
}

Fields

AppGroupOffer.uuid ● String! non-null scalar

Stable ID for the visible offer entry

AppGroupOffer.title ● String! non-null scalar

Offer title

AppGroupOffer.description ● String scalar

Promotion description when available

AppGroupOffer.type ● AppGroupOfferType! non-null enum

Offer category for UI treatment

AppGroupOffer.amount ● Float scalar

Numeric amount for credit and discount offers

AppGroupOffer.currencyCode ● String scalar

ISO 4217 currency code for monetary offer amounts

AppGroupOffer.points ● Float scalar

Points value for points-based offers

AppGroupOffer.expiresAt ● Date scalar

Offer expiry when available

AppGroupOffer.iconUrl ● String scalar

Resolved offer icon, preferring the merchant logo over the account icon

AppGroupOffer.merchant ● AppGroupOfferMerchant! non-null object

Merchant reference for the offer

Member Of

AppGroupDetail object