| Name | Type | Description | Notes |
|---|---|---|---|
| FirstName | Pointer to string | [optional] | |
| LastName | Pointer to string | [optional] | |
| Pointer to string | [optional] | ||
| Phone | Pointer to string | [optional] | |
| NotifyViaSMS | Pointer to bool | [optional] | |
| NotifyViaEmail | Pointer to bool | [optional] | |
| CreatedOn | Pointer to string | [optional] | |
| CompanyName | Pointer to string | [optional] | |
| Accounts | Pointer to []PaymentLinkResponseCustomersInnerAccountsInner | [optional] | |
| Address | Pointer to TransactionPaymentResponseBillingContactAddress | [optional] |
func NewPaymentLinkResponseCustomersInner() *PaymentLinkResponseCustomersInner
NewPaymentLinkResponseCustomersInner instantiates a new PaymentLinkResponseCustomersInner 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 NewPaymentLinkResponseCustomersInnerWithDefaults() *PaymentLinkResponseCustomersInner
NewPaymentLinkResponseCustomersInnerWithDefaults instantiates a new PaymentLinkResponseCustomersInner 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 *PaymentLinkResponseCustomersInner) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInner) 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 *PaymentLinkResponseCustomersInner) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *PaymentLinkResponseCustomersInner) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInner) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInner) 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 *PaymentLinkResponseCustomersInner) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *PaymentLinkResponseCustomersInner) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInner) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInner) 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 *PaymentLinkResponseCustomersInner) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *PaymentLinkResponseCustomersInner) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInner) GetPhone() string
GetPhone returns the Phone field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInner) 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 *PaymentLinkResponseCustomersInner) SetPhone(v string)
SetPhone sets Phone field to given value.
func (o *PaymentLinkResponseCustomersInner) HasPhone() bool
HasPhone returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInner) GetNotifyViaSMS() bool
GetNotifyViaSMS returns the NotifyViaSMS field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInner) 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 *PaymentLinkResponseCustomersInner) SetNotifyViaSMS(v bool)
SetNotifyViaSMS sets NotifyViaSMS field to given value.
func (o *PaymentLinkResponseCustomersInner) HasNotifyViaSMS() bool
HasNotifyViaSMS returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInner) GetNotifyViaEmail() bool
GetNotifyViaEmail returns the NotifyViaEmail field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInner) 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 *PaymentLinkResponseCustomersInner) SetNotifyViaEmail(v bool)
SetNotifyViaEmail sets NotifyViaEmail field to given value.
func (o *PaymentLinkResponseCustomersInner) HasNotifyViaEmail() bool
HasNotifyViaEmail returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInner) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInner) GetCreatedOnOk() (*string, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponseCustomersInner) SetCreatedOn(v string)
SetCreatedOn sets CreatedOn field to given value.
func (o *PaymentLinkResponseCustomersInner) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInner) GetCompanyName() string
GetCompanyName returns the CompanyName field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInner) 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 *PaymentLinkResponseCustomersInner) SetCompanyName(v string)
SetCompanyName sets CompanyName field to given value.
func (o *PaymentLinkResponseCustomersInner) HasCompanyName() bool
HasCompanyName returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInner) GetAccounts() []PaymentLinkResponseCustomersInnerAccountsInner
GetAccounts returns the Accounts field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInner) GetAccountsOk() (*[]PaymentLinkResponseCustomersInnerAccountsInner, bool)
GetAccountsOk returns a tuple with the Accounts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponseCustomersInner) SetAccounts(v []PaymentLinkResponseCustomersInnerAccountsInner)
SetAccounts sets Accounts field to given value.
func (o *PaymentLinkResponseCustomersInner) HasAccounts() bool
HasAccounts returns a boolean if a field has been set.
func (o *PaymentLinkResponseCustomersInner) GetAddress() TransactionPaymentResponseBillingContactAddress
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseCustomersInner) GetAddressOk() (*TransactionPaymentResponseBillingContactAddress, 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 *PaymentLinkResponseCustomersInner) SetAddress(v TransactionPaymentResponseBillingContactAddress)
SetAddress sets Address field to given value.
func (o *PaymentLinkResponseCustomersInner) HasAddress() bool
HasAddress returns a boolean if a field has been set.