| Name | Type | Description | Notes |
|---|---|---|---|
| QuoteKey | Pointer to int32 | The key associated with the quote. | [optional] |
| Premium | Pointer to float32 | The premium amount. | [optional] |
| DownAmount | Pointer to float32 | The down payment amount. | [optional] |
| AmountFinanced | Pointer to float32 | The amount financed. | [optional] |
| FinanceCharge | Pointer to float32 | The finance charge. | [optional] |
| TotalPayments | Pointer to float32 | The total payments. | [optional] |
| PaymentAmount | Pointer to float32 | The payment amount. | [optional] |
| DocStamp | Pointer to float32 | The document stamp amount. | [optional] |
| FirstDueDate | Pointer to string | The first due date. | [optional] |
| Apr | Pointer to float32 | The annual percentage rate (APR). | [optional] |
| Installments | Pointer to int32 | The number of installments. | [optional] |
| OfferAutoPay | Pointer to bool | The offerAutoPay status. | [optional] |
| BatchId | Pointer to string | The batch ID. | [optional] |
| PaymentsRetained | Pointer to int32 | The number of payments retained. | [optional] |
| PaymentRetainedAmount | Pointer to float32 | The amount retained from the payment. | [optional] |
| UnsignedPFAUrl | Pointer to string | The URL for the unsigned PFA document. | [optional] |
| RetailAgentRegisterLoginURL | Pointer to string | The URL for the retail agent register login. | [optional] |
| ESignResult | Pointer to PFGenerateQuoteResponseItemESignResult | [optional] | |
| Errors | Pointer to string | Any errors associated with the quote generation. | [optional] |
| Pfa | Pointer to string | The PFA document content. | [optional] |
| ElectronicSignatureURL | Pointer to string | The URL for the electronic signature. | [optional] |
func NewPFGenerateQuoteResponseItem() *PFGenerateQuoteResponseItem
NewPFGenerateQuoteResponseItem instantiates a new PFGenerateQuoteResponseItem 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 NewPFGenerateQuoteResponseItemWithDefaults() *PFGenerateQuoteResponseItem
NewPFGenerateQuoteResponseItemWithDefaults instantiates a new PFGenerateQuoteResponseItem 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 *PFGenerateQuoteResponseItem) GetQuoteKey() int32
GetQuoteKey returns the QuoteKey field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetQuoteKeyOk() (*int32, bool)
GetQuoteKeyOk returns a tuple with the QuoteKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetQuoteKey(v int32)
SetQuoteKey sets QuoteKey field to given value.
func (o *PFGenerateQuoteResponseItem) HasQuoteKey() bool
HasQuoteKey returns a boolean if a field has been set.
func (o *PFGenerateQuoteResponseItem) GetPremium() float32
GetPremium returns the Premium field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetPremiumOk() (*float32, bool)
GetPremiumOk returns a tuple with the Premium field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetPremium(v float32)
SetPremium sets Premium field to given value.
func (o *PFGenerateQuoteResponseItem) HasPremium() bool
HasPremium returns a boolean if a field has been set.
func (o *PFGenerateQuoteResponseItem) GetDownAmount() float32
GetDownAmount returns the DownAmount field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetDownAmountOk() (*float32, bool)
GetDownAmountOk returns a tuple with the DownAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetDownAmount(v float32)
SetDownAmount sets DownAmount field to given value.
func (o *PFGenerateQuoteResponseItem) HasDownAmount() bool
HasDownAmount returns a boolean if a field has been set.
func (o *PFGenerateQuoteResponseItem) GetAmountFinanced() float32
GetAmountFinanced returns the AmountFinanced field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetAmountFinancedOk() (*float32, bool)
GetAmountFinancedOk returns a tuple with the AmountFinanced field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetAmountFinanced(v float32)
SetAmountFinanced sets AmountFinanced field to given value.
func (o *PFGenerateQuoteResponseItem) HasAmountFinanced() bool
HasAmountFinanced returns a boolean if a field has been set.
func (o *PFGenerateQuoteResponseItem) GetFinanceCharge() float32
GetFinanceCharge returns the FinanceCharge field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetFinanceChargeOk() (*float32, bool)
GetFinanceChargeOk returns a tuple with the FinanceCharge field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetFinanceCharge(v float32)
SetFinanceCharge sets FinanceCharge field to given value.
func (o *PFGenerateQuoteResponseItem) HasFinanceCharge() bool
HasFinanceCharge returns a boolean if a field has been set.
func (o *PFGenerateQuoteResponseItem) GetTotalPayments() float32
GetTotalPayments returns the TotalPayments field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetTotalPaymentsOk() (*float32, bool)
GetTotalPaymentsOk returns a tuple with the TotalPayments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetTotalPayments(v float32)
SetTotalPayments sets TotalPayments field to given value.
func (o *PFGenerateQuoteResponseItem) HasTotalPayments() bool
HasTotalPayments returns a boolean if a field has been set.
func (o *PFGenerateQuoteResponseItem) GetPaymentAmount() float32
GetPaymentAmount returns the PaymentAmount field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetPaymentAmountOk() (*float32, bool)
GetPaymentAmountOk returns a tuple with the PaymentAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetPaymentAmount(v float32)
SetPaymentAmount sets PaymentAmount field to given value.
func (o *PFGenerateQuoteResponseItem) HasPaymentAmount() bool
HasPaymentAmount returns a boolean if a field has been set.
func (o *PFGenerateQuoteResponseItem) GetDocStamp() float32
GetDocStamp returns the DocStamp field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetDocStampOk() (*float32, bool)
GetDocStampOk returns a tuple with the DocStamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetDocStamp(v float32)
SetDocStamp sets DocStamp field to given value.
func (o *PFGenerateQuoteResponseItem) HasDocStamp() bool
HasDocStamp returns a boolean if a field has been set.
func (o *PFGenerateQuoteResponseItem) GetFirstDueDate() string
GetFirstDueDate returns the FirstDueDate field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetFirstDueDateOk() (*string, bool)
GetFirstDueDateOk returns a tuple with the FirstDueDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetFirstDueDate(v string)
SetFirstDueDate sets FirstDueDate field to given value.
func (o *PFGenerateQuoteResponseItem) HasFirstDueDate() bool
HasFirstDueDate returns a boolean if a field has been set.
func (o *PFGenerateQuoteResponseItem) GetApr() float32
GetApr returns the Apr field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetAprOk() (*float32, bool)
GetAprOk returns a tuple with the Apr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetApr(v float32)
SetApr sets Apr field to given value.
func (o *PFGenerateQuoteResponseItem) HasApr() bool
HasApr returns a boolean if a field has been set.
func (o *PFGenerateQuoteResponseItem) GetInstallments() int32
GetInstallments returns the Installments field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetInstallmentsOk() (*int32, bool)
GetInstallmentsOk returns a tuple with the Installments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetInstallments(v int32)
SetInstallments sets Installments field to given value.
func (o *PFGenerateQuoteResponseItem) HasInstallments() bool
HasInstallments returns a boolean if a field has been set.
func (o *PFGenerateQuoteResponseItem) GetOfferAutoPay() bool
GetOfferAutoPay returns the OfferAutoPay field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetOfferAutoPayOk() (*bool, bool)
GetOfferAutoPayOk returns a tuple with the OfferAutoPay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetOfferAutoPay(v bool)
SetOfferAutoPay sets OfferAutoPay field to given value.
func (o *PFGenerateQuoteResponseItem) HasOfferAutoPay() bool
HasOfferAutoPay returns a boolean if a field has been set.
func (o *PFGenerateQuoteResponseItem) GetBatchId() string
GetBatchId returns the BatchId field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetBatchIdOk() (*string, bool)
GetBatchIdOk returns a tuple with the BatchId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetBatchId(v string)
SetBatchId sets BatchId field to given value.
func (o *PFGenerateQuoteResponseItem) HasBatchId() bool
HasBatchId returns a boolean if a field has been set.
func (o *PFGenerateQuoteResponseItem) GetPaymentsRetained() int32
GetPaymentsRetained returns the PaymentsRetained field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetPaymentsRetainedOk() (*int32, bool)
GetPaymentsRetainedOk returns a tuple with the PaymentsRetained field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetPaymentsRetained(v int32)
SetPaymentsRetained sets PaymentsRetained field to given value.
func (o *PFGenerateQuoteResponseItem) HasPaymentsRetained() bool
HasPaymentsRetained returns a boolean if a field has been set.
func (o *PFGenerateQuoteResponseItem) GetPaymentRetainedAmount() float32
GetPaymentRetainedAmount returns the PaymentRetainedAmount field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetPaymentRetainedAmountOk() (*float32, bool)
GetPaymentRetainedAmountOk returns a tuple with the PaymentRetainedAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetPaymentRetainedAmount(v float32)
SetPaymentRetainedAmount sets PaymentRetainedAmount field to given value.
func (o *PFGenerateQuoteResponseItem) HasPaymentRetainedAmount() bool
HasPaymentRetainedAmount returns a boolean if a field has been set.
func (o *PFGenerateQuoteResponseItem) GetUnsignedPFAUrl() string
GetUnsignedPFAUrl returns the UnsignedPFAUrl field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetUnsignedPFAUrlOk() (*string, bool)
GetUnsignedPFAUrlOk returns a tuple with the UnsignedPFAUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetUnsignedPFAUrl(v string)
SetUnsignedPFAUrl sets UnsignedPFAUrl field to given value.
func (o *PFGenerateQuoteResponseItem) HasUnsignedPFAUrl() bool
HasUnsignedPFAUrl returns a boolean if a field has been set.
func (o *PFGenerateQuoteResponseItem) GetRetailAgentRegisterLoginURL() string
GetRetailAgentRegisterLoginURL returns the RetailAgentRegisterLoginURL field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetRetailAgentRegisterLoginURLOk() (*string, bool)
GetRetailAgentRegisterLoginURLOk returns a tuple with the RetailAgentRegisterLoginURL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetRetailAgentRegisterLoginURL(v string)
SetRetailAgentRegisterLoginURL sets RetailAgentRegisterLoginURL field to given value.
func (o *PFGenerateQuoteResponseItem) HasRetailAgentRegisterLoginURL() bool
HasRetailAgentRegisterLoginURL returns a boolean if a field has been set.
func (o *PFGenerateQuoteResponseItem) GetESignResult() PFGenerateQuoteResponseItemESignResult
GetESignResult returns the ESignResult field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetESignResultOk() (*PFGenerateQuoteResponseItemESignResult, bool)
GetESignResultOk returns a tuple with the ESignResult field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetESignResult(v PFGenerateQuoteResponseItemESignResult)
SetESignResult sets ESignResult field to given value.
func (o *PFGenerateQuoteResponseItem) HasESignResult() bool
HasESignResult returns a boolean if a field has been set.
func (o *PFGenerateQuoteResponseItem) GetErrors() string
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetErrorsOk() (*string, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetErrors(v string)
SetErrors sets Errors field to given value.
func (o *PFGenerateQuoteResponseItem) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *PFGenerateQuoteResponseItem) GetPfa() string
GetPfa returns the Pfa field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetPfaOk() (*string, bool)
GetPfaOk returns a tuple with the Pfa field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetPfa(v string)
SetPfa sets Pfa field to given value.
func (o *PFGenerateQuoteResponseItem) HasPfa() bool
HasPfa returns a boolean if a field has been set.
func (o *PFGenerateQuoteResponseItem) GetElectronicSignatureURL() string
GetElectronicSignatureURL returns the ElectronicSignatureURL field if non-nil, zero value otherwise.
func (o *PFGenerateQuoteResponseItem) GetElectronicSignatureURLOk() (*string, bool)
GetElectronicSignatureURLOk returns a tuple with the ElectronicSignatureURL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFGenerateQuoteResponseItem) SetElectronicSignatureURL(v string)
SetElectronicSignatureURL sets ElectronicSignatureURL field to given value.
func (o *PFGenerateQuoteResponseItem) HasElectronicSignatureURL() bool
HasElectronicSignatureURL returns a boolean if a field has been set.