Package com.checkout.instruments.create
Class CreateInstrumentSepaResponse
- java.lang.Object
-
- com.checkout.HttpMetadata
-
- com.checkout.instruments.create.CreateInstrumentResponse
-
- com.checkout.instruments.create.CreateInstrumentSepaResponse
-
public final class CreateInstrumentSepaResponse extends CreateInstrumentResponse
-
-
Field Summary
-
Fields inherited from class com.checkout.instruments.create.CreateInstrumentResponse
customer, fingerprint, id
-
-
Constructor Summary
Constructors Constructor Description CreateInstrumentSepaResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)InstrumentTypegetType()inthashCode()java.lang.StringtoString()-
Methods inherited from class com.checkout.instruments.create.CreateInstrumentResponse
getCustomer, getFingerprint, getId, setCustomer, setFingerprint, setId
-
Methods inherited from class com.checkout.HttpMetadata
getBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaders
-
-
-
-
Method Detail
-
getType
public InstrumentType getType()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classCreateInstrumentResponse
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classCreateInstrumentResponse
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCreateInstrumentResponse
-
toString
public java.lang.String toString()
- Overrides:
toStringin classCreateInstrumentResponse
-
-