public final class Customer extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Customer.CustomerBuilder |
Modifier and Type | Method and Description |
---|---|
static Customer.CustomerBuilder |
builder() |
boolean |
equals(Object o) |
String |
getAddress()
Customer's address.
|
String |
getCity()
Customer's city.
|
String |
getCompanyName()
Customer's company name.
|
String |
getCountry()
Customer's country.
|
String |
getEmail()
Customer's email
|
String |
getFirstName()
Customer's first name.
|
String |
getLastName()
Customer's last name.
|
com.google.gson.JsonElement |
getMetadata()
JSON metadata of the customer.
|
String |
getPhone()
Customer's phone number.
|
String |
getPostcode()
Customer's zipcode or postcode.
|
String |
getReference()
Customer's reference.
|
String |
getState()
Customer's state or province.
|
int |
hashCode() |
String |
toString() |
public static Customer.CustomerBuilder builder()
public String getEmail()
public String getFirstName()
public String getLastName()
public String getCompanyName()
public String getPhone()
public String getReference()
public com.google.gson.JsonElement getMetadata()
public String getCountry()
public String getPostcode()
public String getAddress()
public String getCity()
public String getState()
Copyright © 2025 Cense Data Inc.. All rights reserved.