public class CardPaymentDetails extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CardPaymentDetails.Builder
Class to build instances of
CardPaymentDetails. |
| Constructor and Description |
|---|
CardPaymentDetails(String status,
Card card,
String entryMethod,
String cvvStatus,
String avsStatus,
String authResultCode,
String applicationIdentifier,
String applicationName,
String applicationCryptogram,
String verificationMethod,
String verificationResults,
String statementDescription,
DeviceDetails deviceDetails,
CardPaymentTimeline cardPaymentTimeline,
Boolean refundRequiresCardPresence,
List<Error> errors)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getApplicationCryptogram()
Getter for ApplicationCryptogram.
|
String |
getApplicationIdentifier()
Getter for ApplicationIdentifier.
|
String |
getApplicationName()
Getter for ApplicationName.
|
String |
getAuthResultCode()
Getter for AuthResultCode.
|
String |
getAvsStatus()
Getter for AvsStatus.
|
Card |
getCard()
Getter for Card.
|
CardPaymentTimeline |
getCardPaymentTimeline()
Getter for CardPaymentTimeline.
|
String |
getCvvStatus()
Getter for CvvStatus.
|
DeviceDetails |
getDeviceDetails()
Getter for DeviceDetails.
|
String |
getEntryMethod()
Getter for EntryMethod.
|
List<Error> |
getErrors()
Getter for Errors.
|
Boolean |
getRefundRequiresCardPresence()
Getter for RefundRequiresCardPresence.
|
String |
getStatementDescription()
Getter for StatementDescription.
|
String |
getStatus()
Getter for Status.
|
String |
getVerificationMethod()
Getter for VerificationMethod.
|
String |
getVerificationResults()
Getter for VerificationResults.
|
int |
hashCode() |
CardPaymentDetails.Builder |
toBuilder()
Builds a new
CardPaymentDetails.Builder object. |
String |
toString()
Converts this CardPaymentDetails into string format.
|
public CardPaymentDetails(String status, Card card, String entryMethod, String cvvStatus, String avsStatus, String authResultCode, String applicationIdentifier, String applicationName, String applicationCryptogram, String verificationMethod, String verificationResults, String statementDescription, DeviceDetails deviceDetails, CardPaymentTimeline cardPaymentTimeline, Boolean refundRequiresCardPresence, List<Error> errors)
status - String value for status.card - Card value for card.entryMethod - String value for entryMethod.cvvStatus - String value for cvvStatus.avsStatus - String value for avsStatus.authResultCode - String value for authResultCode.applicationIdentifier - String value for applicationIdentifier.applicationName - String value for applicationName.applicationCryptogram - String value for applicationCryptogram.verificationMethod - String value for verificationMethod.verificationResults - String value for verificationResults.statementDescription - String value for statementDescription.deviceDetails - DeviceDetails value for deviceDetails.cardPaymentTimeline - CardPaymentTimeline value for cardPaymentTimeline.refundRequiresCardPresence - Boolean value for refundRequiresCardPresence.errors - List of Error value for errors.public String getStatus()
public Card getCard()
public String getEntryMethod()
public String getCvvStatus()
public String getAvsStatus()
public String getAuthResultCode()
public String getApplicationIdentifier()
public String getApplicationName()
public String getApplicationCryptogram()
public String getVerificationMethod()
public String getVerificationResults()
public String getStatementDescription()
public DeviceDetails getDeviceDetails()
public CardPaymentTimeline getCardPaymentTimeline()
public Boolean getRefundRequiresCardPresence()
public List<Error> getErrors()
public String toString()
public CardPaymentDetails.Builder toBuilder()
CardPaymentDetails.Builder object.
Creates the instance with the state of the current model.CardPaymentDetails.Builder objectCopyright © 2022. All rights reserved.