Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
string | |||
Phone | string | ||
Corporate | Pointer to bool | [optional] | |
Object | Pointer to string | [optional] | |
CustomerId | string |
func NewOrderRequestCustomerInfo(name string, email string, phone string, customerId string, ) *OrderRequestCustomerInfo
NewOrderRequestCustomerInfo instantiates a new OrderRequestCustomerInfo 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 NewOrderRequestCustomerInfoWithDefaults() *OrderRequestCustomerInfo
NewOrderRequestCustomerInfoWithDefaults instantiates a new OrderRequestCustomerInfo 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 *OrderRequestCustomerInfo) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *OrderRequestCustomerInfo) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderRequestCustomerInfo) SetName(v string)
SetName sets Name field to given value.
func (o *OrderRequestCustomerInfo) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *OrderRequestCustomerInfo) 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 *OrderRequestCustomerInfo) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *OrderRequestCustomerInfo) GetPhone() string
GetPhone returns the Phone field if non-nil, zero value otherwise.
func (o *OrderRequestCustomerInfo) GetPhoneOk() (*string, bool)
GetPhoneOk returns a tuple with the Phone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderRequestCustomerInfo) SetPhone(v string)
SetPhone sets Phone field to given value.
func (o *OrderRequestCustomerInfo) GetCorporate() bool
GetCorporate returns the Corporate field if non-nil, zero value otherwise.
func (o *OrderRequestCustomerInfo) GetCorporateOk() (*bool, bool)
GetCorporateOk returns a tuple with the Corporate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderRequestCustomerInfo) SetCorporate(v bool)
SetCorporate sets Corporate field to given value.
func (o *OrderRequestCustomerInfo) HasCorporate() bool
HasCorporate returns a boolean if a field has been set.
func (o *OrderRequestCustomerInfo) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *OrderRequestCustomerInfo) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderRequestCustomerInfo) SetObject(v string)
SetObject sets Object field to given value.
func (o *OrderRequestCustomerInfo) HasObject() bool
HasObject returns a boolean if a field has been set.
func (o *OrderRequestCustomerInfo) GetCustomerId() string
GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.
func (o *OrderRequestCustomerInfo) GetCustomerIdOk() (*string, bool)
GetCustomerIdOk returns a tuple with the CustomerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderRequestCustomerInfo) SetCustomerId(v string)
SetCustomerId sets CustomerId field to given value.