Name | Type | Description | Notes |
---|---|---|---|
CompanyName | Pointer to string | The name of the company the order will be shipped to. | [optional] |
AddressLine1 | Pointer to string | Line 1 of the address the order will be shipped to. | [optional] |
AddressLine2 | Pointer to string | Line 2 of the address the order will be shipped to. | [optional] |
AddressLine3 | Pointer to string | Line 3 of the address the order will be shipped to. | [optional] |
City | Pointer to string | The city the order will be shipped to. | [optional] |
State | Pointer to string | The state the order will be shipped to. | [optional] |
PostalCode | Pointer to string | The zip or postal code the order will be shipped to. | [optional] |
CountryCode | Pointer to string | The two-character ISO country code the order will be shipped to. | [optional] |
func NewFreightRequestShipToAddressInner() *FreightRequestShipToAddressInner
NewFreightRequestShipToAddressInner instantiates a new FreightRequestShipToAddressInner 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 NewFreightRequestShipToAddressInnerWithDefaults() *FreightRequestShipToAddressInner
NewFreightRequestShipToAddressInnerWithDefaults instantiates a new FreightRequestShipToAddressInner 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 *FreightRequestShipToAddressInner) GetCompanyName() string
GetCompanyName returns the CompanyName field if non-nil, zero value otherwise.
func (o *FreightRequestShipToAddressInner) GetCompanyNameOk() (*string, bool)
GetCompanyNameOk returns a tuple with the CompanyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FreightRequestShipToAddressInner) SetCompanyName(v string)
SetCompanyName sets CompanyName field to given value.
func (o *FreightRequestShipToAddressInner) HasCompanyName() bool
HasCompanyName returns a boolean if a field has been set.
func (o *FreightRequestShipToAddressInner) GetAddressLine1() string
GetAddressLine1 returns the AddressLine1 field if non-nil, zero value otherwise.
func (o *FreightRequestShipToAddressInner) GetAddressLine1Ok() (*string, bool)
GetAddressLine1Ok returns a tuple with the AddressLine1 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FreightRequestShipToAddressInner) SetAddressLine1(v string)
SetAddressLine1 sets AddressLine1 field to given value.
func (o *FreightRequestShipToAddressInner) HasAddressLine1() bool
HasAddressLine1 returns a boolean if a field has been set.
func (o *FreightRequestShipToAddressInner) GetAddressLine2() string
GetAddressLine2 returns the AddressLine2 field if non-nil, zero value otherwise.
func (o *FreightRequestShipToAddressInner) GetAddressLine2Ok() (*string, bool)
GetAddressLine2Ok returns a tuple with the AddressLine2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FreightRequestShipToAddressInner) SetAddressLine2(v string)
SetAddressLine2 sets AddressLine2 field to given value.
func (o *FreightRequestShipToAddressInner) HasAddressLine2() bool
HasAddressLine2 returns a boolean if a field has been set.
func (o *FreightRequestShipToAddressInner) GetAddressLine3() string
GetAddressLine3 returns the AddressLine3 field if non-nil, zero value otherwise.
func (o *FreightRequestShipToAddressInner) GetAddressLine3Ok() (*string, bool)
GetAddressLine3Ok returns a tuple with the AddressLine3 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FreightRequestShipToAddressInner) SetAddressLine3(v string)
SetAddressLine3 sets AddressLine3 field to given value.
func (o *FreightRequestShipToAddressInner) HasAddressLine3() bool
HasAddressLine3 returns a boolean if a field has been set.
func (o *FreightRequestShipToAddressInner) GetCity() string
GetCity returns the City field if non-nil, zero value otherwise.
func (o *FreightRequestShipToAddressInner) 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 *FreightRequestShipToAddressInner) SetCity(v string)
SetCity sets City field to given value.
func (o *FreightRequestShipToAddressInner) HasCity() bool
HasCity returns a boolean if a field has been set.
func (o *FreightRequestShipToAddressInner) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *FreightRequestShipToAddressInner) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FreightRequestShipToAddressInner) SetState(v string)
SetState sets State field to given value.
func (o *FreightRequestShipToAddressInner) HasState() bool
HasState returns a boolean if a field has been set.
func (o *FreightRequestShipToAddressInner) GetPostalCode() string
GetPostalCode returns the PostalCode field if non-nil, zero value otherwise.
func (o *FreightRequestShipToAddressInner) 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 *FreightRequestShipToAddressInner) SetPostalCode(v string)
SetPostalCode sets PostalCode field to given value.
func (o *FreightRequestShipToAddressInner) HasPostalCode() bool
HasPostalCode returns a boolean if a field has been set.
func (o *FreightRequestShipToAddressInner) GetCountryCode() string
GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.
func (o *FreightRequestShipToAddressInner) GetCountryCodeOk() (*string, bool)
GetCountryCodeOk returns a tuple with the CountryCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FreightRequestShipToAddressInner) SetCountryCode(v string)
SetCountryCode sets CountryCode field to given value.
func (o *FreightRequestShipToAddressInner) HasCountryCode() bool
HasCountryCode returns a boolean if a field has been set.