Skip to content

Latest commit

 

History

History
290 lines (157 loc) · 8.79 KB

File metadata and controls

290 lines (157 loc) · 8.79 KB

PaymentLinkResponseCustomersInner

Properties

Name Type Description Notes
FirstName Pointer to string [optional]
LastName Pointer to string [optional]
Email 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]

Methods

NewPaymentLinkResponseCustomersInner

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

NewPaymentLinkResponseCustomersInnerWithDefaults

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

GetFirstName

func (o *PaymentLinkResponseCustomersInner) GetFirstName() string

GetFirstName returns the FirstName field if non-nil, zero value otherwise.

GetFirstNameOk

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.

SetFirstName

func (o *PaymentLinkResponseCustomersInner) SetFirstName(v string)

SetFirstName sets FirstName field to given value.

HasFirstName

func (o *PaymentLinkResponseCustomersInner) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

GetLastName

func (o *PaymentLinkResponseCustomersInner) GetLastName() string

GetLastName returns the LastName field if non-nil, zero value otherwise.

GetLastNameOk

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.

SetLastName

func (o *PaymentLinkResponseCustomersInner) SetLastName(v string)

SetLastName sets LastName field to given value.

HasLastName

func (o *PaymentLinkResponseCustomersInner) HasLastName() bool

HasLastName returns a boolean if a field has been set.

GetEmail

func (o *PaymentLinkResponseCustomersInner) GetEmail() string

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

GetEmailOk

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.

SetEmail

func (o *PaymentLinkResponseCustomersInner) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *PaymentLinkResponseCustomersInner) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetPhone

func (o *PaymentLinkResponseCustomersInner) GetPhone() string

GetPhone returns the Phone field if non-nil, zero value otherwise.

GetPhoneOk

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.

SetPhone

func (o *PaymentLinkResponseCustomersInner) SetPhone(v string)

SetPhone sets Phone field to given value.

HasPhone

func (o *PaymentLinkResponseCustomersInner) HasPhone() bool

HasPhone returns a boolean if a field has been set.

GetNotifyViaSMS

func (o *PaymentLinkResponseCustomersInner) GetNotifyViaSMS() bool

GetNotifyViaSMS returns the NotifyViaSMS field if non-nil, zero value otherwise.

GetNotifyViaSMSOk

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.

SetNotifyViaSMS

func (o *PaymentLinkResponseCustomersInner) SetNotifyViaSMS(v bool)

SetNotifyViaSMS sets NotifyViaSMS field to given value.

HasNotifyViaSMS

func (o *PaymentLinkResponseCustomersInner) HasNotifyViaSMS() bool

HasNotifyViaSMS returns a boolean if a field has been set.

GetNotifyViaEmail

func (o *PaymentLinkResponseCustomersInner) GetNotifyViaEmail() bool

GetNotifyViaEmail returns the NotifyViaEmail field if non-nil, zero value otherwise.

GetNotifyViaEmailOk

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.

SetNotifyViaEmail

func (o *PaymentLinkResponseCustomersInner) SetNotifyViaEmail(v bool)

SetNotifyViaEmail sets NotifyViaEmail field to given value.

HasNotifyViaEmail

func (o *PaymentLinkResponseCustomersInner) HasNotifyViaEmail() bool

HasNotifyViaEmail returns a boolean if a field has been set.

GetCreatedOn

func (o *PaymentLinkResponseCustomersInner) GetCreatedOn() string

GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.

GetCreatedOnOk

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.

SetCreatedOn

func (o *PaymentLinkResponseCustomersInner) SetCreatedOn(v string)

SetCreatedOn sets CreatedOn field to given value.

HasCreatedOn

func (o *PaymentLinkResponseCustomersInner) HasCreatedOn() bool

HasCreatedOn returns a boolean if a field has been set.

GetCompanyName

func (o *PaymentLinkResponseCustomersInner) GetCompanyName() string

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

GetCompanyNameOk

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.

SetCompanyName

func (o *PaymentLinkResponseCustomersInner) SetCompanyName(v string)

SetCompanyName sets CompanyName field to given value.

HasCompanyName

func (o *PaymentLinkResponseCustomersInner) HasCompanyName() bool

HasCompanyName returns a boolean if a field has been set.

GetAccounts

func (o *PaymentLinkResponseCustomersInner) GetAccounts() []PaymentLinkResponseCustomersInnerAccountsInner

GetAccounts returns the Accounts field if non-nil, zero value otherwise.

GetAccountsOk

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.

SetAccounts

func (o *PaymentLinkResponseCustomersInner) SetAccounts(v []PaymentLinkResponseCustomersInnerAccountsInner)

SetAccounts sets Accounts field to given value.

HasAccounts

func (o *PaymentLinkResponseCustomersInner) HasAccounts() bool

HasAccounts returns a boolean if a field has been set.

GetAddress

func (o *PaymentLinkResponseCustomersInner) GetAddress() TransactionPaymentResponseBillingContactAddress

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

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.

SetAddress

func (o *PaymentLinkResponseCustomersInner) SetAddress(v TransactionPaymentResponseBillingContactAddress)

SetAddress sets Address field to given value.

HasAddress

func (o *PaymentLinkResponseCustomersInner) HasAddress() bool

HasAddress returns a boolean if a field has been set.

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