Skip to content

Latest commit

 

History

History
218 lines (117 loc) · 6.85 KB

File metadata and controls

218 lines (117 loc) · 6.85 KB

PFLitePaymentLinkRequestCustomersInner

Properties

Name Type Description Notes
FirstName string
LastName string
Email string
Phone string
PhoneCountryCode Pointer to string [optional]
Address Pointer to PFLitePaymentLinkRequestCustomersInnerAddress [optional]
NotifyViaSMS Pointer to bool [optional]
NotifyViaEmail Pointer to bool [optional]

Methods

NewPFLitePaymentLinkRequestCustomersInner

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

NewPFLitePaymentLinkRequestCustomersInnerWithDefaults

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

GetFirstName

func (o *PFLitePaymentLinkRequestCustomersInner) GetFirstName() string

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

GetFirstNameOk

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.

SetFirstName

func (o *PFLitePaymentLinkRequestCustomersInner) SetFirstName(v string)

SetFirstName sets FirstName field to given value.

GetLastName

func (o *PFLitePaymentLinkRequestCustomersInner) GetLastName() string

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

GetLastNameOk

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.

SetLastName

func (o *PFLitePaymentLinkRequestCustomersInner) SetLastName(v string)

SetLastName sets LastName field to given value.

GetEmail

func (o *PFLitePaymentLinkRequestCustomersInner) GetEmail() string

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

GetEmailOk

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.

SetEmail

func (o *PFLitePaymentLinkRequestCustomersInner) SetEmail(v string)

SetEmail sets Email field to given value.

GetPhone

func (o *PFLitePaymentLinkRequestCustomersInner) GetPhone() string

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

GetPhoneOk

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.

SetPhone

func (o *PFLitePaymentLinkRequestCustomersInner) SetPhone(v string)

SetPhone sets Phone field to given value.

GetPhoneCountryCode

func (o *PFLitePaymentLinkRequestCustomersInner) GetPhoneCountryCode() string

GetPhoneCountryCode returns the PhoneCountryCode field if non-nil, zero value otherwise.

GetPhoneCountryCodeOk

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.

SetPhoneCountryCode

func (o *PFLitePaymentLinkRequestCustomersInner) SetPhoneCountryCode(v string)

SetPhoneCountryCode sets PhoneCountryCode field to given value.

HasPhoneCountryCode

func (o *PFLitePaymentLinkRequestCustomersInner) HasPhoneCountryCode() bool

HasPhoneCountryCode returns a boolean if a field has been set.

GetAddress

func (o *PFLitePaymentLinkRequestCustomersInner) GetAddress() PFLitePaymentLinkRequestCustomersInnerAddress

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

GetAddressOk

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.

SetAddress

func (o *PFLitePaymentLinkRequestCustomersInner) SetAddress(v PFLitePaymentLinkRequestCustomersInnerAddress)

SetAddress sets Address field to given value.

HasAddress

func (o *PFLitePaymentLinkRequestCustomersInner) HasAddress() bool

HasAddress returns a boolean if a field has been set.

GetNotifyViaSMS

func (o *PFLitePaymentLinkRequestCustomersInner) GetNotifyViaSMS() bool

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

GetNotifyViaSMSOk

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.

SetNotifyViaSMS

func (o *PFLitePaymentLinkRequestCustomersInner) SetNotifyViaSMS(v bool)

SetNotifyViaSMS sets NotifyViaSMS field to given value.

HasNotifyViaSMS

func (o *PFLitePaymentLinkRequestCustomersInner) HasNotifyViaSMS() bool

HasNotifyViaSMS returns a boolean if a field has been set.

GetNotifyViaEmail

func (o *PFLitePaymentLinkRequestCustomersInner) GetNotifyViaEmail() bool

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

GetNotifyViaEmailOk

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.

SetNotifyViaEmail

func (o *PFLitePaymentLinkRequestCustomersInner) SetNotifyViaEmail(v bool)

SetNotifyViaEmail sets NotifyViaEmail field to given value.

HasNotifyViaEmail

func (o *PFLitePaymentLinkRequestCustomersInner) HasNotifyViaEmail() bool

HasNotifyViaEmail returns a boolean if a field has been set.

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