Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.46 KB

File metadata and controls

160 lines (87 loc) · 4.46 KB

PaymentIntentRequestPfr

Properties

Name Type Description Notes
Entity Pointer to string [optional]
Reference Pointer to string [optional]
Quote Pointer to string [optional]
AccountNumber Pointer to string [optional]
PaymentType Pointer to string [optional]

Methods

NewPaymentIntentRequestPfr

func NewPaymentIntentRequestPfr() *PaymentIntentRequestPfr

NewPaymentIntentRequestPfr instantiates a new PaymentIntentRequestPfr 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

NewPaymentIntentRequestPfrWithDefaults

func NewPaymentIntentRequestPfrWithDefaults() *PaymentIntentRequestPfr

NewPaymentIntentRequestPfrWithDefaults instantiates a new PaymentIntentRequestPfr 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

GetEntity

func (o *PaymentIntentRequestPfr) GetEntity() string

GetEntity returns the Entity field if non-nil, zero value otherwise.

GetEntityOk

func (o *PaymentIntentRequestPfr) GetEntityOk() (*string, bool)

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

SetEntity

func (o *PaymentIntentRequestPfr) SetEntity(v string)

SetEntity sets Entity field to given value.

HasEntity

func (o *PaymentIntentRequestPfr) HasEntity() bool

HasEntity returns a boolean if a field has been set.

GetReference

func (o *PaymentIntentRequestPfr) GetReference() string

GetReference returns the Reference field if non-nil, zero value otherwise.

GetReferenceOk

func (o *PaymentIntentRequestPfr) GetReferenceOk() (*string, bool)

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

SetReference

func (o *PaymentIntentRequestPfr) SetReference(v string)

SetReference sets Reference field to given value.

HasReference

func (o *PaymentIntentRequestPfr) HasReference() bool

HasReference returns a boolean if a field has been set.

GetQuote

func (o *PaymentIntentRequestPfr) GetQuote() string

GetQuote returns the Quote field if non-nil, zero value otherwise.

GetQuoteOk

func (o *PaymentIntentRequestPfr) GetQuoteOk() (*string, bool)

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

SetQuote

func (o *PaymentIntentRequestPfr) SetQuote(v string)

SetQuote sets Quote field to given value.

HasQuote

func (o *PaymentIntentRequestPfr) HasQuote() bool

HasQuote returns a boolean if a field has been set.

GetAccountNumber

func (o *PaymentIntentRequestPfr) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field if non-nil, zero value otherwise.

GetAccountNumberOk

func (o *PaymentIntentRequestPfr) GetAccountNumberOk() (*string, bool)

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

SetAccountNumber

func (o *PaymentIntentRequestPfr) SetAccountNumber(v string)

SetAccountNumber sets AccountNumber field to given value.

HasAccountNumber

func (o *PaymentIntentRequestPfr) HasAccountNumber() bool

HasAccountNumber returns a boolean if a field has been set.

GetPaymentType

func (o *PaymentIntentRequestPfr) GetPaymentType() string

GetPaymentType returns the PaymentType field if non-nil, zero value otherwise.

GetPaymentTypeOk

func (o *PaymentIntentRequestPfr) GetPaymentTypeOk() (*string, bool)

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

SetPaymentType

func (o *PaymentIntentRequestPfr) SetPaymentType(v string)

SetPaymentType sets PaymentType field to given value.

HasPaymentType

func (o *PaymentIntentRequestPfr) HasPaymentType() bool

HasPaymentType returns a boolean if a field has been set.

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