public class ReceiptDetails
All necessary information for generating receipts
Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal
Modifier and Type | Method and Description |
---|---|
java.lang.String |
component1()
Identifier for this transaction
|
java.lang.String |
component2()
EMV tag 8A.
|
java.lang.String |
component3()
EMV tag 84.
|
java.lang.String |
component4()
Mnenomic of the Application Identifier.
|
java.lang.String |
component5()
EMV tag 9F26,
|
java.lang.String |
component6()
How the cardholder verified ownership of the card
|
java.lang.String |
component7()
The outcome of a series of EMV functions performed by the card reader.
|
java.lang.String |
component8()
An indication of various EMV functions performed during the transaction.
|
ReceiptDetails |
copy(java.lang.String authorizationCode,
java.lang.String authorizationResponseCode,
java.lang.String dedicatedFileName,
java.lang.String applicationPreferredName,
java.lang.String applicationCryptogram,
java.lang.String cvm,
java.lang.String tvr,
java.lang.String tsi)
All necessary information for generating receipts
|
boolean |
equals(java.lang.Object p) |
java.lang.String |
getApplicationCryptogram()
EMV tag 9F26,
|
java.lang.String |
getApplicationPreferredName()
Mnenomic of the Application Identifier.
|
java.lang.String |
getAuthorizationCode()
Identifier for this transaction
|
java.lang.String |
getAuthorizationResponseCode()
EMV tag 8A.
|
java.lang.String |
getCvm()
How the cardholder verified ownership of the card
|
java.lang.String |
getDedicatedFileName()
EMV tag 84.
|
java.lang.String |
getTsi()
An indication of various EMV functions performed during the transaction.
|
java.lang.String |
getTvr()
The outcome of a series of EMV functions performed by the card reader.
|
int |
hashCode() |
java.lang.String |
toString() |
@Nullable public java.lang.String getAuthorizationCode()
Identifier for this transaction
@Nullable public java.lang.String getAuthorizationResponseCode()
EMV tag 8A.
A code returned by the card issuer.
@Nullable public java.lang.String getDedicatedFileName()
EMV tag 84.
Similar to the application identifier stored on the integrated circuit chip.
@Nullable public java.lang.String getApplicationPreferredName()
Mnenomic of the Application Identifier.
@Nullable public java.lang.String getApplicationCryptogram()
EMV tag 9F26,
cryptogram generated by the integrated circuit chip.
@Nullable public java.lang.String getCvm()
How the cardholder verified ownership of the card
@Nullable public java.lang.String getTvr()
The outcome of a series of EMV functions performed by the card reader.
@Nullable public java.lang.String getTsi()
An indication of various EMV functions performed during the transaction.
@Nullable public java.lang.String component1()
Identifier for this transaction
@Nullable public java.lang.String component2()
EMV tag 8A.
A code returned by the card issuer.
@Nullable public java.lang.String component3()
EMV tag 84.
Similar to the application identifier stored on the integrated circuit chip.
@Nullable public java.lang.String component4()
Mnenomic of the Application Identifier.
@Nullable public java.lang.String component5()
EMV tag 9F26,
cryptogram generated by the integrated circuit chip.
@Nullable public java.lang.String component6()
How the cardholder verified ownership of the card
@Nullable public java.lang.String component7()
The outcome of a series of EMV functions performed by the card reader.
@Nullable public java.lang.String component8()
An indication of various EMV functions performed during the transaction.
@NotNull public ReceiptDetails copy(@Nullable java.lang.String authorizationCode, @Nullable java.lang.String authorizationResponseCode, @Nullable java.lang.String dedicatedFileName, @Nullable java.lang.String applicationPreferredName, @Nullable java.lang.String applicationCryptogram, @Nullable java.lang.String cvm, @Nullable java.lang.String tvr, @Nullable java.lang.String tsi)
All necessary information for generating receipts
Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable java.lang.Object p)