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] |
Pointer to string | The reseller's email address. | [optional] |
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
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
func (o *OrderCreateRequestResellerInfo) GetResellerId() string
GetResellerId returns the ResellerId field if non-nil, zero value otherwise.
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.
func (o *OrderCreateRequestResellerInfo) SetResellerId(v string)
SetResellerId sets ResellerId field to given value.
func (o *OrderCreateRequestResellerInfo) HasResellerId() bool
HasResellerId returns a boolean if a field has been set.
func (o *OrderCreateRequestResellerInfo) GetCompanyName() string
GetCompanyName returns the CompanyName field if non-nil, zero value otherwise.
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.
func (o *OrderCreateRequestResellerInfo) SetCompanyName(v string)
SetCompanyName sets CompanyName field to given value.
func (o *OrderCreateRequestResellerInfo) HasCompanyName() bool
HasCompanyName returns a boolean if a field has been set.
func (o *OrderCreateRequestResellerInfo) GetContact() string
GetContact returns the Contact field if non-nil, zero value otherwise.
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.
func (o *OrderCreateRequestResellerInfo) SetContact(v string)
SetContact sets Contact field to given value.
func (o *OrderCreateRequestResellerInfo) HasContact() bool
HasContact returns a boolean if a field has been set.
func (o *OrderCreateRequestResellerInfo) GetAddressLine1() string
GetAddressLine1 returns the AddressLine1 field if non-nil, zero value otherwise.
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.
func (o *OrderCreateRequestResellerInfo) SetAddressLine1(v string)
SetAddressLine1 sets AddressLine1 field to given value.
func (o *OrderCreateRequestResellerInfo) HasAddressLine1() bool
HasAddressLine1 returns a boolean if a field has been set.
func (o *OrderCreateRequestResellerInfo) GetAddressLine2() string
GetAddressLine2 returns the AddressLine2 field if non-nil, zero value otherwise.
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.
func (o *OrderCreateRequestResellerInfo) SetAddressLine2(v string)
SetAddressLine2 sets AddressLine2 field to given value.
func (o *OrderCreateRequestResellerInfo) HasAddressLine2() bool
HasAddressLine2 returns a boolean if a field has been set.
func (o *OrderCreateRequestResellerInfo) GetAddressLine3() string
GetAddressLine3 returns the AddressLine3 field if non-nil, zero value otherwise.
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.
func (o *OrderCreateRequestResellerInfo) SetAddressLine3(v string)
SetAddressLine3 sets AddressLine3 field to given value.
func (o *OrderCreateRequestResellerInfo) HasAddressLine3() bool
HasAddressLine3 returns a boolean if a field has been set.
func (o *OrderCreateRequestResellerInfo) GetCity() string
GetCity returns the City field if non-nil, zero value otherwise.
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.
func (o *OrderCreateRequestResellerInfo) SetCity(v string)
SetCity sets City field to given value.
func (o *OrderCreateRequestResellerInfo) HasCity() bool
HasCity returns a boolean if a field has been set.
func (o *OrderCreateRequestResellerInfo) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
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.
func (o *OrderCreateRequestResellerInfo) SetState(v string)
SetState sets State field to given value.
func (o *OrderCreateRequestResellerInfo) HasState() bool
HasState returns a boolean if a field has been set.
func (o *OrderCreateRequestResellerInfo) GetPostalCode() string
GetPostalCode returns the PostalCode field if non-nil, zero value otherwise.
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.
func (o *OrderCreateRequestResellerInfo) SetPostalCode(v string)
SetPostalCode sets PostalCode field to given value.
func (o *OrderCreateRequestResellerInfo) HasPostalCode() bool
HasPostalCode returns a boolean if a field has been set.
func (o *OrderCreateRequestResellerInfo) GetCountryCode() string
GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.
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.
func (o *OrderCreateRequestResellerInfo) SetCountryCode(v string)
SetCountryCode sets CountryCode field to given value.
func (o *OrderCreateRequestResellerInfo) HasCountryCode() bool
HasCountryCode returns a boolean if a field has been set.
func (o *OrderCreateRequestResellerInfo) GetPhoneNumber() int32
GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.
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.
func (o *OrderCreateRequestResellerInfo) SetPhoneNumber(v int32)
SetPhoneNumber sets PhoneNumber field to given value.
func (o *OrderCreateRequestResellerInfo) HasPhoneNumber() bool
HasPhoneNumber returns a boolean if a field has been set.
func (o *OrderCreateRequestResellerInfo) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
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.
func (o *OrderCreateRequestResellerInfo) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *OrderCreateRequestResellerInfo) HasEmail() bool
HasEmail returns a boolean if a field has been set.