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