public final class PaymentRequestTokenDestination extends PaymentRequestDestination
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentRequestTokenDestination.PaymentRequestTokenDestinationBuilder |
| Constructor and Description |
|---|
PaymentRequestTokenDestination() |
| Modifier and Type | Method and Description |
|---|---|
static PaymentRequestTokenDestination.PaymentRequestTokenDestinationBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
AccountHolder |
getAccountHolder() |
java.lang.String |
getToken() |
int |
hashCode() |
void |
setAccountHolder(AccountHolder accountHolder) |
void |
setToken(java.lang.String token) |
java.lang.String |
toString() |
getTypepublic static PaymentRequestTokenDestination.PaymentRequestTokenDestinationBuilder builder()
public java.lang.String getToken()
public AccountHolder getAccountHolder()
public void setToken(java.lang.String token)
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