Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.96 KB

File metadata and controls

134 lines (73 loc) · 3.96 KB

PaymentIntentResponseCustomersInner

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]

Methods

NewPaymentIntentResponseCustomersInner

func NewPaymentIntentResponseCustomersInner() *PaymentIntentResponseCustomersInner

NewPaymentIntentResponseCustomersInner instantiates a new PaymentIntentResponseCustomersInner 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

NewPaymentIntentResponseCustomersInnerWithDefaults

func NewPaymentIntentResponseCustomersInnerWithDefaults() *PaymentIntentResponseCustomersInner

NewPaymentIntentResponseCustomersInnerWithDefaults instantiates a new PaymentIntentResponseCustomersInner 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 *PaymentIntentResponseCustomersInner) GetFirstName() string

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

GetFirstNameOk

func (o *PaymentIntentResponseCustomersInner) 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 *PaymentIntentResponseCustomersInner) SetFirstName(v string)

SetFirstName sets FirstName field to given value.

HasFirstName

func (o *PaymentIntentResponseCustomersInner) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

GetLastName

func (o *PaymentIntentResponseCustomersInner) GetLastName() string

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

GetLastNameOk

func (o *PaymentIntentResponseCustomersInner) 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 *PaymentIntentResponseCustomersInner) SetLastName(v string)

SetLastName sets LastName field to given value.

HasLastName

func (o *PaymentIntentResponseCustomersInner) HasLastName() bool

HasLastName returns a boolean if a field has been set.

GetEmail

func (o *PaymentIntentResponseCustomersInner) GetEmail() string

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

GetEmailOk

func (o *PaymentIntentResponseCustomersInner) 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 *PaymentIntentResponseCustomersInner) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *PaymentIntentResponseCustomersInner) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetPhone

func (o *PaymentIntentResponseCustomersInner) GetPhone() string

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

GetPhoneOk

func (o *PaymentIntentResponseCustomersInner) 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 *PaymentIntentResponseCustomersInner) SetPhone(v string)

SetPhone sets Phone field to given value.

HasPhone

func (o *PaymentIntentResponseCustomersInner) HasPhone() bool

HasPhone returns a boolean if a field has been set.

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