Name | Type | Description | Notes |
---|---|---|---|
Contact | Pointer to string | End User Name | [optional] |
CompanyName | Pointer to string | Contact name of end user associated with the quote. | [optional] |
AddressLine1 | Pointer to string | Address line 1 for end user associated with the quote | [optional] |
AddressLine2 | Pointer to string | Address line 2 for end user associated with the quote. | [optional] |
AddressLine3 | Pointer to string | Address line 3 for end user associated with the quote. | [optional] |
City | Pointer to string | City for end user associated with the quote | [optional] |
State | Pointer to string | Two letter state abreviation for end user associated with the quote | [optional] |
Pointer to string | Email of end user the quote associated with the quote. | [optional] | |
PhoneNumber | Pointer to string | Phone number of end user associated with the quote. | [optional] |
PostalCode | Pointer to string | Zip code of end user associated with the quote. | [optional] |
MarketSegment | Pointer to string | Market Segment of end user associated with the quote. End user market segment is included when end user is included in specific market segments like Educational, Government, Military, Medical - that may receive special pricing due to their segmentation. | [optional] |
func NewQuoteDetailsResponseEndUserInfo() *QuoteDetailsResponseEndUserInfo
NewQuoteDetailsResponseEndUserInfo instantiates a new QuoteDetailsResponseEndUserInfo 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 NewQuoteDetailsResponseEndUserInfoWithDefaults() *QuoteDetailsResponseEndUserInfo
NewQuoteDetailsResponseEndUserInfoWithDefaults instantiates a new QuoteDetailsResponseEndUserInfo 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 *QuoteDetailsResponseEndUserInfo) GetContact() string
GetContact returns the Contact field if non-nil, zero value otherwise.
func (o *QuoteDetailsResponseEndUserInfo) 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 *QuoteDetailsResponseEndUserInfo) SetContact(v string)
SetContact sets Contact field to given value.
func (o *QuoteDetailsResponseEndUserInfo) HasContact() bool
HasContact returns a boolean if a field has been set.
func (o *QuoteDetailsResponseEndUserInfo) GetCompanyName() string
GetCompanyName returns the CompanyName field if non-nil, zero value otherwise.
func (o *QuoteDetailsResponseEndUserInfo) 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 *QuoteDetailsResponseEndUserInfo) SetCompanyName(v string)
SetCompanyName sets CompanyName field to given value.
func (o *QuoteDetailsResponseEndUserInfo) HasCompanyName() bool
HasCompanyName returns a boolean if a field has been set.
func (o *QuoteDetailsResponseEndUserInfo) GetAddressLine1() string
GetAddressLine1 returns the AddressLine1 field if non-nil, zero value otherwise.
func (o *QuoteDetailsResponseEndUserInfo) 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 *QuoteDetailsResponseEndUserInfo) SetAddressLine1(v string)
SetAddressLine1 sets AddressLine1 field to given value.
func (o *QuoteDetailsResponseEndUserInfo) HasAddressLine1() bool
HasAddressLine1 returns a boolean if a field has been set.
func (o *QuoteDetailsResponseEndUserInfo) GetAddressLine2() string
GetAddressLine2 returns the AddressLine2 field if non-nil, zero value otherwise.
func (o *QuoteDetailsResponseEndUserInfo) 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 *QuoteDetailsResponseEndUserInfo) SetAddressLine2(v string)
SetAddressLine2 sets AddressLine2 field to given value.
func (o *QuoteDetailsResponseEndUserInfo) HasAddressLine2() bool
HasAddressLine2 returns a boolean if a field has been set.
func (o *QuoteDetailsResponseEndUserInfo) GetAddressLine3() string
GetAddressLine3 returns the AddressLine3 field if non-nil, zero value otherwise.
func (o *QuoteDetailsResponseEndUserInfo) 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 *QuoteDetailsResponseEndUserInfo) SetAddressLine3(v string)
SetAddressLine3 sets AddressLine3 field to given value.
func (o *QuoteDetailsResponseEndUserInfo) HasAddressLine3() bool
HasAddressLine3 returns a boolean if a field has been set.
func (o *QuoteDetailsResponseEndUserInfo) GetCity() string
GetCity returns the City field if non-nil, zero value otherwise.
func (o *QuoteDetailsResponseEndUserInfo) 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 *QuoteDetailsResponseEndUserInfo) SetCity(v string)
SetCity sets City field to given value.
func (o *QuoteDetailsResponseEndUserInfo) HasCity() bool
HasCity returns a boolean if a field has been set.
func (o *QuoteDetailsResponseEndUserInfo) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *QuoteDetailsResponseEndUserInfo) 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 *QuoteDetailsResponseEndUserInfo) SetState(v string)
SetState sets State field to given value.
func (o *QuoteDetailsResponseEndUserInfo) HasState() bool
HasState returns a boolean if a field has been set.
func (o *QuoteDetailsResponseEndUserInfo) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *QuoteDetailsResponseEndUserInfo) 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 *QuoteDetailsResponseEndUserInfo) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *QuoteDetailsResponseEndUserInfo) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *QuoteDetailsResponseEndUserInfo) GetPhoneNumber() string
GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.
func (o *QuoteDetailsResponseEndUserInfo) 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 *QuoteDetailsResponseEndUserInfo) SetPhoneNumber(v string)
SetPhoneNumber sets PhoneNumber field to given value.
func (o *QuoteDetailsResponseEndUserInfo) HasPhoneNumber() bool
HasPhoneNumber returns a boolean if a field has been set.
func (o *QuoteDetailsResponseEndUserInfo) GetPostalCode() string
GetPostalCode returns the PostalCode field if non-nil, zero value otherwise.
func (o *QuoteDetailsResponseEndUserInfo) 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 *QuoteDetailsResponseEndUserInfo) SetPostalCode(v string)
SetPostalCode sets PostalCode field to given value.
func (o *QuoteDetailsResponseEndUserInfo) HasPostalCode() bool
HasPostalCode returns a boolean if a field has been set.
func (o *QuoteDetailsResponseEndUserInfo) GetMarketSegment() string
GetMarketSegment returns the MarketSegment field if non-nil, zero value otherwise.
func (o *QuoteDetailsResponseEndUserInfo) GetMarketSegmentOk() (*string, bool)
GetMarketSegmentOk returns a tuple with the MarketSegment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteDetailsResponseEndUserInfo) SetMarketSegment(v string)
SetMarketSegment sets MarketSegment field to given value.
func (o *QuoteDetailsResponseEndUserInfo) HasMarketSegment() bool
HasMarketSegment returns a boolean if a field has been set.