public class PaymentInstrumentRequest
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentInstrumentRequest.PaymentInstrumentRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static PaymentInstrumentRequest.PaymentInstrumentRequestBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
CountryCode |
getCountry() |
Currency |
getCurrency() |
java.lang.Boolean |
getDefaultDestination() |
InstrumentDocument |
getDocument() |
InstrumentDetails |
getInstrumentDetails() |
java.lang.String |
getLabel() |
InstrumentType |
getType() |
int |
hashCode() |
void |
setCountry(CountryCode country) |
void |
setCurrency(Currency currency) |
void |
setDefaultDestination(java.lang.Boolean defaultDestination) |
void |
setDocument(InstrumentDocument document) |
void |
setInstrumentDetails(InstrumentDetails instrumentDetails) |
void |
setLabel(java.lang.String label) |
void |
setType(InstrumentType type) |
java.lang.String |
toString() |
public static PaymentInstrumentRequest.PaymentInstrumentRequestBuilder builder()
public java.lang.String getLabel()
public InstrumentType getType()
public Currency getCurrency()
public CountryCode getCountry()
public java.lang.Boolean getDefaultDestination()
public InstrumentDocument getDocument()
public InstrumentDetails getInstrumentDetails()
public void setLabel(java.lang.String label)
public void setType(InstrumentType type)
public void setCurrency(Currency currency)
public void setCountry(CountryCode country)
public void setDefaultDestination(java.lang.Boolean defaultDestination)
public void setDocument(InstrumentDocument document)
public void setInstrumentDetails(InstrumentDetails instrumentDetails)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object