GiftCardOperation

data class GiftCardOperation(val id: String, val giftCardId: String, val livemode: Boolean, val created: Long, val completed: Long?, val onBehalfOf: String?, val status: GiftCardStatus, val balance: <Error class: unknown class>?, val type: GiftCardOperationType, val failureCode: String?) : Serializable

Constructors

Link copied to clipboard
constructor(id: String, giftCardId: String, livemode: Boolean, created: Long, completed: Long?, onBehalfOf: String?, status: GiftCardStatus, balance: <Error class: unknown class>?, type: GiftCardOperationType, failureCode: String?)

Properties

Link copied to clipboard
val balance: <Error class: unknown class>?

remaining balance after the gift card operation. null on DEACTIVATION operation type

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

id of the GiftCardOperation

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard