| Name | Type | Description | Notes |
|---|---|---|---|
| FirstName | string | ||
| LastName | string | ||
| string | |||
| Phone | string | ||
| PhoneCountryCode | Pointer to string | [optional] | |
| Address | Pointer to PFLitePaymentLinkRequestCustomersInnerAddress | [optional] | |
| NotifyViaSMS | Pointer to bool | [optional] | |
| NotifyViaEmail | Pointer to bool | [optional] |
func NewPFLitePaymentLinkRequestCustomersInner(firstName string, lastName string, email string, phone string, ) *PFLitePaymentLinkRequestCustomersInner
NewPFLitePaymentLinkRequestCustomersInner instantiates a new PFLitePaymentLinkRequestCustomersInner 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 NewPFLitePaymentLinkRequestCustomersInnerWithDefaults() *PFLitePaymentLinkRequestCustomersInner
NewPFLitePaymentLinkRequestCustomersInnerWithDefaults instantiates a new PFLitePaymentLinkRequestCustomersInner 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 *PFLitePaymentLinkRequestCustomersInner) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *PFLitePaymentLinkRequestCustomersInner) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLitePaymentLinkRequestCustomersInner) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *PFLitePaymentLinkRequestCustomersInner) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *PFLitePaymentLinkRequestCustomersInner) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLitePaymentLinkRequestCustomersInner) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *PFLitePaymentLinkRequestCustomersInner) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *PFLitePaymentLinkRequestCustomersInner) 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 *PFLitePaymentLinkRequestCustomersInner) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *PFLitePaymentLinkRequestCustomersInner) GetPhone() string
GetPhone returns the Phone field if non-nil, zero value otherwise.
func (o *PFLitePaymentLinkRequestCustomersInner) 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 *PFLitePaymentLinkRequestCustomersInner) SetPhone(v string)
SetPhone sets Phone field to given value.
func (o *PFLitePaymentLinkRequestCustomersInner) GetPhoneCountryCode() string
GetPhoneCountryCode returns the PhoneCountryCode field if non-nil, zero value otherwise.
func (o *PFLitePaymentLinkRequestCustomersInner) GetPhoneCountryCodeOk() (*string, bool)
GetPhoneCountryCodeOk returns a tuple with the PhoneCountryCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLitePaymentLinkRequestCustomersInner) SetPhoneCountryCode(v string)
SetPhoneCountryCode sets PhoneCountryCode field to given value.
func (o *PFLitePaymentLinkRequestCustomersInner) HasPhoneCountryCode() bool
HasPhoneCountryCode returns a boolean if a field has been set.
func (o *PFLitePaymentLinkRequestCustomersInner) GetAddress() PFLitePaymentLinkRequestCustomersInnerAddress
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *PFLitePaymentLinkRequestCustomersInner) GetAddressOk() (*PFLitePaymentLinkRequestCustomersInnerAddress, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLitePaymentLinkRequestCustomersInner) SetAddress(v PFLitePaymentLinkRequestCustomersInnerAddress)
SetAddress sets Address field to given value.
func (o *PFLitePaymentLinkRequestCustomersInner) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *PFLitePaymentLinkRequestCustomersInner) GetNotifyViaSMS() bool
GetNotifyViaSMS returns the NotifyViaSMS field if non-nil, zero value otherwise.
func (o *PFLitePaymentLinkRequestCustomersInner) GetNotifyViaSMSOk() (*bool, bool)
GetNotifyViaSMSOk returns a tuple with the NotifyViaSMS field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLitePaymentLinkRequestCustomersInner) SetNotifyViaSMS(v bool)
SetNotifyViaSMS sets NotifyViaSMS field to given value.
func (o *PFLitePaymentLinkRequestCustomersInner) HasNotifyViaSMS() bool
HasNotifyViaSMS returns a boolean if a field has been set.
func (o *PFLitePaymentLinkRequestCustomersInner) GetNotifyViaEmail() bool
GetNotifyViaEmail returns the NotifyViaEmail field if non-nil, zero value otherwise.
func (o *PFLitePaymentLinkRequestCustomersInner) GetNotifyViaEmailOk() (*bool, bool)
GetNotifyViaEmailOk returns a tuple with the NotifyViaEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLitePaymentLinkRequestCustomersInner) SetNotifyViaEmail(v bool)
SetNotifyViaEmail sets NotifyViaEmail field to given value.
func (o *PFLitePaymentLinkRequestCustomersInner) HasNotifyViaEmail() bool
HasNotifyViaEmail returns a boolean if a field has been set.