ReceiptDetails

@JsonClass(generateAdapter = true)
data class ReceiptDetails : Serializable

All necessary information for generating receipts

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of account being debited or credited

Link copied to clipboard

EMV tag 9F26, cryptogram generated by the integrated circuit chip.

Link copied to clipboard

Mnenomic of the Application Identifier.

Link copied to clipboard

Identifier for this transaction

Link copied to clipboard

EMV tag 8A. A code returned by the card issuer.

Link copied to clipboard
val cvm: String? = null

How the cardholder verified ownership of the card

Link copied to clipboard

EMV tag 84. Similar to the application identifier stored on the integrated circuit chip.

Link copied to clipboard
val tsi: String? = null

An indication of various EMV functions performed during the transaction.

Link copied to clipboard
val tvr: String? = null

The outcome of a series of EMV functions performed by the card reader.