Skip to content

Latest commit

 

History

History
342 lines (185 loc) · 10.1 KB

OrderCreateRequestResellerInfo.md

File metadata and controls

342 lines (185 loc) · 10.1 KB

OrderCreateRequestResellerInfo

Properties

Name Type Description Notes
ResellerId Pointer to string The reseller's Id. [optional]
CompanyName Pointer to string The reseller's company name. [optional]
Contact Pointer to string The reseller's contact name. [optional]
AddressLine1 Pointer to string The reseller's street address. [optional]
AddressLine2 Pointer to string The reseller's building or apartment number. [optional]
AddressLine3 Pointer to string The reseller's address line 3. [optional]
City Pointer to string The reseller's city. [optional]
State Pointer to string The reseller's state. [optional]
PostalCode Pointer to string The reseller's zip or postal code. [optional]
CountryCode Pointer to string The reseller's two-character ISO country code. [optional]
PhoneNumber Pointer to int32 The reseller's phone number. [optional]
Email Pointer to string The reseller's email address. [optional]

Methods

NewOrderCreateRequestResellerInfo

func NewOrderCreateRequestResellerInfo() *OrderCreateRequestResellerInfo

NewOrderCreateRequestResellerInfo instantiates a new OrderCreateRequestResellerInfo 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

NewOrderCreateRequestResellerInfoWithDefaults

func NewOrderCreateRequestResellerInfoWithDefaults() *OrderCreateRequestResellerInfo

NewOrderCreateRequestResellerInfoWithDefaults instantiates a new OrderCreateRequestResellerInfo 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

GetResellerId

func (o *OrderCreateRequestResellerInfo) GetResellerId() string

GetResellerId returns the ResellerId field if non-nil, zero value otherwise.

GetResellerIdOk

func (o *OrderCreateRequestResellerInfo) GetResellerIdOk() (*string, bool)

GetResellerIdOk returns a tuple with the ResellerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetResellerId

func (o *OrderCreateRequestResellerInfo) SetResellerId(v string)

SetResellerId sets ResellerId field to given value.

HasResellerId

func (o *OrderCreateRequestResellerInfo) HasResellerId() bool

HasResellerId returns a boolean if a field has been set.

GetCompanyName

func (o *OrderCreateRequestResellerInfo) GetCompanyName() string

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

GetCompanyNameOk

func (o *OrderCreateRequestResellerInfo) 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 *OrderCreateRequestResellerInfo) SetCompanyName(v string)

SetCompanyName sets CompanyName field to given value.

HasCompanyName

func (o *OrderCreateRequestResellerInfo) HasCompanyName() bool

HasCompanyName returns a boolean if a field has been set.

GetContact

func (o *OrderCreateRequestResellerInfo) GetContact() string

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

GetContactOk

func (o *OrderCreateRequestResellerInfo) 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 *OrderCreateRequestResellerInfo) SetContact(v string)

SetContact sets Contact field to given value.

HasContact

func (o *OrderCreateRequestResellerInfo) HasContact() bool

HasContact returns a boolean if a field has been set.

GetAddressLine1

func (o *OrderCreateRequestResellerInfo) GetAddressLine1() string

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

GetAddressLine1Ok

func (o *OrderCreateRequestResellerInfo) 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 *OrderCreateRequestResellerInfo) SetAddressLine1(v string)

SetAddressLine1 sets AddressLine1 field to given value.

HasAddressLine1

func (o *OrderCreateRequestResellerInfo) HasAddressLine1() bool

HasAddressLine1 returns a boolean if a field has been set.

GetAddressLine2

func (o *OrderCreateRequestResellerInfo) GetAddressLine2() string

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

GetAddressLine2Ok

func (o *OrderCreateRequestResellerInfo) 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 *OrderCreateRequestResellerInfo) SetAddressLine2(v string)

SetAddressLine2 sets AddressLine2 field to given value.

HasAddressLine2

func (o *OrderCreateRequestResellerInfo) HasAddressLine2() bool

HasAddressLine2 returns a boolean if a field has been set.

GetAddressLine3

func (o *OrderCreateRequestResellerInfo) GetAddressLine3() string

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

GetAddressLine3Ok

func (o *OrderCreateRequestResellerInfo) 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 *OrderCreateRequestResellerInfo) SetAddressLine3(v string)

SetAddressLine3 sets AddressLine3 field to given value.

HasAddressLine3

func (o *OrderCreateRequestResellerInfo) HasAddressLine3() bool

HasAddressLine3 returns a boolean if a field has been set.

GetCity

func (o *OrderCreateRequestResellerInfo) GetCity() string

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

GetCityOk

func (o *OrderCreateRequestResellerInfo) 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 *OrderCreateRequestResellerInfo) SetCity(v string)

SetCity sets City field to given value.

HasCity

func (o *OrderCreateRequestResellerInfo) HasCity() bool

HasCity returns a boolean if a field has been set.

GetState

func (o *OrderCreateRequestResellerInfo) GetState() string

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

GetStateOk

func (o *OrderCreateRequestResellerInfo) 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 *OrderCreateRequestResellerInfo) SetState(v string)

SetState sets State field to given value.

HasState

func (o *OrderCreateRequestResellerInfo) HasState() bool

HasState returns a boolean if a field has been set.

GetPostalCode

func (o *OrderCreateRequestResellerInfo) GetPostalCode() string

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

GetPostalCodeOk

func (o *OrderCreateRequestResellerInfo) 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 *OrderCreateRequestResellerInfo) SetPostalCode(v string)

SetPostalCode sets PostalCode field to given value.

HasPostalCode

func (o *OrderCreateRequestResellerInfo) HasPostalCode() bool

HasPostalCode returns a boolean if a field has been set.

GetCountryCode

func (o *OrderCreateRequestResellerInfo) GetCountryCode() string

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

GetCountryCodeOk

func (o *OrderCreateRequestResellerInfo) 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 *OrderCreateRequestResellerInfo) SetCountryCode(v string)

SetCountryCode sets CountryCode field to given value.

HasCountryCode

func (o *OrderCreateRequestResellerInfo) HasCountryCode() bool

HasCountryCode returns a boolean if a field has been set.

GetPhoneNumber

func (o *OrderCreateRequestResellerInfo) GetPhoneNumber() int32

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

GetPhoneNumberOk

func (o *OrderCreateRequestResellerInfo) GetPhoneNumberOk() (*int32, 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 *OrderCreateRequestResellerInfo) SetPhoneNumber(v int32)

SetPhoneNumber sets PhoneNumber field to given value.

HasPhoneNumber

func (o *OrderCreateRequestResellerInfo) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

GetEmail

func (o *OrderCreateRequestResellerInfo) GetEmail() string

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

GetEmailOk

func (o *OrderCreateRequestResellerInfo) 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 *OrderCreateRequestResellerInfo) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *OrderCreateRequestResellerInfo) HasEmail() bool

HasEmail returns a boolean if a field has been set.

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