Package com.checkout.accounts
Class PaymentInstrumentDetailsResponse
- java.lang.Object
-
- com.checkout.HttpMetadata
-
- com.checkout.common.Resource
-
- com.checkout.accounts.PaymentInstrumentDetailsResponse
-
public class PaymentInstrumentDetailsResponse extends Resource
-
-
Constructor Summary
Constructors Constructor Description PaymentInstrumentDetailsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)CountryCodegetCountry()CurrencygetCurrency()java.lang.BooleangetDefaultDestination()InstrumentDocumentgetDocument()java.lang.StringgetId()java.lang.StringgetInstrumentId()java.lang.StringgetLabel()InstrumentStatusgetStatus()InstrumentTypegetType()inthashCode()voidsetCountry(CountryCode country)voidsetCurrency(Currency currency)voidsetDefaultDestination(java.lang.Boolean defaultDestination)voidsetDocument(InstrumentDocument document)voidsetId(java.lang.String id)voidsetInstrumentId(java.lang.String instrumentId)voidsetLabel(java.lang.String label)voidsetStatus(InstrumentStatus status)voidsetType(InstrumentType type)java.lang.StringtoString()-
Methods inherited from class com.checkout.common.Resource
getLink, getLinks, getSelfLink, setLinks
-
Methods inherited from class com.checkout.HttpMetadata
getBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaders
-
-
-
-
Method Detail
-
getId
public java.lang.String getId()
-
getStatus
public InstrumentStatus getStatus()
-
getInstrumentId
public java.lang.String getInstrumentId()
-
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()
-
setId
public void setId(java.lang.String id)
-
setStatus
public void setStatus(InstrumentStatus status)
-
setInstrumentId
public void setInstrumentId(java.lang.String instrumentId)
-
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)
-
-