public static interface UpdateAddress.Builder extends SdkPojo, CopyableBuilder<UpdateAddress.Builder,UpdateAddress>
| Modifier and Type | Method and Description |
|---|---|
UpdateAddress.Builder |
address1(String address1)
The first line of a customer address.
|
UpdateAddress.Builder |
address2(String address2)
The second line of a customer address.
|
UpdateAddress.Builder |
address3(String address3)
The third line of a customer address.
|
UpdateAddress.Builder |
address4(String address4)
The fourth line of a customer address.
|
UpdateAddress.Builder |
city(String city)
The city in which a customer lives.
|
UpdateAddress.Builder |
country(String country)
The country in which a customer lives.
|
UpdateAddress.Builder |
county(String county)
The county in which a customer lives.
|
UpdateAddress.Builder |
postalCode(String postalCode)
The postal code of a customer address.
|
UpdateAddress.Builder |
province(String province)
The province in which a customer lives.
|
UpdateAddress.Builder |
state(String state)
The state in which a customer lives.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAddress.Builder address1(String address1)
The first line of a customer address.
address1 - The first line of a customer address.UpdateAddress.Builder address2(String address2)
The second line of a customer address.
address2 - The second line of a customer address.UpdateAddress.Builder address3(String address3)
The third line of a customer address.
address3 - The third line of a customer address.UpdateAddress.Builder address4(String address4)
The fourth line of a customer address.
address4 - The fourth line of a customer address.UpdateAddress.Builder city(String city)
The city in which a customer lives.
city - The city in which a customer lives.UpdateAddress.Builder county(String county)
The county in which a customer lives.
county - The county in which a customer lives.UpdateAddress.Builder state(String state)
The state in which a customer lives.
state - The state in which a customer lives.UpdateAddress.Builder province(String province)
The province in which a customer lives.
province - The province in which a customer lives.UpdateAddress.Builder country(String country)
The country in which a customer lives.
country - The country in which a customer lives.UpdateAddress.Builder postalCode(String postalCode)
The postal code of a customer address.
postalCode - The postal code of a customer address.Copyright © 2022. All rights reserved.