Name | Type | Description | Notes |
---|---|---|---|
Contact | Pointer to string | Contact Name | [optional] |
CompanyName | Pointer to string | Ingram Micro Customer's Account Name | [optional] |
Pointer to string | Account Contact Email Address | [optional] | |
PhoneNumber | Pointer to string | Account Phone Number | [optional] |
CustomerNumber | Pointer to string | Reseller account number | [optional] |
func NewQuoteDetailsResponseResellerInfo() *QuoteDetailsResponseResellerInfo
NewQuoteDetailsResponseResellerInfo instantiates a new QuoteDetailsResponseResellerInfo 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 NewQuoteDetailsResponseResellerInfoWithDefaults() *QuoteDetailsResponseResellerInfo
NewQuoteDetailsResponseResellerInfoWithDefaults instantiates a new QuoteDetailsResponseResellerInfo 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 *QuoteDetailsResponseResellerInfo) GetContact() string
GetContact returns the Contact field if non-nil, zero value otherwise.
func (o *QuoteDetailsResponseResellerInfo) 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 *QuoteDetailsResponseResellerInfo) SetContact(v string)
SetContact sets Contact field to given value.
func (o *QuoteDetailsResponseResellerInfo) HasContact() bool
HasContact returns a boolean if a field has been set.
func (o *QuoteDetailsResponseResellerInfo) GetCompanyName() string
GetCompanyName returns the CompanyName field if non-nil, zero value otherwise.
func (o *QuoteDetailsResponseResellerInfo) 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 *QuoteDetailsResponseResellerInfo) SetCompanyName(v string)
SetCompanyName sets CompanyName field to given value.
func (o *QuoteDetailsResponseResellerInfo) HasCompanyName() bool
HasCompanyName returns a boolean if a field has been set.
func (o *QuoteDetailsResponseResellerInfo) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *QuoteDetailsResponseResellerInfo) 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 *QuoteDetailsResponseResellerInfo) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *QuoteDetailsResponseResellerInfo) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *QuoteDetailsResponseResellerInfo) GetPhoneNumber() string
GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.
func (o *QuoteDetailsResponseResellerInfo) 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 *QuoteDetailsResponseResellerInfo) SetPhoneNumber(v string)
SetPhoneNumber sets PhoneNumber field to given value.
func (o *QuoteDetailsResponseResellerInfo) HasPhoneNumber() bool
HasPhoneNumber returns a boolean if a field has been set.
func (o *QuoteDetailsResponseResellerInfo) GetCustomerNumber() string
GetCustomerNumber returns the CustomerNumber field if non-nil, zero value otherwise.
func (o *QuoteDetailsResponseResellerInfo) GetCustomerNumberOk() (*string, bool)
GetCustomerNumberOk returns a tuple with the CustomerNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteDetailsResponseResellerInfo) SetCustomerNumber(v string)
SetCustomerNumber sets CustomerNumber field to given value.
func (o *QuoteDetailsResponseResellerInfo) HasCustomerNumber() bool
HasCustomerNumber returns a boolean if a field has been set.