Package com.stripe.model
Class Charge.PaymentMethodDetails.CardPresent.Receipt
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.CardPresent.Receipt
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails.CardPresent
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The type of account being debited or creditedEMV tag 9F26, cryptogram generated by the integrated circuit chip.Mnenomic of the Application Identifier.Identifier for this transaction.EMV tag 8A.Describes the method used by the cardholder to verify ownership of the card.EMV tag 84.The outcome of a series of EMV functions performed by the card reader.An indication of various EMV functions performed during the transaction.int
hashCode()
void
setAccountType
(String accountType) The type of account being debited or creditedvoid
setApplicationCryptogram
(String applicationCryptogram) EMV tag 9F26, cryptogram generated by the integrated circuit chip.void
setApplicationPreferredName
(String applicationPreferredName) Mnenomic of the Application Identifier.void
setAuthorizationCode
(String authorizationCode) Identifier for this transaction.void
setAuthorizationResponseCode
(String authorizationResponseCode) EMV tag 8A.void
setCardholderVerificationMethod
(String cardholderVerificationMethod) Describes the method used by the cardholder to verify ownership of the card.void
setDedicatedFileName
(String dedicatedFileName) EMV tag 84.void
setTerminalVerificationResults
(String terminalVerificationResults) The outcome of a series of EMV functions performed by the card reader.void
setTransactionStatusInformation
(String transactionStatusInformation) An indication of various EMV functions performed during the transaction.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Receipt
public Receipt()
-
-
Method Details
-
getAccountType
The type of account being debited or creditedOne of
checking
,credit
,prepaid
, orunknown
. -
getApplicationCryptogram
EMV tag 9F26, cryptogram generated by the integrated circuit chip. -
getApplicationPreferredName
Mnenomic of the Application Identifier. -
getAuthorizationCode
Identifier for this transaction. -
getAuthorizationResponseCode
EMV tag 8A. A code returned by the card issuer. -
getCardholderVerificationMethod
Describes the method used by the cardholder to verify ownership of the card. One of the following:approval
,failure
,none
,offline_pin
,offline_pin_and_signature
,online_pin
, orsignature
. -
getDedicatedFileName
EMV tag 84. Similar to the application identifier stored on the integrated circuit chip. -
getTerminalVerificationResults
The outcome of a series of EMV functions performed by the card reader. -
getTransactionStatusInformation
An indication of various EMV functions performed during the transaction. -
setAccountType
The type of account being debited or creditedOne of
checking
,credit
,prepaid
, orunknown
. -
setApplicationCryptogram
EMV tag 9F26, cryptogram generated by the integrated circuit chip. -
setApplicationPreferredName
Mnenomic of the Application Identifier. -
setAuthorizationCode
Identifier for this transaction. -
setAuthorizationResponseCode
EMV tag 8A. A code returned by the card issuer. -
setCardholderVerificationMethod
Describes the method used by the cardholder to verify ownership of the card. One of the following:approval
,failure
,none
,offline_pin
,offline_pin_and_signature
,online_pin
, orsignature
. -
setDedicatedFileName
EMV tag 84. Similar to the application identifier stored on the integrated circuit chip. -
setTerminalVerificationResults
The outcome of a series of EMV functions performed by the card reader. -
setTransactionStatusInformation
An indication of various EMV functions performed during the transaction. -
equals
-
canEqual
-
hashCode
public int hashCode()
-