Package com.stripe.model
Class Source.CardPresent
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Source.CardPresent
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Source
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getBrand()
getIin()
getLast4()
int
hashCode()
void
setApplicationCryptogram
(String applicationCryptogram) void
setApplicationPreferredName
(String applicationPreferredName) void
setAuthorizationCode
(String authorizationCode) void
setAuthorizationResponseCode
(String authorizationResponseCode) void
void
setCountry
(String country) void
setCvmType
(String cvmType) void
setDataType
(String dataType) void
setDedicatedFileName
(String dedicatedFileName) void
setDescription
(String description) void
setEmvAuthData
(String emvAuthData) void
setEvidenceCustomerSignature
(String evidenceCustomerSignature) void
setEvidenceTransactionCertificate
(String evidenceTransactionCertificate) void
setExpMonth
(Long expMonth) void
setExpYear
(Long expYear) void
setFingerprint
(String fingerprint) void
setFunding
(String funding) void
void
void
void
setPosDeviceId
(String posDeviceId) void
setPosEntryMode
(String posEntryMode) void
void
setReadMethod
(String readMethod) void
setTerminalVerificationResults
(String terminalVerificationResults) void
setTransactionStatusInformation
(String transactionStatusInformation) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CardPresent
public CardPresent()
-
-
Method Details
-
getApplicationCryptogram
-
getApplicationPreferredName
-
getAuthorizationCode
-
getAuthorizationResponseCode
-
getBrand
-
getCountry
-
getCvmType
-
getDataType
-
getDedicatedFileName
-
getDescription
-
getEmvAuthData
-
getEvidenceCustomerSignature
-
getEvidenceTransactionCertificate
-
getExpMonth
-
getExpYear
-
getFingerprint
-
getFunding
-
getIin
-
getIssuer
-
getLast4
-
getPosDeviceId
-
getPosEntryMode
-
getReadMethod
-
getReader
-
getTerminalVerificationResults
-
getTransactionStatusInformation
-
setApplicationCryptogram
-
setApplicationPreferredName
-
setAuthorizationCode
-
setAuthorizationResponseCode
-
setBrand
-
setCountry
-
setCvmType
-
setDataType
-
setDedicatedFileName
-
setDescription
-
setEmvAuthData
-
setEvidenceCustomerSignature
-
setEvidenceTransactionCertificate
-
setExpMonth
-
setExpYear
-
setFingerprint
-
setFunding
-
setIin
-
setIssuer
-
setLast4
-
setPosDeviceId
-
setPosEntryMode
-
setReadMethod
-
setReader
-
setTerminalVerificationResults
-
setTransactionStatusInformation
-
equals
-
canEqual
-
hashCode
public int hashCode()
-