Skip to main content

GiftCardEventBalance Object

No description

type GiftCardEventBalance {
initialBalance: Money
currentBalance: Money!
oldInitialBalance: Money
oldCurrentBalance: Money
}

Fields

initialBalance ● Money

Initial balance of the gift card.

currentBalance ● Money!

Current balance of the gift card.

oldInitialBalance ● Money

Previous initial balance of the gift card.

oldCurrentBalance ● Money

Previous current balance of the gift card.

Member Of

GiftCardEvent object