public class CardVerificationDetails extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CardVerificationDetails.Builder
Class to build instances of
CardVerificationDetails. |
| Constructor and Description |
|---|
CardVerificationDetails()
Default constructor.
|
CardVerificationDetails(String networkTransactionId,
String date,
CardBrand network,
String time,
Money amount,
CardVerificationProcessorResponse processorResponse,
JsonValue threeDSecure)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Money |
getAmount()
Getter for Amount.
|
String |
getDate()
Getter for Date.
|
CardBrand |
getNetwork()
Getter for Network.
|
String |
getNetworkTransactionId()
Getter for NetworkTransactionId.
|
CardVerificationProcessorResponse |
getProcessorResponse()
Getter for ProcessorResponse.
|
JsonValue |
getThreeDSecure()
Getter for ThreeDSecure.
|
String |
getTime()
Getter for Time.
|
void |
setAmount(Money amount)
Setter for Amount.
|
void |
setDate(String date)
Setter for Date.
|
void |
setNetwork(CardBrand network)
Setter for Network.
|
void |
setNetworkTransactionId(String networkTransactionId)
Setter for NetworkTransactionId.
|
void |
setProcessorResponse(CardVerificationProcessorResponse processorResponse)
Setter for ProcessorResponse.
|
void |
setThreeDSecure(JsonValue threeDSecure)
Setter for ThreeDSecure.
|
void |
setTime(String time)
Setter for Time.
|
CardVerificationDetails.Builder |
toBuilder()
Builds a new
CardVerificationDetails.Builder object. |
String |
toString()
Converts this CardVerificationDetails into string format.
|
public CardVerificationDetails()
public CardVerificationDetails(String networkTransactionId, String date, CardBrand network, String time, Money amount, CardVerificationProcessorResponse processorResponse, JsonValue threeDSecure)
networkTransactionId - String value for networkTransactionId.date - String value for date.network - CardBrand value for network.time - String value for time.amount - Money value for amount.processorResponse - CardVerificationProcessorResponse value for processorResponse.threeDSecure - JsonValue value for threeDSecure.public String getNetworkTransactionId()
public void setNetworkTransactionId(String networkTransactionId)
networkTransactionId - Value for Stringpublic String getDate()
public void setDate(String date)
date - Value for Stringpublic CardBrand getNetwork()
public void setNetwork(CardBrand network)
network - Value for CardBrandpublic String getTime()
public void setTime(String time)
time - Value for Stringpublic Money getAmount()
public void setAmount(Money amount)
amount - Value for Moneypublic CardVerificationProcessorResponse getProcessorResponse()
public void setProcessorResponse(CardVerificationProcessorResponse processorResponse)
processorResponse - Value for CardVerificationProcessorResponsepublic JsonValue getThreeDSecure()
public void setThreeDSecure(JsonValue threeDSecure)
threeDSecure - Value for JsonValuepublic String toString()
public CardVerificationDetails.Builder toBuilder()
CardVerificationDetails.Builder object.
Creates the instance with the state of the current model.CardVerificationDetails.Builder objectCopyright © 2025. All rights reserved.