Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 7.38 KB

FreightRequestShipToAddressInner.md

File metadata and controls

238 lines (129 loc) · 7.38 KB

FreightRequestShipToAddressInner

Properties

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]

Methods

NewFreightRequestShipToAddressInner

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

NewFreightRequestShipToAddressInnerWithDefaults

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

GetCompanyName

func (o *FreightRequestShipToAddressInner) GetCompanyName() string

GetCompanyName returns the CompanyName field if non-nil, zero value otherwise.

GetCompanyNameOk

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.

SetCompanyName

func (o *FreightRequestShipToAddressInner) SetCompanyName(v string)

SetCompanyName sets CompanyName field to given value.

HasCompanyName

func (o *FreightRequestShipToAddressInner) HasCompanyName() bool

HasCompanyName returns a boolean if a field has been set.

GetAddressLine1

func (o *FreightRequestShipToAddressInner) GetAddressLine1() string

GetAddressLine1 returns the AddressLine1 field if non-nil, zero value otherwise.

GetAddressLine1Ok

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.

SetAddressLine1

func (o *FreightRequestShipToAddressInner) SetAddressLine1(v string)

SetAddressLine1 sets AddressLine1 field to given value.

HasAddressLine1

func (o *FreightRequestShipToAddressInner) HasAddressLine1() bool

HasAddressLine1 returns a boolean if a field has been set.

GetAddressLine2

func (o *FreightRequestShipToAddressInner) GetAddressLine2() string

GetAddressLine2 returns the AddressLine2 field if non-nil, zero value otherwise.

GetAddressLine2Ok

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.

SetAddressLine2

func (o *FreightRequestShipToAddressInner) SetAddressLine2(v string)

SetAddressLine2 sets AddressLine2 field to given value.

HasAddressLine2

func (o *FreightRequestShipToAddressInner) HasAddressLine2() bool

HasAddressLine2 returns a boolean if a field has been set.

GetAddressLine3

func (o *FreightRequestShipToAddressInner) GetAddressLine3() string

GetAddressLine3 returns the AddressLine3 field if non-nil, zero value otherwise.

GetAddressLine3Ok

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.

SetAddressLine3

func (o *FreightRequestShipToAddressInner) SetAddressLine3(v string)

SetAddressLine3 sets AddressLine3 field to given value.

HasAddressLine3

func (o *FreightRequestShipToAddressInner) HasAddressLine3() bool

HasAddressLine3 returns a boolean if a field has been set.

GetCity

func (o *FreightRequestShipToAddressInner) GetCity() string

GetCity returns the City field if non-nil, zero value otherwise.

GetCityOk

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.

SetCity

func (o *FreightRequestShipToAddressInner) SetCity(v string)

SetCity sets City field to given value.

HasCity

func (o *FreightRequestShipToAddressInner) HasCity() bool

HasCity returns a boolean if a field has been set.

GetState

func (o *FreightRequestShipToAddressInner) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

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.

SetState

func (o *FreightRequestShipToAddressInner) SetState(v string)

SetState sets State field to given value.

HasState

func (o *FreightRequestShipToAddressInner) HasState() bool

HasState returns a boolean if a field has been set.

GetPostalCode

func (o *FreightRequestShipToAddressInner) GetPostalCode() string

GetPostalCode returns the PostalCode field if non-nil, zero value otherwise.

GetPostalCodeOk

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.

SetPostalCode

func (o *FreightRequestShipToAddressInner) SetPostalCode(v string)

SetPostalCode sets PostalCode field to given value.

HasPostalCode

func (o *FreightRequestShipToAddressInner) HasPostalCode() bool

HasPostalCode returns a boolean if a field has been set.

GetCountryCode

func (o *FreightRequestShipToAddressInner) GetCountryCode() string

GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.

GetCountryCodeOk

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.

SetCountryCode

func (o *FreightRequestShipToAddressInner) SetCountryCode(v string)

SetCountryCode sets CountryCode field to given value.

HasCountryCode

func (o *FreightRequestShipToAddressInner) HasCountryCode() bool

HasCountryCode returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]