| Name | Type | Description | Notes |
|---|---|---|---|
| AddressBookId | Pointer to string | The ID of the address. | [optional] |
| AddressBookFirstName | Pointer to string | Specifies customer's first name in the address book | [optional] |
| AddressBookLastName | Pointer to string | Specifies customer's last name in the address book | [optional] |
| AddressBookCompany | Pointer to string | Specifies customer's company name in the address book | [optional] |
| AddressBookFax | Pointer to string | Specifies customer's fax in the address book | [optional] |
| AddressBookPhone | Pointer to string | Specifies customer's phone number in the address book | [optional] |
| AddressBookPhoneMobile | Pointer to string | Specifies customer's mobile phone number in the address book | [optional] |
| AddressBookAddress1 | Pointer to string | Specifies customer's first address in the address book | [optional] |
| AddressBookAddress2 | Pointer to string | Specifies customer's second address in the address book | [optional] |
| AddressBookCity | Pointer to string | Specifies customer's city in the address book | [optional] |
| AddressBookCountry | Pointer to string | ISO code or name of country | [optional] |
| AddressBookState | Pointer to string | ISO code or name of state. | [optional] |
| AddressBookPostcode | Pointer to string | Specifies customer's postcode | [optional] |
| AddressBookTaxId | Pointer to string | Add Tax Id | [optional] |
| AddressBookIdentificationNumber | Pointer to string | The national ID card number of this person, or a unique tax identification number. | [optional] |
| AddressBookGender | Pointer to string | Specifies customer's gender | [optional] |
| AddressBookRegion | Pointer to string | Specifies customer's region | [optional] |
| AddressBookAlias | Pointer to string | Specifies customer's alias in the address book | [optional] |
| AddressBookType | Pointer to string | Specifies customer's address type | [optional] |
| AddressBookDefault | Pointer to bool | Defines whether the address is used by default | [optional] |
func NewCustomerUpdateAddressInner() *CustomerUpdateAddressInner
NewCustomerUpdateAddressInner instantiates a new CustomerUpdateAddressInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCustomerUpdateAddressInnerWithDefaults() *CustomerUpdateAddressInner
NewCustomerUpdateAddressInnerWithDefaults instantiates a new CustomerUpdateAddressInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *CustomerUpdateAddressInner) GetAddressBookId() string
GetAddressBookId returns the AddressBookId field if non-nil, zero value otherwise.
func (o *CustomerUpdateAddressInner) GetAddressBookIdOk() (*string, bool)
GetAddressBookIdOk returns a tuple with the AddressBookId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerUpdateAddressInner) SetAddressBookId(v string)
SetAddressBookId sets AddressBookId field to given value.
func (o *CustomerUpdateAddressInner) HasAddressBookId() bool
HasAddressBookId returns a boolean if a field has been set.
func (o *CustomerUpdateAddressInner) GetAddressBookFirstName() string
GetAddressBookFirstName returns the AddressBookFirstName field if non-nil, zero value otherwise.
func (o *CustomerUpdateAddressInner) GetAddressBookFirstNameOk() (*string, bool)
GetAddressBookFirstNameOk returns a tuple with the AddressBookFirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerUpdateAddressInner) SetAddressBookFirstName(v string)
SetAddressBookFirstName sets AddressBookFirstName field to given value.
func (o *CustomerUpdateAddressInner) HasAddressBookFirstName() bool
HasAddressBookFirstName returns a boolean if a field has been set.
func (o *CustomerUpdateAddressInner) GetAddressBookLastName() string
GetAddressBookLastName returns the AddressBookLastName field if non-nil, zero value otherwise.
func (o *CustomerUpdateAddressInner) GetAddressBookLastNameOk() (*string, bool)
GetAddressBookLastNameOk returns a tuple with the AddressBookLastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerUpdateAddressInner) SetAddressBookLastName(v string)
SetAddressBookLastName sets AddressBookLastName field to given value.
func (o *CustomerUpdateAddressInner) HasAddressBookLastName() bool
HasAddressBookLastName returns a boolean if a field has been set.
func (o *CustomerUpdateAddressInner) GetAddressBookCompany() string
GetAddressBookCompany returns the AddressBookCompany field if non-nil, zero value otherwise.
func (o *CustomerUpdateAddressInner) GetAddressBookCompanyOk() (*string, bool)
GetAddressBookCompanyOk returns a tuple with the AddressBookCompany field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerUpdateAddressInner) SetAddressBookCompany(v string)
SetAddressBookCompany sets AddressBookCompany field to given value.
func (o *CustomerUpdateAddressInner) HasAddressBookCompany() bool
HasAddressBookCompany returns a boolean if a field has been set.
func (o *CustomerUpdateAddressInner) GetAddressBookFax() string
GetAddressBookFax returns the AddressBookFax field if non-nil, zero value otherwise.
func (o *CustomerUpdateAddressInner) GetAddressBookFaxOk() (*string, bool)
GetAddressBookFaxOk returns a tuple with the AddressBookFax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerUpdateAddressInner) SetAddressBookFax(v string)
SetAddressBookFax sets AddressBookFax field to given value.
func (o *CustomerUpdateAddressInner) HasAddressBookFax() bool
HasAddressBookFax returns a boolean if a field has been set.
func (o *CustomerUpdateAddressInner) GetAddressBookPhone() string
GetAddressBookPhone returns the AddressBookPhone field if non-nil, zero value otherwise.
func (o *CustomerUpdateAddressInner) GetAddressBookPhoneOk() (*string, bool)
GetAddressBookPhoneOk returns a tuple with the AddressBookPhone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerUpdateAddressInner) SetAddressBookPhone(v string)
SetAddressBookPhone sets AddressBookPhone field to given value.
func (o *CustomerUpdateAddressInner) HasAddressBookPhone() bool
HasAddressBookPhone returns a boolean if a field has been set.
func (o *CustomerUpdateAddressInner) GetAddressBookPhoneMobile() string
GetAddressBookPhoneMobile returns the AddressBookPhoneMobile field if non-nil, zero value otherwise.
func (o *CustomerUpdateAddressInner) GetAddressBookPhoneMobileOk() (*string, bool)
GetAddressBookPhoneMobileOk returns a tuple with the AddressBookPhoneMobile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerUpdateAddressInner) SetAddressBookPhoneMobile(v string)
SetAddressBookPhoneMobile sets AddressBookPhoneMobile field to given value.
func (o *CustomerUpdateAddressInner) HasAddressBookPhoneMobile() bool
HasAddressBookPhoneMobile returns a boolean if a field has been set.
func (o *CustomerUpdateAddressInner) GetAddressBookAddress1() string
GetAddressBookAddress1 returns the AddressBookAddress1 field if non-nil, zero value otherwise.
func (o *CustomerUpdateAddressInner) GetAddressBookAddress1Ok() (*string, bool)
GetAddressBookAddress1Ok returns a tuple with the AddressBookAddress1 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerUpdateAddressInner) SetAddressBookAddress1(v string)
SetAddressBookAddress1 sets AddressBookAddress1 field to given value.
func (o *CustomerUpdateAddressInner) HasAddressBookAddress1() bool
HasAddressBookAddress1 returns a boolean if a field has been set.
func (o *CustomerUpdateAddressInner) GetAddressBookAddress2() string
GetAddressBookAddress2 returns the AddressBookAddress2 field if non-nil, zero value otherwise.
func (o *CustomerUpdateAddressInner) GetAddressBookAddress2Ok() (*string, bool)
GetAddressBookAddress2Ok returns a tuple with the AddressBookAddress2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerUpdateAddressInner) SetAddressBookAddress2(v string)
SetAddressBookAddress2 sets AddressBookAddress2 field to given value.
func (o *CustomerUpdateAddressInner) HasAddressBookAddress2() bool
HasAddressBookAddress2 returns a boolean if a field has been set.
func (o *CustomerUpdateAddressInner) GetAddressBookCity() string
GetAddressBookCity returns the AddressBookCity field if non-nil, zero value otherwise.
func (o *CustomerUpdateAddressInner) GetAddressBookCityOk() (*string, bool)
GetAddressBookCityOk returns a tuple with the AddressBookCity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerUpdateAddressInner) SetAddressBookCity(v string)
SetAddressBookCity sets AddressBookCity field to given value.
func (o *CustomerUpdateAddressInner) HasAddressBookCity() bool
HasAddressBookCity returns a boolean if a field has been set.
func (o *CustomerUpdateAddressInner) GetAddressBookCountry() string
GetAddressBookCountry returns the AddressBookCountry field if non-nil, zero value otherwise.
func (o *CustomerUpdateAddressInner) GetAddressBookCountryOk() (*string, bool)
GetAddressBookCountryOk returns a tuple with the AddressBookCountry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerUpdateAddressInner) SetAddressBookCountry(v string)
SetAddressBookCountry sets AddressBookCountry field to given value.
func (o *CustomerUpdateAddressInner) HasAddressBookCountry() bool
HasAddressBookCountry returns a boolean if a field has been set.
func (o *CustomerUpdateAddressInner) GetAddressBookState() string
GetAddressBookState returns the AddressBookState field if non-nil, zero value otherwise.
func (o *CustomerUpdateAddressInner) GetAddressBookStateOk() (*string, bool)
GetAddressBookStateOk returns a tuple with the AddressBookState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerUpdateAddressInner) SetAddressBookState(v string)
SetAddressBookState sets AddressBookState field to given value.
func (o *CustomerUpdateAddressInner) HasAddressBookState() bool
HasAddressBookState returns a boolean if a field has been set.
func (o *CustomerUpdateAddressInner) GetAddressBookPostcode() string
GetAddressBookPostcode returns the AddressBookPostcode field if non-nil, zero value otherwise.
func (o *CustomerUpdateAddressInner) GetAddressBookPostcodeOk() (*string, bool)
GetAddressBookPostcodeOk returns a tuple with the AddressBookPostcode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerUpdateAddressInner) SetAddressBookPostcode(v string)
SetAddressBookPostcode sets AddressBookPostcode field to given value.
func (o *CustomerUpdateAddressInner) HasAddressBookPostcode() bool
HasAddressBookPostcode returns a boolean if a field has been set.
func (o *CustomerUpdateAddressInner) GetAddressBookTaxId() string
GetAddressBookTaxId returns the AddressBookTaxId field if non-nil, zero value otherwise.
func (o *CustomerUpdateAddressInner) GetAddressBookTaxIdOk() (*string, bool)
GetAddressBookTaxIdOk returns a tuple with the AddressBookTaxId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerUpdateAddressInner) SetAddressBookTaxId(v string)
SetAddressBookTaxId sets AddressBookTaxId field to given value.
func (o *CustomerUpdateAddressInner) HasAddressBookTaxId() bool
HasAddressBookTaxId returns a boolean if a field has been set.
func (o *CustomerUpdateAddressInner) GetAddressBookIdentificationNumber() string
GetAddressBookIdentificationNumber returns the AddressBookIdentificationNumber field if non-nil, zero value otherwise.
func (o *CustomerUpdateAddressInner) GetAddressBookIdentificationNumberOk() (*string, bool)
GetAddressBookIdentificationNumberOk returns a tuple with the AddressBookIdentificationNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerUpdateAddressInner) SetAddressBookIdentificationNumber(v string)
SetAddressBookIdentificationNumber sets AddressBookIdentificationNumber field to given value.
func (o *CustomerUpdateAddressInner) HasAddressBookIdentificationNumber() bool
HasAddressBookIdentificationNumber returns a boolean if a field has been set.
func (o *CustomerUpdateAddressInner) GetAddressBookGender() string
GetAddressBookGender returns the AddressBookGender field if non-nil, zero value otherwise.
func (o *CustomerUpdateAddressInner) GetAddressBookGenderOk() (*string, bool)
GetAddressBookGenderOk returns a tuple with the AddressBookGender field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerUpdateAddressInner) SetAddressBookGender(v string)
SetAddressBookGender sets AddressBookGender field to given value.
func (o *CustomerUpdateAddressInner) HasAddressBookGender() bool
HasAddressBookGender returns a boolean if a field has been set.
func (o *CustomerUpdateAddressInner) GetAddressBookRegion() string
GetAddressBookRegion returns the AddressBookRegion field if non-nil, zero value otherwise.
func (o *CustomerUpdateAddressInner) GetAddressBookRegionOk() (*string, bool)
GetAddressBookRegionOk returns a tuple with the AddressBookRegion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerUpdateAddressInner) SetAddressBookRegion(v string)
SetAddressBookRegion sets AddressBookRegion field to given value.
func (o *CustomerUpdateAddressInner) HasAddressBookRegion() bool
HasAddressBookRegion returns a boolean if a field has been set.
func (o *CustomerUpdateAddressInner) GetAddressBookAlias() string
GetAddressBookAlias returns the AddressBookAlias field if non-nil, zero value otherwise.
func (o *CustomerUpdateAddressInner) GetAddressBookAliasOk() (*string, bool)
GetAddressBookAliasOk returns a tuple with the AddressBookAlias field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerUpdateAddressInner) SetAddressBookAlias(v string)
SetAddressBookAlias sets AddressBookAlias field to given value.
func (o *CustomerUpdateAddressInner) HasAddressBookAlias() bool
HasAddressBookAlias returns a boolean if a field has been set.
func (o *CustomerUpdateAddressInner) GetAddressBookType() string
GetAddressBookType returns the AddressBookType field if non-nil, zero value otherwise.
func (o *CustomerUpdateAddressInner) GetAddressBookTypeOk() (*string, bool)
GetAddressBookTypeOk returns a tuple with the AddressBookType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerUpdateAddressInner) SetAddressBookType(v string)
SetAddressBookType sets AddressBookType field to given value.
func (o *CustomerUpdateAddressInner) HasAddressBookType() bool
HasAddressBookType returns a boolean if a field has been set.
func (o *CustomerUpdateAddressInner) GetAddressBookDefault() bool
GetAddressBookDefault returns the AddressBookDefault field if non-nil, zero value otherwise.
func (o *CustomerUpdateAddressInner) GetAddressBookDefaultOk() (*bool, bool)
GetAddressBookDefaultOk returns a tuple with the AddressBookDefault field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerUpdateAddressInner) SetAddressBookDefault(v bool)
SetAddressBookDefault sets AddressBookDefault field to given value.
func (o *CustomerUpdateAddressInner) HasAddressBookDefault() bool
HasAddressBookDefault returns a boolean if a field has been set.