Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.68 KB

File metadata and controls

160 lines (87 loc) · 4.68 KB

PaymentIntentRequestCustomersInner

Properties

Name Type Description Notes
CustomerId Pointer to string [optional]
FirstName Pointer to string [optional]
LastName Pointer to string [optional]
Email Pointer to string [optional]
Phone Pointer to string [optional]

Methods

NewPaymentIntentRequestCustomersInner

func NewPaymentIntentRequestCustomersInner() *PaymentIntentRequestCustomersInner

NewPaymentIntentRequestCustomersInner instantiates a new PaymentIntentRequestCustomersInner 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

NewPaymentIntentRequestCustomersInnerWithDefaults

func NewPaymentIntentRequestCustomersInnerWithDefaults() *PaymentIntentRequestCustomersInner

NewPaymentIntentRequestCustomersInnerWithDefaults instantiates a new PaymentIntentRequestCustomersInner 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

GetCustomerId

func (o *PaymentIntentRequestCustomersInner) GetCustomerId() string

GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.

GetCustomerIdOk

func (o *PaymentIntentRequestCustomersInner) GetCustomerIdOk() (*string, bool)

GetCustomerIdOk returns a tuple with the CustomerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCustomerId

func (o *PaymentIntentRequestCustomersInner) SetCustomerId(v string)

SetCustomerId sets CustomerId field to given value.

HasCustomerId

func (o *PaymentIntentRequestCustomersInner) HasCustomerId() bool

HasCustomerId returns a boolean if a field has been set.

GetFirstName

func (o *PaymentIntentRequestCustomersInner) GetFirstName() string

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

GetFirstNameOk

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

SetFirstName sets FirstName field to given value.

HasFirstName

func (o *PaymentIntentRequestCustomersInner) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

GetLastName

func (o *PaymentIntentRequestCustomersInner) GetLastName() string

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

GetLastNameOk

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

SetLastName sets LastName field to given value.

HasLastName

func (o *PaymentIntentRequestCustomersInner) HasLastName() bool

HasLastName returns a boolean if a field has been set.

GetEmail

func (o *PaymentIntentRequestCustomersInner) GetEmail() string

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

GetEmailOk

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

SetEmail sets Email field to given value.

HasEmail

func (o *PaymentIntentRequestCustomersInner) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetPhone

func (o *PaymentIntentRequestCustomersInner) GetPhone() string

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

GetPhoneOk

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

SetPhone sets Phone field to given value.

HasPhone

func (o *PaymentIntentRequestCustomersInner) HasPhone() bool

HasPhone returns a boolean if a field has been set.

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