Class Billing
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.flow.paymentsessionscomplete.requests.Billing
-
public final class Billing extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBilling.BillingBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Billing.BillingBuilderbuilder()booleanequals(java.lang.Object o)AddressgetAddress()The billing address.PhonegetPhone()The phone number associated with the billing addressinthashCode()voidsetAddress(Address address)The billing address.voidsetPhone(Phone phone)The phone number associated with the billing addressjava.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static Billing.BillingBuilder builder()
-
getAddress
public Address getAddress()
The billing address.
-
getPhone
public Phone getPhone()
The phone number associated with the billing address
-
setAddress
public void setAddress(Address address)
The billing address.
-
setPhone
public void setPhone(Phone phone)
The phone number associated with the billing address
-
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
-
-