Class InstrumentDetailsResponse
- java.lang.Object
-
- com.checkout.HttpMetadata
-
- com.checkout.instruments.previous.InstrumentDetails
-
- com.checkout.instruments.previous.InstrumentDetailsResponse
-
public final class InstrumentDetailsResponse extends InstrumentDetails
-
-
Constructor Summary
Constructors Constructor Description InstrumentDetailsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)InstrumentCustomerResponsegetCustomer()inthashCode()voidsetCustomer(InstrumentCustomerResponse customer)java.lang.StringtoString()-
Methods inherited from class com.checkout.instruments.previous.InstrumentDetails
getAccountHolder, getBin, getCardCategory, getCardType, getExpiryMonth, getExpiryYear, getFingerprint, getId, getIssuer, getIssuerCountry, getLast4, getName, getProductId, getProductType, getScheme, getType, setAccountHolder, setBin, setCardCategory, setCardType, setExpiryMonth, setExpiryYear, setFingerprint, setId, setIssuer, setIssuerCountry, setLast4, setName, setProductId, setProductType, setScheme, setType
-
Methods inherited from class com.checkout.HttpMetadata
getBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaders
-
-
-
-
Method Detail
-
getCustomer
public InstrumentCustomerResponse getCustomer()
-
setCustomer
public void setCustomer(InstrumentCustomerResponse customer)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classInstrumentDetails
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classInstrumentDetails
-
hashCode
public int hashCode()
- Overrides:
hashCodein classInstrumentDetails
-
toString
public java.lang.String toString()
- Overrides:
toStringin classInstrumentDetails
-
-