| 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] |
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
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
func (o *PaymentIntentRequestPfr) GetEntity() string
GetEntity returns the Entity field if non-nil, zero value otherwise.
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.
func (o *PaymentIntentRequestPfr) SetEntity(v string)
SetEntity sets Entity field to given value.
func (o *PaymentIntentRequestPfr) HasEntity() bool
HasEntity returns a boolean if a field has been set.
func (o *PaymentIntentRequestPfr) GetReference() string
GetReference returns the Reference field if non-nil, zero value otherwise.
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.
func (o *PaymentIntentRequestPfr) SetReference(v string)
SetReference sets Reference field to given value.
func (o *PaymentIntentRequestPfr) HasReference() bool
HasReference returns a boolean if a field has been set.
func (o *PaymentIntentRequestPfr) GetQuote() string
GetQuote returns the Quote field if non-nil, zero value otherwise.
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.
func (o *PaymentIntentRequestPfr) SetQuote(v string)
SetQuote sets Quote field to given value.
func (o *PaymentIntentRequestPfr) HasQuote() bool
HasQuote returns a boolean if a field has been set.
func (o *PaymentIntentRequestPfr) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field if non-nil, zero value otherwise.
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.
func (o *PaymentIntentRequestPfr) SetAccountNumber(v string)
SetAccountNumber sets AccountNumber field to given value.
func (o *PaymentIntentRequestPfr) HasAccountNumber() bool
HasAccountNumber returns a boolean if a field has been set.
func (o *PaymentIntentRequestPfr) GetPaymentType() string
GetPaymentType returns the PaymentType field if non-nil, zero value otherwise.
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.
func (o *PaymentIntentRequestPfr) SetPaymentType(v string)
SetPaymentType sets PaymentType field to given value.
func (o *PaymentIntentRequestPfr) HasPaymentType() bool
HasPaymentType returns a boolean if a field has been set.