Parcelable representing a gift card wallet object.
| class | GiftCardWalletObject.Builder | Builder for GiftCardWalletObject. |
|
| public static final Creator<GiftCardWalletObject> | CREATOR |
| String |
getBalanceCurrencyCode()
Returns the currency code for the balance.
|
| long |
getBalanceMicros()
Returns balance for this card.
|
| long |
getBalanceUpdateTime()
Returns timestamp when the card balance was last updated.
|
| String |
getBarcodeAlternateText()
Returns human-readable text to display to the user in addition to the encoded
barcode value (ex: "3492013").
|
| String |
getBarcodeLabel()
This method is deprecated. This value is unused by the platform and will be
removed in the future.
|
| String |
getBarcodeType()
Returns barcode type.
|
| String |
getBarcodeValue()
Returns encoded barcode value.
|
| String |
getCardIdentifier()
This method is deprecated. This value is unused by the platform and will be
removed in the future.
|
| String |
getCardNumber()
Returns number identifiyng this card.
|
| String |
getClassId()
Returns gift card Class Id.
|
| String |
getEventNumber()
Returns the card's event number, an optional field used by some gift cards.
|
| String |
getId()
Returns the unique identifier for this Wallet Object.
|
| ArrayList<UriData> |
getImageModuleDataMainImageUris()
Returns image module main image uris.
|
| String |
getInfoModuleDataHexBackgroundColor()
This method is deprecated. This value is unused by the platform and will be
removed in the future.
|
| String |
getInfoModuleDataHexFontColor()
This method is deprecated. This value is unused by the platform and will be
removed in the future.
|
| ArrayList<LabelValueRow> |
getInfoModuleDataLabelValueRows()
Returns info module label value rows.
|
| boolean |
getInfoModuleDataShowLastUpdateTime()
Returns info module show last update time flag.
|
| String |
getIssuerName()
Returns gift card issuer name.
|
| ArrayList<UriData> |
getLinksModuleDataUris()
Returns links module uris.
|
| ArrayList<LatLng> |
getLocations()
Returns locations where the object is considered valid.
|
| ArrayList<WalletObjectMessage> |
getMessages()
Returns gift card Object messages.
|
| String |
getPin()
Returns pIN to access this card.
|
| int |
getState()
Returns gift card Object state.
|
| ArrayList<TextModuleData> |
getTextModulesData()
Returns text modules.
|
| String |
getTitle()
Returns title of the gift card.
|
| TimeInterval |
getValidTimeInterval()
Returns time interval within which the object is considered valid.
|
| static GiftCardWalletObject.Builder |
newBuilder()
Creates a helper instance whose implementation follows the builder pattern to
create new objects of
GiftCardWalletObject.
|
| void |
writeToParcel(Parcel dest, int
flags)
|
Returns the currency code for the balance.
Returns balance for this card.
Returns timestamp when the card balance was last updated.
Returns human-readable text to display to the user in addition to the encoded barcode value (ex: "3492013").
This method is deprecated.
This value is unused by the platform and will be removed in the future.
Returns barcode type. Possible values include "codabar", "qrCode", "textOnly", etc...
Returns encoded barcode value.
This method is deprecated.
This value is unused by the platform and will be removed in the future.
Returns number identifiyng this card.
Returns gift card Class Id.
Returns the card's event number, an optional field used by some gift cards.
Returns the unique identifier for this Wallet Object.
This method is deprecated.
This value is unused by the platform and will be removed in the future.
This method is deprecated.
This value is unused by the platform and will be removed in the future.
Returns info module label value rows.
Returns info module show last update time flag.
Returns gift card issuer name.
Returns locations where the object is considered valid.
Returns gift card Object messages.
Returns pIN to access this card.
Returns gift card Object state.
Returns text modules.
Returns title of the gift card.
Returns time interval within which the object is considered valid.
Creates a helper instance whose implementation follows the builder pattern to create
new objects of GiftCardWalletObject.