GiftCardDetails

@Serializable
data class GiftCardDetails : Serializable

GiftCardDetails contains details about the gift card used for a payment.

Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal

Types

Link copied to clipboard
@Serializable
data class Balance : Serializable

Properties

Link copied to clipboard

The gift card balance at the time of the operation.

Link copied to clipboard
val bin: String? = null

The bank identification number for the gift card.

Link copied to clipboard
val brand: GiftCardBrand? = null

Gift card brand.

Link copied to clipboard
val expMonth: Int? = null

Expiration month.

Link copied to clipboard
val expYear: Int? = null

Expiration year.

Link copied to clipboard
val last4: String? = null

The last four digits of the gift card number.

Link copied to clipboard
val transactionId: String? = null

The transaction identifier returned by the gift card processor.