public class CreateCustomerRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateCustomerRequest.Builder
Class to build instances of
CreateCustomerRequest. |
| Constructor and Description |
|---|
CreateCustomerRequest(String idempotencyKey,
String givenName,
String familyName,
String companyName,
String nickname,
String emailAddress,
Address address,
String phoneNumber,
String referenceId,
String note,
String birthday,
CustomerTaxIds taxIds)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Address |
getAddress()
Getter for Address.
|
String |
getBirthday()
Getter for Birthday.
|
String |
getCompanyName()
Getter for CompanyName.
|
String |
getEmailAddress()
Getter for EmailAddress.
|
String |
getFamilyName()
Getter for FamilyName.
|
String |
getGivenName()
Getter for GivenName.
|
String |
getIdempotencyKey()
Getter for IdempotencyKey.
|
String |
getNickname()
Getter for Nickname.
|
String |
getNote()
Getter for Note.
|
String |
getPhoneNumber()
Getter for PhoneNumber.
|
String |
getReferenceId()
Getter for ReferenceId.
|
CustomerTaxIds |
getTaxIds()
Getter for TaxIds.
|
int |
hashCode() |
CreateCustomerRequest.Builder |
toBuilder()
Builds a new
CreateCustomerRequest.Builder object. |
String |
toString()
Converts this CreateCustomerRequest into string format.
|
public CreateCustomerRequest(String idempotencyKey, String givenName, String familyName, String companyName, String nickname, String emailAddress, Address address, String phoneNumber, String referenceId, String note, String birthday, CustomerTaxIds taxIds)
idempotencyKey - String value for idempotencyKey.givenName - String value for givenName.familyName - String value for familyName.companyName - String value for companyName.nickname - String value for nickname.emailAddress - String value for emailAddress.address - Address value for address.phoneNumber - String value for phoneNumber.referenceId - String value for referenceId.note - String value for note.birthday - String value for birthday.taxIds - CustomerTaxIds value for taxIds.public String getIdempotencyKey()
public String getGivenName()
public String getFamilyName()
public String getCompanyName()
public String getNickname()
public String getEmailAddress()
public Address getAddress()
public String getPhoneNumber()
public String getReferenceId()
public String getNote()
public String getBirthday()
public CustomerTaxIds getTaxIds()
public String toString()
public CreateCustomerRequest.Builder toBuilder()
CreateCustomerRequest.Builder object.
Creates the instance with the state of the current model.CreateCustomerRequest.Builder objectCopyright © 2022. All rights reserved.