Package com.checkout.accounts
Class PaymentInstrumentRequest
- java.lang.Object
-
- com.checkout.accounts.PaymentInstrumentRequest
-
public class PaymentInstrumentRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentInstrumentRequest.PaymentInstrumentRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentInstrumentRequest.PaymentInstrumentRequestBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)CountryCodegetCountry()CurrencygetCurrency()java.lang.BooleangetDefaultDestination()InstrumentDocumentgetDocument()InstrumentDetailsgetInstrumentDetails()java.lang.StringgetLabel()InstrumentTypegetType()inthashCode()voidsetCountry(CountryCode country)voidsetCurrency(Currency currency)voidsetDefaultDestination(java.lang.Boolean defaultDestination)voidsetDocument(InstrumentDocument document)voidsetInstrumentDetails(InstrumentDetails instrumentDetails)voidsetLabel(java.lang.String label)voidsetType(InstrumentType type)java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static PaymentInstrumentRequest.PaymentInstrumentRequestBuilder builder()
-
getLabel
public java.lang.String getLabel()
-
getType
public InstrumentType getType()
-
getCurrency
public Currency getCurrency()
-
getCountry
public CountryCode getCountry()
-
getDefaultDestination
public java.lang.Boolean getDefaultDestination()
-
getDocument
public InstrumentDocument getDocument()
-
getInstrumentDetails
public InstrumentDetails getInstrumentDetails()
-
setLabel
public void setLabel(java.lang.String label)
-
setType
public void setType(InstrumentType type)
-
setCurrency
public void setCurrency(Currency currency)
-
setCountry
public void setCountry(CountryCode country)
-
setDefaultDestination
public void setDefaultDestination(java.lang.Boolean defaultDestination)
-
setDocument
public void setDocument(InstrumentDocument document)
-
setInstrumentDetails
public void setInstrumentDetails(InstrumentDetails instrumentDetails)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-