Name | Type | Description | Notes |
---|---|---|---|
City | Pointer to string | [optional] | |
Country | Pointer to string | [optional] | |
PostalCode | Pointer to string | [optional] | |
Street | Pointer to string | [optional] |
func NewCustomerFullAddress() *CustomerFullAddress
NewCustomerFullAddress instantiates a new CustomerFullAddress 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 NewCustomerFullAddressWithDefaults() *CustomerFullAddress
NewCustomerFullAddressWithDefaults instantiates a new CustomerFullAddress 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 *CustomerFullAddress) GetCity() string
GetCity returns the City field if non-nil, zero value otherwise.
func (o *CustomerFullAddress) GetCityOk() (*string, bool)
GetCityOk returns a tuple with the City field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerFullAddress) SetCity(v string)
SetCity sets City field to given value.
func (o *CustomerFullAddress) HasCity() bool
HasCity returns a boolean if a field has been set.
func (o *CustomerFullAddress) GetCountry() string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *CustomerFullAddress) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerFullAddress) SetCountry(v string)
SetCountry sets Country field to given value.
func (o *CustomerFullAddress) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (o *CustomerFullAddress) GetPostalCode() string
GetPostalCode returns the PostalCode field if non-nil, zero value otherwise.
func (o *CustomerFullAddress) GetPostalCodeOk() (*string, bool)
GetPostalCodeOk returns a tuple with the PostalCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerFullAddress) SetPostalCode(v string)
SetPostalCode sets PostalCode field to given value.
func (o *CustomerFullAddress) HasPostalCode() bool
HasPostalCode returns a boolean if a field has been set.
func (o *CustomerFullAddress) GetStreet() string
GetStreet returns the Street field if non-nil, zero value otherwise.
func (o *CustomerFullAddress) GetStreetOk() (*string, bool)
GetStreetOk returns a tuple with the Street field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerFullAddress) SetStreet(v string)
SetStreet sets Street field to given value.
func (o *CustomerFullAddress) HasStreet() bool
HasStreet returns a boolean if a field has been set.