Class PaymentRequestNetworkTokenDestination
- java.lang.Object
-
- com.checkout.payments.request.destination.PaymentRequestDestination
-
- com.checkout.payments.request.destination.PaymentRequestNetworkTokenDestination
-
public final class PaymentRequestNetworkTokenDestination extends PaymentRequestDestination
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentRequestNetworkTokenDestination.PaymentRequestNetworkTokenDestinationBuilder
-
Constructor Summary
Constructors Constructor Description PaymentRequestNetworkTokenDestination()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentRequestNetworkTokenDestination.PaymentRequestNetworkTokenDestinationBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)AccountHoldergetAccountHolder()java.lang.StringgetCryptogram()java.lang.StringgetEci()java.lang.IntegergetExpiryMonth()java.lang.IntegergetExpiryYear()java.lang.StringgetToken()NetworkTokenTypegetTokenType()inthashCode()voidsetAccountHolder(AccountHolder accountHolder)voidsetCryptogram(java.lang.String cryptogram)voidsetEci(java.lang.String eci)voidsetExpiryMonth(java.lang.Integer expiryMonth)voidsetExpiryYear(java.lang.Integer expiryYear)voidsetToken(java.lang.String token)voidsetTokenType(NetworkTokenType tokenType)java.lang.StringtoString()-
Methods inherited from class com.checkout.payments.request.destination.PaymentRequestDestination
getType
-
-
-
-
Method Detail
-
builder
public static PaymentRequestNetworkTokenDestination.PaymentRequestNetworkTokenDestinationBuilder builder()
-
getToken
public java.lang.String getToken()
-
getExpiryMonth
public java.lang.Integer getExpiryMonth()
-
getExpiryYear
public java.lang.Integer getExpiryYear()
-
getTokenType
public NetworkTokenType getTokenType()
-
getCryptogram
public java.lang.String getCryptogram()
-
getEci
public java.lang.String getEci()
-
getAccountHolder
public AccountHolder getAccountHolder()
-
setToken
public void setToken(java.lang.String token)
-
setExpiryMonth
public void setExpiryMonth(java.lang.Integer expiryMonth)
-
setExpiryYear
public void setExpiryYear(java.lang.Integer expiryYear)
-
setTokenType
public void setTokenType(NetworkTokenType tokenType)
-
setCryptogram
public void setCryptogram(java.lang.String cryptogram)
-
setEci
public void setEci(java.lang.String eci)
-
setAccountHolder
public void setAccountHolder(AccountHolder accountHolder)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classPaymentRequestDestination
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classPaymentRequestDestination
-
hashCode
public int hashCode()
- Overrides:
hashCodein classPaymentRequestDestination
-
toString
public java.lang.String toString()
- Overrides:
toStringin classPaymentRequestDestination
-
-