Skip to content

Latest commit

 

History

History
476 lines (259 loc) · 14.1 KB

AsyncOrderCreateDTOShipToInfo.md

File metadata and controls

476 lines (259 loc) · 14.1 KB

AsyncOrderCreateDTOShipToInfo

Properties

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]
Email 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]

Methods

NewAsyncOrderCreateDTOShipToInfo

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

NewAsyncOrderCreateDTOShipToInfoWithDefaults

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

GetAddressId

func (o *AsyncOrderCreateDTOShipToInfo) GetAddressId() string

GetAddressId returns the AddressId field if non-nil, zero value otherwise.

GetAddressIdOk

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.

SetAddressId

func (o *AsyncOrderCreateDTOShipToInfo) SetAddressId(v string)

SetAddressId sets AddressId field to given value.

HasAddressId

func (o *AsyncOrderCreateDTOShipToInfo) HasAddressId() bool

HasAddressId returns a boolean if a field has been set.

GetContact

func (o *AsyncOrderCreateDTOShipToInfo) GetContact() string

GetContact returns the Contact field if non-nil, zero value otherwise.

GetContactOk

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.

SetContact

func (o *AsyncOrderCreateDTOShipToInfo) SetContact(v string)

SetContact sets Contact field to given value.

HasContact

func (o *AsyncOrderCreateDTOShipToInfo) HasContact() bool

HasContact returns a boolean if a field has been set.

GetCompanyName

func (o *AsyncOrderCreateDTOShipToInfo) GetCompanyName() string

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

GetCompanyNameOk

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.

SetCompanyName

func (o *AsyncOrderCreateDTOShipToInfo) SetCompanyName(v string)

SetCompanyName sets CompanyName field to given value.

HasCompanyName

func (o *AsyncOrderCreateDTOShipToInfo) HasCompanyName() bool

HasCompanyName returns a boolean if a field has been set.

GetAddressLine1

func (o *AsyncOrderCreateDTOShipToInfo) GetAddressLine1() string

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

GetAddressLine1Ok

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.

SetAddressLine1

func (o *AsyncOrderCreateDTOShipToInfo) SetAddressLine1(v string)

SetAddressLine1 sets AddressLine1 field to given value.

HasAddressLine1

func (o *AsyncOrderCreateDTOShipToInfo) HasAddressLine1() bool

HasAddressLine1 returns a boolean if a field has been set.

GetAddressLine2

func (o *AsyncOrderCreateDTOShipToInfo) GetAddressLine2() string

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

GetAddressLine2Ok

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.

SetAddressLine2

func (o *AsyncOrderCreateDTOShipToInfo) SetAddressLine2(v string)

SetAddressLine2 sets AddressLine2 field to given value.

HasAddressLine2

func (o *AsyncOrderCreateDTOShipToInfo) HasAddressLine2() bool

HasAddressLine2 returns a boolean if a field has been set.

GetAddressLine3

func (o *AsyncOrderCreateDTOShipToInfo) GetAddressLine3() string

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

GetAddressLine3Ok

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.

SetAddressLine3

func (o *AsyncOrderCreateDTOShipToInfo) SetAddressLine3(v string)

SetAddressLine3 sets AddressLine3 field to given value.

HasAddressLine3

func (o *AsyncOrderCreateDTOShipToInfo) HasAddressLine3() bool

HasAddressLine3 returns a boolean if a field has been set.

SetAddressLine3Nil

func (o *AsyncOrderCreateDTOShipToInfo) SetAddressLine3Nil(b bool)

SetAddressLine3Nil sets the value for AddressLine3 to be an explicit nil

UnsetAddressLine3

func (o *AsyncOrderCreateDTOShipToInfo) UnsetAddressLine3()

UnsetAddressLine3 ensures that no value is present for AddressLine3, not even an explicit nil

GetAddressLine4

func (o *AsyncOrderCreateDTOShipToInfo) GetAddressLine4() string

GetAddressLine4 returns the AddressLine4 field if non-nil, zero value otherwise.

GetAddressLine4Ok

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.

SetAddressLine4

func (o *AsyncOrderCreateDTOShipToInfo) SetAddressLine4(v string)

SetAddressLine4 sets AddressLine4 field to given value.

HasAddressLine4

func (o *AsyncOrderCreateDTOShipToInfo) HasAddressLine4() bool

HasAddressLine4 returns a boolean if a field has been set.

SetAddressLine4Nil

func (o *AsyncOrderCreateDTOShipToInfo) SetAddressLine4Nil(b bool)

SetAddressLine4Nil sets the value for AddressLine4 to be an explicit nil

UnsetAddressLine4

func (o *AsyncOrderCreateDTOShipToInfo) UnsetAddressLine4()

UnsetAddressLine4 ensures that no value is present for AddressLine4, not even an explicit nil

GetName1

func (o *AsyncOrderCreateDTOShipToInfo) GetName1() string

GetName1 returns the Name1 field if non-nil, zero value otherwise.

GetName1Ok

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.

SetName1

func (o *AsyncOrderCreateDTOShipToInfo) SetName1(v string)

SetName1 sets Name1 field to given value.

HasName1

func (o *AsyncOrderCreateDTOShipToInfo) HasName1() bool

HasName1 returns a boolean if a field has been set.

GetName2

func (o *AsyncOrderCreateDTOShipToInfo) GetName2() string

GetName2 returns the Name2 field if non-nil, zero value otherwise.

GetName2Ok

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.

SetName2

func (o *AsyncOrderCreateDTOShipToInfo) SetName2(v string)

SetName2 sets Name2 field to given value.

HasName2

func (o *AsyncOrderCreateDTOShipToInfo) HasName2() bool

HasName2 returns a boolean if a field has been set.

GetCity

func (o *AsyncOrderCreateDTOShipToInfo) GetCity() string

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

GetCityOk

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.

SetCity

func (o *AsyncOrderCreateDTOShipToInfo) SetCity(v string)

SetCity sets City field to given value.

HasCity

func (o *AsyncOrderCreateDTOShipToInfo) HasCity() bool

HasCity returns a boolean if a field has been set.

GetState

func (o *AsyncOrderCreateDTOShipToInfo) GetState() string

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

GetStateOk

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.

SetState

func (o *AsyncOrderCreateDTOShipToInfo) SetState(v string)

SetState sets State field to given value.

HasState

func (o *AsyncOrderCreateDTOShipToInfo) HasState() bool

HasState returns a boolean if a field has been set.

GetPostalCode

func (o *AsyncOrderCreateDTOShipToInfo) GetPostalCode() string

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

GetPostalCodeOk

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.

SetPostalCode

func (o *AsyncOrderCreateDTOShipToInfo) SetPostalCode(v string)

SetPostalCode sets PostalCode field to given value.

HasPostalCode

func (o *AsyncOrderCreateDTOShipToInfo) HasPostalCode() bool

HasPostalCode returns a boolean if a field has been set.

GetCountryCode

func (o *AsyncOrderCreateDTOShipToInfo) GetCountryCode() string

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

GetCountryCodeOk

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.

SetCountryCode

func (o *AsyncOrderCreateDTOShipToInfo) SetCountryCode(v string)

SetCountryCode sets CountryCode field to given value.

HasCountryCode

func (o *AsyncOrderCreateDTOShipToInfo) HasCountryCode() bool

HasCountryCode returns a boolean if a field has been set.

GetEmail

func (o *AsyncOrderCreateDTOShipToInfo) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

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.

SetEmail

func (o *AsyncOrderCreateDTOShipToInfo) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *AsyncOrderCreateDTOShipToInfo) HasEmail() bool

HasEmail returns a boolean if a field has been set.

SetEmailNil

func (o *AsyncOrderCreateDTOShipToInfo) SetEmailNil(b bool)

SetEmailNil sets the value for Email to be an explicit nil

UnsetEmail

func (o *AsyncOrderCreateDTOShipToInfo) UnsetEmail()

UnsetEmail ensures that no value is present for Email, not even an explicit nil

GetShippingNotes

func (o *AsyncOrderCreateDTOShipToInfo) GetShippingNotes() string

GetShippingNotes returns the ShippingNotes field if non-nil, zero value otherwise.

GetShippingNotesOk

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.

SetShippingNotes

func (o *AsyncOrderCreateDTOShipToInfo) SetShippingNotes(v string)

SetShippingNotes sets ShippingNotes field to given value.

HasShippingNotes

func (o *AsyncOrderCreateDTOShipToInfo) HasShippingNotes() bool

HasShippingNotes returns a boolean if a field has been set.

GetPhoneNumber

func (o *AsyncOrderCreateDTOShipToInfo) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.

GetPhoneNumberOk

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.

SetPhoneNumber

func (o *AsyncOrderCreateDTOShipToInfo) SetPhoneNumber(v string)

SetPhoneNumber sets PhoneNumber field to given value.

HasPhoneNumber

func (o *AsyncOrderCreateDTOShipToInfo) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

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