public static class UpdateCustomerRequest.Builder extends Object
UpdateCustomerRequest.| Constructor and Description |
|---|
Builder() |
public UpdateCustomerRequest.Builder givenName(String givenName)
givenName - String value for givenName.public UpdateCustomerRequest.Builder familyName(String familyName)
familyName - String value for familyName.public UpdateCustomerRequest.Builder companyName(String companyName)
companyName - String value for companyName.public UpdateCustomerRequest.Builder nickname(String nickname)
nickname - String value for nickname.public UpdateCustomerRequest.Builder emailAddress(String emailAddress)
emailAddress - String value for emailAddress.public UpdateCustomerRequest.Builder address(Address address)
address - Address value for address.public UpdateCustomerRequest.Builder phoneNumber(String phoneNumber)
phoneNumber - String value for phoneNumber.public UpdateCustomerRequest.Builder referenceId(String referenceId)
referenceId - String value for referenceId.public UpdateCustomerRequest.Builder note(String note)
note - String value for note.public UpdateCustomerRequest.Builder birthday(String birthday)
birthday - String value for birthday.public UpdateCustomerRequest.Builder version(Long version)
version - Long value for version.public UpdateCustomerRequest.Builder taxIds(CustomerTaxIds taxIds)
taxIds - CustomerTaxIds value for taxIds.public UpdateCustomerRequest build()
UpdateCustomerRequest object using the set fields.UpdateCustomerRequestCopyright © 2022. All rights reserved.