Skip to content

Latest commit

 

History

History
316 lines (171 loc) · 9.18 KB

OrderDetailB2BEndUserInfo.md

File metadata and controls

316 lines (171 loc) · 9.18 KB

OrderDetailB2BEndUserInfo

Properties

Name Type Description Notes
Contact Pointer to string The contact name for the end user/customer. [optional]
CompanyName Pointer to string The company name for the end user/customer. [optional]
AddressLine1 Pointer to string The address line 1 for the end user/customer. [optional]
AddressLine2 Pointer to string The address line 2 for the end user/customer. [optional]
AddressLine3 Pointer to string The address line 3 for the end user/customer. [optional]
City Pointer to string The end user/customer's city. [optional]
State Pointer to string The end user/customer's state. [optional]
PostalCode Pointer to string The end user/customer's zip or postal code. [optional]
CountryCode Pointer to string The end user/customer's two character ISO country code. [optional]
PhoneNumber Pointer to string The end user/customer's phone number. [optional]
Email Pointer to string The end user/customer's email. [optional]

Methods

NewOrderDetailB2BEndUserInfo

func NewOrderDetailB2BEndUserInfo() *OrderDetailB2BEndUserInfo

NewOrderDetailB2BEndUserInfo instantiates a new OrderDetailB2BEndUserInfo 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

NewOrderDetailB2BEndUserInfoWithDefaults

func NewOrderDetailB2BEndUserInfoWithDefaults() *OrderDetailB2BEndUserInfo

NewOrderDetailB2BEndUserInfoWithDefaults instantiates a new OrderDetailB2BEndUserInfo 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

GetContact

func (o *OrderDetailB2BEndUserInfo) GetContact() string

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

GetContactOk

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

SetContact sets Contact field to given value.

HasContact

func (o *OrderDetailB2BEndUserInfo) HasContact() bool

HasContact returns a boolean if a field has been set.

GetCompanyName

func (o *OrderDetailB2BEndUserInfo) GetCompanyName() string

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

GetCompanyNameOk

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

SetCompanyName sets CompanyName field to given value.

HasCompanyName

func (o *OrderDetailB2BEndUserInfo) HasCompanyName() bool

HasCompanyName returns a boolean if a field has been set.

GetAddressLine1

func (o *OrderDetailB2BEndUserInfo) GetAddressLine1() string

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

GetAddressLine1Ok

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

SetAddressLine1 sets AddressLine1 field to given value.

HasAddressLine1

func (o *OrderDetailB2BEndUserInfo) HasAddressLine1() bool

HasAddressLine1 returns a boolean if a field has been set.

GetAddressLine2

func (o *OrderDetailB2BEndUserInfo) GetAddressLine2() string

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

GetAddressLine2Ok

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

SetAddressLine2 sets AddressLine2 field to given value.

HasAddressLine2

func (o *OrderDetailB2BEndUserInfo) HasAddressLine2() bool

HasAddressLine2 returns a boolean if a field has been set.

GetAddressLine3

func (o *OrderDetailB2BEndUserInfo) GetAddressLine3() string

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

GetAddressLine3Ok

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

SetAddressLine3 sets AddressLine3 field to given value.

HasAddressLine3

func (o *OrderDetailB2BEndUserInfo) HasAddressLine3() bool

HasAddressLine3 returns a boolean if a field has been set.

GetCity

func (o *OrderDetailB2BEndUserInfo) GetCity() string

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

GetCityOk

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

SetCity sets City field to given value.

HasCity

func (o *OrderDetailB2BEndUserInfo) HasCity() bool

HasCity returns a boolean if a field has been set.

GetState

func (o *OrderDetailB2BEndUserInfo) GetState() string

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

GetStateOk

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

SetState sets State field to given value.

HasState

func (o *OrderDetailB2BEndUserInfo) HasState() bool

HasState returns a boolean if a field has been set.

GetPostalCode

func (o *OrderDetailB2BEndUserInfo) GetPostalCode() string

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

GetPostalCodeOk

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

SetPostalCode sets PostalCode field to given value.

HasPostalCode

func (o *OrderDetailB2BEndUserInfo) HasPostalCode() bool

HasPostalCode returns a boolean if a field has been set.

GetCountryCode

func (o *OrderDetailB2BEndUserInfo) GetCountryCode() string

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

GetCountryCodeOk

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

SetCountryCode sets CountryCode field to given value.

HasCountryCode

func (o *OrderDetailB2BEndUserInfo) HasCountryCode() bool

HasCountryCode returns a boolean if a field has been set.

GetPhoneNumber

func (o *OrderDetailB2BEndUserInfo) GetPhoneNumber() string

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

GetPhoneNumberOk

func (o *OrderDetailB2BEndUserInfo) 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 *OrderDetailB2BEndUserInfo) SetPhoneNumber(v string)

SetPhoneNumber sets PhoneNumber field to given value.

HasPhoneNumber

func (o *OrderDetailB2BEndUserInfo) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

GetEmail

func (o *OrderDetailB2BEndUserInfo) GetEmail() string

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

GetEmailOk

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

SetEmail sets Email field to given value.

HasEmail

func (o *OrderDetailB2BEndUserInfo) HasEmail() bool

HasEmail returns a boolean if a field has been set.

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