public class CardPaymentTokenEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CardPaymentTokenEntity.Builder
Class to build instances of
CardPaymentTokenEntity. |
| Constructor and Description |
|---|
CardPaymentTokenEntity()
Default constructor.
|
CardPaymentTokenEntity(String name,
String lastDigits,
CardBrand brand,
String expiry,
CardResponseAddress billingAddress,
CardVerificationStatus verificationStatus,
CardVerificationDetails verification,
NetworkTransactionReferenceEntity networkTransactionReference,
CardAuthenticationResponse authenticationResult,
BinDetails binDetails,
CardType type)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CardAuthenticationResponse |
getAuthenticationResult()
Getter for AuthenticationResult.
|
CardResponseAddress |
getBillingAddress()
Getter for BillingAddress.
|
BinDetails |
getBinDetails()
Getter for BinDetails.
|
CardBrand |
getBrand()
Getter for Brand.
|
String |
getExpiry()
Getter for Expiry.
|
String |
getLastDigits()
Getter for LastDigits.
|
String |
getName()
Getter for Name.
|
NetworkTransactionReferenceEntity |
getNetworkTransactionReference()
Getter for NetworkTransactionReference.
|
CardType |
getType()
Getter for Type.
|
CardVerificationDetails |
getVerification()
Getter for Verification.
|
CardVerificationStatus |
getVerificationStatus()
Getter for VerificationStatus.
|
void |
setAuthenticationResult(CardAuthenticationResponse authenticationResult)
Setter for AuthenticationResult.
|
void |
setBillingAddress(CardResponseAddress billingAddress)
Setter for BillingAddress.
|
void |
setBinDetails(BinDetails binDetails)
Setter for BinDetails.
|
void |
setBrand(CardBrand brand)
Setter for Brand.
|
void |
setExpiry(String expiry)
Setter for Expiry.
|
void |
setLastDigits(String lastDigits)
Setter for LastDigits.
|
void |
setName(String name)
Setter for Name.
|
void |
setNetworkTransactionReference(NetworkTransactionReferenceEntity networkTransactionReference)
Setter for NetworkTransactionReference.
|
void |
setType(CardType type)
Setter for Type.
|
void |
setVerification(CardVerificationDetails verification)
Setter for Verification.
|
void |
setVerificationStatus(CardVerificationStatus verificationStatus)
Setter for VerificationStatus.
|
CardPaymentTokenEntity.Builder |
toBuilder()
Builds a new
CardPaymentTokenEntity.Builder object. |
String |
toString()
Converts this CardPaymentTokenEntity into string format.
|
public CardPaymentTokenEntity()
public CardPaymentTokenEntity(String name, String lastDigits, CardBrand brand, String expiry, CardResponseAddress billingAddress, CardVerificationStatus verificationStatus, CardVerificationDetails verification, NetworkTransactionReferenceEntity networkTransactionReference, CardAuthenticationResponse authenticationResult, BinDetails binDetails, CardType type)
name - String value for name.lastDigits - String value for lastDigits.brand - CardBrand value for brand.expiry - String value for expiry.billingAddress - CardResponseAddress value for billingAddress.verificationStatus - CardVerificationStatus value for verificationStatus.verification - CardVerificationDetails value for verification.networkTransactionReference - NetworkTransactionReferenceEntity value for
networkTransactionReference.authenticationResult - CardAuthenticationResponse value for authenticationResult.binDetails - BinDetails value for binDetails.type - CardType value for type.public String getName()
public void setName(String name)
name - Value for Stringpublic String getLastDigits()
public void setLastDigits(String lastDigits)
lastDigits - Value for Stringpublic CardBrand getBrand()
public void setBrand(CardBrand brand)
brand - Value for CardBrandpublic String getExpiry()
public void setExpiry(String expiry)
expiry - Value for Stringpublic CardResponseAddress getBillingAddress()
public void setBillingAddress(CardResponseAddress billingAddress)
billingAddress - Value for CardResponseAddresspublic CardVerificationStatus getVerificationStatus()
public void setVerificationStatus(CardVerificationStatus verificationStatus)
verificationStatus - Value for CardVerificationStatuspublic CardVerificationDetails getVerification()
public void setVerification(CardVerificationDetails verification)
verification - Value for CardVerificationDetailspublic NetworkTransactionReferenceEntity getNetworkTransactionReference()
public void setNetworkTransactionReference(NetworkTransactionReferenceEntity networkTransactionReference)
networkTransactionReference - Value for NetworkTransactionReferenceEntitypublic CardAuthenticationResponse getAuthenticationResult()
public void setAuthenticationResult(CardAuthenticationResponse authenticationResult)
authenticationResult - Value for CardAuthenticationResponsepublic BinDetails getBinDetails()
public void setBinDetails(BinDetails binDetails)
binDetails - Value for BinDetailspublic CardType getType()
public void setType(CardType type)
type - Value for CardTypepublic String toString()
public CardPaymentTokenEntity.Builder toBuilder()
CardPaymentTokenEntity.Builder object.
Creates the instance with the state of the current model.CardPaymentTokenEntity.Builder objectCopyright © 2025. All rights reserved.