TokenizeGiftcardResponse

The JSON response structure of the Tokenize Giftcard endpoint.

interface TokenizeGiftcardResponse

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

balance
Link copied to clipboard
abstract val balance: BigDecimal
expired
Link copied to clipboard
abstract val expired: Boolean?
expiryDay
Link copied to clipboard
abstract val expiryDay: String
expiryMonth
Link copied to clipboard
abstract val expiryMonth: String
expiryYear
Link copied to clipboard
abstract val expiryYear: String
giftCard
Link copied to clipboard
abstract val giftCard: TokenizedGiftCard