public final class PaymentRequestCardDestination extends PaymentRequestDestination
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder |
| Constructor and Description |
|---|
PaymentRequestCardDestination() |
| Modifier and Type | Method and Description |
|---|---|
static PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
AccountHolder |
getAccountHolder() |
java.lang.Integer |
getExpiryMonth() |
java.lang.Integer |
getExpiryYear() |
java.lang.String |
getNumber() |
int |
hashCode() |
void |
setAccountHolder(AccountHolder accountHolder) |
void |
setExpiryMonth(java.lang.Integer expiryMonth) |
void |
setExpiryYear(java.lang.Integer expiryYear) |
void |
setNumber(java.lang.String number) |
java.lang.String |
toString() |
getTypepublic static PaymentRequestCardDestination.PaymentRequestCardDestinationBuilder builder()
public java.lang.String getNumber()
public java.lang.Integer getExpiryMonth()
public java.lang.Integer getExpiryYear()
public AccountHolder getAccountHolder()
public void setNumber(java.lang.String number)
public void setExpiryMonth(java.lang.Integer expiryMonth)
public void setExpiryYear(java.lang.Integer expiryYear)
public void setAccountHolder(AccountHolder accountHolder)
public boolean equals(java.lang.Object o)
equals in class PaymentRequestDestinationprotected boolean canEqual(java.lang.Object other)
canEqual in class PaymentRequestDestinationpublic int hashCode()
hashCode in class PaymentRequestDestinationpublic java.lang.String toString()
toString in class PaymentRequestDestination