ReceiptDetails

@Serializable
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
val accountType: String?

The type of account being debited or credited

Link copied to clipboard
val applicationCryptogram: String? = null

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

Link copied to clipboard
val applicationPreferredName: String? = null

Mnenomic of the Application Identifier.

Link copied to clipboard
val authorizationCode: String? = null

Identifier for this transaction

Link copied to clipboard
val authorizationResponseCode: String? = null

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

Link copied to clipboard
@SerialName(value = "cardholderVerificationMethod")
val cvm: String? = null

How the cardholder verified ownership of the card

Link copied to clipboard
val dedicatedFileName: String? = null

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

Link copied to clipboard
@SerialName(value = "transactionStatusInformation")
val tsi: String? = null

An indication of various EMV functions performed during the transaction.

Link copied to clipboard
@SerialName(value = "terminalVerificationResults")
val tvr: String? = null

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