ReceiptDetails

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

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

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

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
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
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.