GiftcardsBalanceResponse

The JSON response structure of the GiftcardsApi Balance endpoint.

interface GiftcardsBalanceResponse : Serializable

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

giftCardBalances
Link copied to clipboard
abstract val giftCardBalances: List<GiftCardBalance>