Package com.checkout.instruments.update
Class UpdateInstrumentRequest
- java.lang.Object
-
- com.checkout.instruments.update.UpdateInstrumentRequest
-
- Direct Known Subclasses:
UpdateInstrumentBankAccountRequest,UpdateInstrumentCardRequest,UpdateInstrumentTokenRequest
public abstract class UpdateInstrumentRequest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected InstrumentTypetype
-
Constructor Summary
Constructors Modifier Constructor Description protectedUpdateInstrumentRequest(InstrumentType type)
-
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()
-
-
-
Field Detail
-
type
protected final InstrumentType type
-
-
Constructor Detail
-
UpdateInstrumentRequest
protected UpdateInstrumentRequest(InstrumentType type)
-
-
Method Detail
-
getType
public InstrumentType getType()
-
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
-
-