Name | Type | Description | Notes |
---|---|---|---|
CustomerCustomReference | Pointer to NullableString | Custom reference | [optional] |
Name | Pointer to string | [optional] | |
Pointer to string | [optional] | ||
Phone | Pointer to string | [optional] | |
Corporate | Pointer to bool | [optional] [default to false] | |
Object | Pointer to string | [optional] | |
Id | string | The id of the customer. |
func NewPayoutOrderResponseCustomerInfo(id string, ) *PayoutOrderResponseCustomerInfo
NewPayoutOrderResponseCustomerInfo instantiates a new PayoutOrderResponseCustomerInfo 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 NewPayoutOrderResponseCustomerInfoWithDefaults() *PayoutOrderResponseCustomerInfo
NewPayoutOrderResponseCustomerInfoWithDefaults instantiates a new PayoutOrderResponseCustomerInfo 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 *PayoutOrderResponseCustomerInfo) GetCustomerCustomReference() string
GetCustomerCustomReference returns the CustomerCustomReference field if non-nil, zero value otherwise.
func (o *PayoutOrderResponseCustomerInfo) GetCustomerCustomReferenceOk() (*string, bool)
GetCustomerCustomReferenceOk returns a tuple with the CustomerCustomReference field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PayoutOrderResponseCustomerInfo) SetCustomerCustomReference(v string)
SetCustomerCustomReference sets CustomerCustomReference field to given value.
func (o *PayoutOrderResponseCustomerInfo) HasCustomerCustomReference() bool
HasCustomerCustomReference returns a boolean if a field has been set.
func (o *PayoutOrderResponseCustomerInfo) SetCustomerCustomReferenceNil(b bool)
SetCustomerCustomReferenceNil sets the value for CustomerCustomReference to be an explicit nil
func (o *PayoutOrderResponseCustomerInfo) UnsetCustomerCustomReference()
UnsetCustomerCustomReference ensures that no value is present for CustomerCustomReference, not even an explicit nil
func (o *PayoutOrderResponseCustomerInfo) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PayoutOrderResponseCustomerInfo) 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 *PayoutOrderResponseCustomerInfo) SetName(v string)
SetName sets Name field to given value.
func (o *PayoutOrderResponseCustomerInfo) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PayoutOrderResponseCustomerInfo) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *PayoutOrderResponseCustomerInfo) 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 *PayoutOrderResponseCustomerInfo) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *PayoutOrderResponseCustomerInfo) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *PayoutOrderResponseCustomerInfo) GetPhone() string
GetPhone returns the Phone field if non-nil, zero value otherwise.
func (o *PayoutOrderResponseCustomerInfo) 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 *PayoutOrderResponseCustomerInfo) SetPhone(v string)
SetPhone sets Phone field to given value.
func (o *PayoutOrderResponseCustomerInfo) HasPhone() bool
HasPhone returns a boolean if a field has been set.
func (o *PayoutOrderResponseCustomerInfo) GetCorporate() bool
GetCorporate returns the Corporate field if non-nil, zero value otherwise.
func (o *PayoutOrderResponseCustomerInfo) 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 *PayoutOrderResponseCustomerInfo) SetCorporate(v bool)
SetCorporate sets Corporate field to given value.
func (o *PayoutOrderResponseCustomerInfo) HasCorporate() bool
HasCorporate returns a boolean if a field has been set.
func (o *PayoutOrderResponseCustomerInfo) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *PayoutOrderResponseCustomerInfo) 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 *PayoutOrderResponseCustomerInfo) SetObject(v string)
SetObject sets Object field to given value.
func (o *PayoutOrderResponseCustomerInfo) HasObject() bool
HasObject returns a boolean if a field has been set.
func (o *PayoutOrderResponseCustomerInfo) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *PayoutOrderResponseCustomerInfo) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PayoutOrderResponseCustomerInfo) SetId(v string)
SetId sets Id field to given value.