Name | Type | Description | Notes |
---|---|---|---|
AddressId | Pointer to string | The company contact provided by the reseller. | [optional] |
Contact | Pointer to string | The contact name for the order will be shipped to. | [optional] |
CompanyName | Pointer to string | The name of the company the order will be shipped to. | [optional] |
AddressLine1 | Pointer to string | The address line 1 the order will be shipped to. | [optional] |
AddressLine2 | Pointer to string | The address line 2 the order will be shipped to. | [optional] |
AddressLine3 | Pointer to NullableString | The address line 3 the order will be shipped to. | [optional] |
AddressLine4 | Pointer to NullableString | The address line 4 the order will be shipped to. | [optional] |
Name1 | Pointer to string | Need description | [optional] |
Name2 | Pointer to string | Need description | [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] |
Pointer to NullableString | The company contact email address. | [optional] | |
ShippingNotes | Pointer to string | Shipping Notes | [optional] |
PhoneNumber | Pointer to string | Phone number for shipping | [optional] |
func NewAsyncOrderCreateDTOShipToInfo() *AsyncOrderCreateDTOShipToInfo
NewAsyncOrderCreateDTOShipToInfo instantiates a new AsyncOrderCreateDTOShipToInfo 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 NewAsyncOrderCreateDTOShipToInfoWithDefaults() *AsyncOrderCreateDTOShipToInfo
NewAsyncOrderCreateDTOShipToInfoWithDefaults instantiates a new AsyncOrderCreateDTOShipToInfo 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 *AsyncOrderCreateDTOShipToInfo) GetAddressId() string
GetAddressId returns the AddressId field if non-nil, zero value otherwise.
func (o *AsyncOrderCreateDTOShipToInfo) GetAddressIdOk() (*string, bool)
GetAddressIdOk returns a tuple with the AddressId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncOrderCreateDTOShipToInfo) SetAddressId(v string)
SetAddressId sets AddressId field to given value.
func (o *AsyncOrderCreateDTOShipToInfo) HasAddressId() bool
HasAddressId returns a boolean if a field has been set.
func (o *AsyncOrderCreateDTOShipToInfo) GetContact() string
GetContact returns the Contact field if non-nil, zero value otherwise.
func (o *AsyncOrderCreateDTOShipToInfo) GetContactOk() (*string, bool)
GetContactOk returns a tuple with the Contact field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncOrderCreateDTOShipToInfo) SetContact(v string)
SetContact sets Contact field to given value.
func (o *AsyncOrderCreateDTOShipToInfo) HasContact() bool
HasContact returns a boolean if a field has been set.
func (o *AsyncOrderCreateDTOShipToInfo) GetCompanyName() string
GetCompanyName returns the CompanyName field if non-nil, zero value otherwise.
func (o *AsyncOrderCreateDTOShipToInfo) 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 *AsyncOrderCreateDTOShipToInfo) SetCompanyName(v string)
SetCompanyName sets CompanyName field to given value.
func (o *AsyncOrderCreateDTOShipToInfo) HasCompanyName() bool
HasCompanyName returns a boolean if a field has been set.
func (o *AsyncOrderCreateDTOShipToInfo) GetAddressLine1() string
GetAddressLine1 returns the AddressLine1 field if non-nil, zero value otherwise.
func (o *AsyncOrderCreateDTOShipToInfo) 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 *AsyncOrderCreateDTOShipToInfo) SetAddressLine1(v string)
SetAddressLine1 sets AddressLine1 field to given value.
func (o *AsyncOrderCreateDTOShipToInfo) HasAddressLine1() bool
HasAddressLine1 returns a boolean if a field has been set.
func (o *AsyncOrderCreateDTOShipToInfo) GetAddressLine2() string
GetAddressLine2 returns the AddressLine2 field if non-nil, zero value otherwise.
func (o *AsyncOrderCreateDTOShipToInfo) 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 *AsyncOrderCreateDTOShipToInfo) SetAddressLine2(v string)
SetAddressLine2 sets AddressLine2 field to given value.
func (o *AsyncOrderCreateDTOShipToInfo) HasAddressLine2() bool
HasAddressLine2 returns a boolean if a field has been set.
func (o *AsyncOrderCreateDTOShipToInfo) GetAddressLine3() string
GetAddressLine3 returns the AddressLine3 field if non-nil, zero value otherwise.
func (o *AsyncOrderCreateDTOShipToInfo) 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 *AsyncOrderCreateDTOShipToInfo) SetAddressLine3(v string)
SetAddressLine3 sets AddressLine3 field to given value.
func (o *AsyncOrderCreateDTOShipToInfo) HasAddressLine3() bool
HasAddressLine3 returns a boolean if a field has been set.
func (o *AsyncOrderCreateDTOShipToInfo) SetAddressLine3Nil(b bool)
SetAddressLine3Nil sets the value for AddressLine3 to be an explicit nil
func (o *AsyncOrderCreateDTOShipToInfo) UnsetAddressLine3()
UnsetAddressLine3 ensures that no value is present for AddressLine3, not even an explicit nil
func (o *AsyncOrderCreateDTOShipToInfo) GetAddressLine4() string
GetAddressLine4 returns the AddressLine4 field if non-nil, zero value otherwise.
func (o *AsyncOrderCreateDTOShipToInfo) GetAddressLine4Ok() (*string, bool)
GetAddressLine4Ok returns a tuple with the AddressLine4 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncOrderCreateDTOShipToInfo) SetAddressLine4(v string)
SetAddressLine4 sets AddressLine4 field to given value.
func (o *AsyncOrderCreateDTOShipToInfo) HasAddressLine4() bool
HasAddressLine4 returns a boolean if a field has been set.
func (o *AsyncOrderCreateDTOShipToInfo) SetAddressLine4Nil(b bool)
SetAddressLine4Nil sets the value for AddressLine4 to be an explicit nil
func (o *AsyncOrderCreateDTOShipToInfo) UnsetAddressLine4()
UnsetAddressLine4 ensures that no value is present for AddressLine4, not even an explicit nil
func (o *AsyncOrderCreateDTOShipToInfo) GetName1() string
GetName1 returns the Name1 field if non-nil, zero value otherwise.
func (o *AsyncOrderCreateDTOShipToInfo) GetName1Ok() (*string, bool)
GetName1Ok returns a tuple with the Name1 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncOrderCreateDTOShipToInfo) SetName1(v string)
SetName1 sets Name1 field to given value.
func (o *AsyncOrderCreateDTOShipToInfo) HasName1() bool
HasName1 returns a boolean if a field has been set.
func (o *AsyncOrderCreateDTOShipToInfo) GetName2() string
GetName2 returns the Name2 field if non-nil, zero value otherwise.
func (o *AsyncOrderCreateDTOShipToInfo) GetName2Ok() (*string, bool)
GetName2Ok returns a tuple with the Name2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncOrderCreateDTOShipToInfo) SetName2(v string)
SetName2 sets Name2 field to given value.
func (o *AsyncOrderCreateDTOShipToInfo) HasName2() bool
HasName2 returns a boolean if a field has been set.
func (o *AsyncOrderCreateDTOShipToInfo) GetCity() string
GetCity returns the City field if non-nil, zero value otherwise.
func (o *AsyncOrderCreateDTOShipToInfo) 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 *AsyncOrderCreateDTOShipToInfo) SetCity(v string)
SetCity sets City field to given value.
func (o *AsyncOrderCreateDTOShipToInfo) HasCity() bool
HasCity returns a boolean if a field has been set.
func (o *AsyncOrderCreateDTOShipToInfo) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *AsyncOrderCreateDTOShipToInfo) 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 *AsyncOrderCreateDTOShipToInfo) SetState(v string)
SetState sets State field to given value.
func (o *AsyncOrderCreateDTOShipToInfo) HasState() bool
HasState returns a boolean if a field has been set.
func (o *AsyncOrderCreateDTOShipToInfo) GetPostalCode() string
GetPostalCode returns the PostalCode field if non-nil, zero value otherwise.
func (o *AsyncOrderCreateDTOShipToInfo) 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 *AsyncOrderCreateDTOShipToInfo) SetPostalCode(v string)
SetPostalCode sets PostalCode field to given value.
func (o *AsyncOrderCreateDTOShipToInfo) HasPostalCode() bool
HasPostalCode returns a boolean if a field has been set.
func (o *AsyncOrderCreateDTOShipToInfo) GetCountryCode() string
GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.
func (o *AsyncOrderCreateDTOShipToInfo) 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 *AsyncOrderCreateDTOShipToInfo) SetCountryCode(v string)
SetCountryCode sets CountryCode field to given value.
func (o *AsyncOrderCreateDTOShipToInfo) HasCountryCode() bool
HasCountryCode returns a boolean if a field has been set.
func (o *AsyncOrderCreateDTOShipToInfo) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *AsyncOrderCreateDTOShipToInfo) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncOrderCreateDTOShipToInfo) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *AsyncOrderCreateDTOShipToInfo) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *AsyncOrderCreateDTOShipToInfo) SetEmailNil(b bool)
SetEmailNil sets the value for Email to be an explicit nil
func (o *AsyncOrderCreateDTOShipToInfo) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (o *AsyncOrderCreateDTOShipToInfo) GetShippingNotes() string
GetShippingNotes returns the ShippingNotes field if non-nil, zero value otherwise.
func (o *AsyncOrderCreateDTOShipToInfo) GetShippingNotesOk() (*string, bool)
GetShippingNotesOk returns a tuple with the ShippingNotes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncOrderCreateDTOShipToInfo) SetShippingNotes(v string)
SetShippingNotes sets ShippingNotes field to given value.
func (o *AsyncOrderCreateDTOShipToInfo) HasShippingNotes() bool
HasShippingNotes returns a boolean if a field has been set.
func (o *AsyncOrderCreateDTOShipToInfo) GetPhoneNumber() string
GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.
func (o *AsyncOrderCreateDTOShipToInfo) GetPhoneNumberOk() (*string, bool)
GetPhoneNumberOk returns a tuple with the PhoneNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AsyncOrderCreateDTOShipToInfo) SetPhoneNumber(v string)
SetPhoneNumber sets PhoneNumber field to given value.
func (o *AsyncOrderCreateDTOShipToInfo) HasPhoneNumber() bool
HasPhoneNumber returns a boolean if a field has been set.