Wallet Object


A wallet represents a customer who has Store Credits. It contains information about the Gift Card associated with this wallet. It also contains a list of references to the customer in specific source channels (see CustomerReference object definition below).

Properties
idstringRead-onlyformat GUID

Wallet ID.


revisionstringRead-onlyformat int64

Represents the current state of an item. Each time the item is modified, its revision changes. for an update operation to succeed, you MUST pass the latest revision.


giftCardIdstringRead-onlyformat GUID

ID of the Gift Card associated with this Wallet.


customerReferencesArray <CustomerReference>Read-onlyminItems 1maxItems 50

List of references to the customer in specific source channels. See definition below.


createdDatestringRead-onlyformat date-time

The time this Wallet was created.


updatedDatestringRead-onlyformat date-time

The time this Wallet was last updated.


giftCardInfoGiftCardInfoRead-only

Information about the Gift Card associated with this Wallet.

Did this help?