Class InstrumentAccountHolder
- java.lang.Object
-
- com.checkout.instruments.previous.InstrumentAccountHolder
-
public final class InstrumentAccountHolder extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInstrumentAccountHolder.InstrumentAccountHolderBuilder
-
Constructor Summary
Constructors Constructor Description InstrumentAccountHolder()InstrumentAccountHolder(Address billingAddress, Phone phone)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InstrumentAccountHolder.InstrumentAccountHolderBuilderbuilder()booleanequals(java.lang.Object o)AddressgetBillingAddress()PhonegetPhone()inthashCode()voidsetBillingAddress(Address billingAddress)voidsetPhone(Phone phone)java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static InstrumentAccountHolder.InstrumentAccountHolderBuilder builder()
-
getBillingAddress
public Address getBillingAddress()
-
getPhone
public Phone getPhone()
-
setBillingAddress
public void setBillingAddress(Address billingAddress)
-
setPhone
public void setPhone(Phone phone)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-