GiftCardEventBalance
No description
type GiftCardEventBalance {
initialBalance: Money
currentBalance: Money!
oldInitialBalance: Money
oldCurrentBalance: Money
}
Fields
GiftCardEventBalance.initialBalance ● Money object
Initial balance of the gift card.
GiftCardEventBalance.currentBalance ● Money! non-null object
Current balance of the gift card.
GiftCardEventBalance.oldInitialBalance ● Money object
Previous initial balance of the gift card.
GiftCardEventBalance.oldCurrentBalance ● Money object
Previous current balance of the gift card.
Member of
GiftCardEvent object
Was this page helpful?