Skip to content

Latest commit

 

History

History
576 lines (311 loc) · 17.6 KB

File metadata and controls

576 lines (311 loc) · 17.6 KB

PFGenerateQuoteResponseItem

Properties

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]

Methods

NewPFGenerateQuoteResponseItem

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

NewPFGenerateQuoteResponseItemWithDefaults

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

GetQuoteKey

func (o *PFGenerateQuoteResponseItem) GetQuoteKey() int32

GetQuoteKey returns the QuoteKey field if non-nil, zero value otherwise.

GetQuoteKeyOk

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.

SetQuoteKey

func (o *PFGenerateQuoteResponseItem) SetQuoteKey(v int32)

SetQuoteKey sets QuoteKey field to given value.

HasQuoteKey

func (o *PFGenerateQuoteResponseItem) HasQuoteKey() bool

HasQuoteKey returns a boolean if a field has been set.

GetPremium

func (o *PFGenerateQuoteResponseItem) GetPremium() float32

GetPremium returns the Premium field if non-nil, zero value otherwise.

GetPremiumOk

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.

SetPremium

func (o *PFGenerateQuoteResponseItem) SetPremium(v float32)

SetPremium sets Premium field to given value.

HasPremium

func (o *PFGenerateQuoteResponseItem) HasPremium() bool

HasPremium returns a boolean if a field has been set.

GetDownAmount

func (o *PFGenerateQuoteResponseItem) GetDownAmount() float32

GetDownAmount returns the DownAmount field if non-nil, zero value otherwise.

GetDownAmountOk

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.

SetDownAmount

func (o *PFGenerateQuoteResponseItem) SetDownAmount(v float32)

SetDownAmount sets DownAmount field to given value.

HasDownAmount

func (o *PFGenerateQuoteResponseItem) HasDownAmount() bool

HasDownAmount returns a boolean if a field has been set.

GetAmountFinanced

func (o *PFGenerateQuoteResponseItem) GetAmountFinanced() float32

GetAmountFinanced returns the AmountFinanced field if non-nil, zero value otherwise.

GetAmountFinancedOk

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.

SetAmountFinanced

func (o *PFGenerateQuoteResponseItem) SetAmountFinanced(v float32)

SetAmountFinanced sets AmountFinanced field to given value.

HasAmountFinanced

func (o *PFGenerateQuoteResponseItem) HasAmountFinanced() bool

HasAmountFinanced returns a boolean if a field has been set.

GetFinanceCharge

func (o *PFGenerateQuoteResponseItem) GetFinanceCharge() float32

GetFinanceCharge returns the FinanceCharge field if non-nil, zero value otherwise.

GetFinanceChargeOk

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.

SetFinanceCharge

func (o *PFGenerateQuoteResponseItem) SetFinanceCharge(v float32)

SetFinanceCharge sets FinanceCharge field to given value.

HasFinanceCharge

func (o *PFGenerateQuoteResponseItem) HasFinanceCharge() bool

HasFinanceCharge returns a boolean if a field has been set.

GetTotalPayments

func (o *PFGenerateQuoteResponseItem) GetTotalPayments() float32

GetTotalPayments returns the TotalPayments field if non-nil, zero value otherwise.

GetTotalPaymentsOk

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.

SetTotalPayments

func (o *PFGenerateQuoteResponseItem) SetTotalPayments(v float32)

SetTotalPayments sets TotalPayments field to given value.

HasTotalPayments

func (o *PFGenerateQuoteResponseItem) HasTotalPayments() bool

HasTotalPayments returns a boolean if a field has been set.

GetPaymentAmount

func (o *PFGenerateQuoteResponseItem) GetPaymentAmount() float32

GetPaymentAmount returns the PaymentAmount field if non-nil, zero value otherwise.

GetPaymentAmountOk

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.

SetPaymentAmount

func (o *PFGenerateQuoteResponseItem) SetPaymentAmount(v float32)

SetPaymentAmount sets PaymentAmount field to given value.

HasPaymentAmount

func (o *PFGenerateQuoteResponseItem) HasPaymentAmount() bool

HasPaymentAmount returns a boolean if a field has been set.

GetDocStamp

func (o *PFGenerateQuoteResponseItem) GetDocStamp() float32

GetDocStamp returns the DocStamp field if non-nil, zero value otherwise.

GetDocStampOk

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.

SetDocStamp

func (o *PFGenerateQuoteResponseItem) SetDocStamp(v float32)

SetDocStamp sets DocStamp field to given value.

HasDocStamp

func (o *PFGenerateQuoteResponseItem) HasDocStamp() bool

HasDocStamp returns a boolean if a field has been set.

GetFirstDueDate

func (o *PFGenerateQuoteResponseItem) GetFirstDueDate() string

GetFirstDueDate returns the FirstDueDate field if non-nil, zero value otherwise.

GetFirstDueDateOk

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.

SetFirstDueDate

func (o *PFGenerateQuoteResponseItem) SetFirstDueDate(v string)

SetFirstDueDate sets FirstDueDate field to given value.

HasFirstDueDate

func (o *PFGenerateQuoteResponseItem) HasFirstDueDate() bool

HasFirstDueDate returns a boolean if a field has been set.

GetApr

func (o *PFGenerateQuoteResponseItem) GetApr() float32

GetApr returns the Apr field if non-nil, zero value otherwise.

GetAprOk

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.

SetApr

func (o *PFGenerateQuoteResponseItem) SetApr(v float32)

SetApr sets Apr field to given value.

HasApr

func (o *PFGenerateQuoteResponseItem) HasApr() bool

HasApr returns a boolean if a field has been set.

GetInstallments

func (o *PFGenerateQuoteResponseItem) GetInstallments() int32

GetInstallments returns the Installments field if non-nil, zero value otherwise.

GetInstallmentsOk

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.

SetInstallments

func (o *PFGenerateQuoteResponseItem) SetInstallments(v int32)

SetInstallments sets Installments field to given value.

HasInstallments

func (o *PFGenerateQuoteResponseItem) HasInstallments() bool

HasInstallments returns a boolean if a field has been set.

GetOfferAutoPay

func (o *PFGenerateQuoteResponseItem) GetOfferAutoPay() bool

GetOfferAutoPay returns the OfferAutoPay field if non-nil, zero value otherwise.

GetOfferAutoPayOk

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.

SetOfferAutoPay

func (o *PFGenerateQuoteResponseItem) SetOfferAutoPay(v bool)

SetOfferAutoPay sets OfferAutoPay field to given value.

HasOfferAutoPay

func (o *PFGenerateQuoteResponseItem) HasOfferAutoPay() bool

HasOfferAutoPay returns a boolean if a field has been set.

GetBatchId

func (o *PFGenerateQuoteResponseItem) GetBatchId() string

GetBatchId returns the BatchId field if non-nil, zero value otherwise.

GetBatchIdOk

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.

SetBatchId

func (o *PFGenerateQuoteResponseItem) SetBatchId(v string)

SetBatchId sets BatchId field to given value.

HasBatchId

func (o *PFGenerateQuoteResponseItem) HasBatchId() bool

HasBatchId returns a boolean if a field has been set.

GetPaymentsRetained

func (o *PFGenerateQuoteResponseItem) GetPaymentsRetained() int32

GetPaymentsRetained returns the PaymentsRetained field if non-nil, zero value otherwise.

GetPaymentsRetainedOk

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.

SetPaymentsRetained

func (o *PFGenerateQuoteResponseItem) SetPaymentsRetained(v int32)

SetPaymentsRetained sets PaymentsRetained field to given value.

HasPaymentsRetained

func (o *PFGenerateQuoteResponseItem) HasPaymentsRetained() bool

HasPaymentsRetained returns a boolean if a field has been set.

GetPaymentRetainedAmount

func (o *PFGenerateQuoteResponseItem) GetPaymentRetainedAmount() float32

GetPaymentRetainedAmount returns the PaymentRetainedAmount field if non-nil, zero value otherwise.

GetPaymentRetainedAmountOk

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.

SetPaymentRetainedAmount

func (o *PFGenerateQuoteResponseItem) SetPaymentRetainedAmount(v float32)

SetPaymentRetainedAmount sets PaymentRetainedAmount field to given value.

HasPaymentRetainedAmount

func (o *PFGenerateQuoteResponseItem) HasPaymentRetainedAmount() bool

HasPaymentRetainedAmount returns a boolean if a field has been set.

GetUnsignedPFAUrl

func (o *PFGenerateQuoteResponseItem) GetUnsignedPFAUrl() string

GetUnsignedPFAUrl returns the UnsignedPFAUrl field if non-nil, zero value otherwise.

GetUnsignedPFAUrlOk

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.

SetUnsignedPFAUrl

func (o *PFGenerateQuoteResponseItem) SetUnsignedPFAUrl(v string)

SetUnsignedPFAUrl sets UnsignedPFAUrl field to given value.

HasUnsignedPFAUrl

func (o *PFGenerateQuoteResponseItem) HasUnsignedPFAUrl() bool

HasUnsignedPFAUrl returns a boolean if a field has been set.

GetRetailAgentRegisterLoginURL

func (o *PFGenerateQuoteResponseItem) GetRetailAgentRegisterLoginURL() string

GetRetailAgentRegisterLoginURL returns the RetailAgentRegisterLoginURL field if non-nil, zero value otherwise.

GetRetailAgentRegisterLoginURLOk

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.

SetRetailAgentRegisterLoginURL

func (o *PFGenerateQuoteResponseItem) SetRetailAgentRegisterLoginURL(v string)

SetRetailAgentRegisterLoginURL sets RetailAgentRegisterLoginURL field to given value.

HasRetailAgentRegisterLoginURL

func (o *PFGenerateQuoteResponseItem) HasRetailAgentRegisterLoginURL() bool

HasRetailAgentRegisterLoginURL returns a boolean if a field has been set.

GetESignResult

func (o *PFGenerateQuoteResponseItem) GetESignResult() PFGenerateQuoteResponseItemESignResult

GetESignResult returns the ESignResult field if non-nil, zero value otherwise.

GetESignResultOk

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.

SetESignResult

func (o *PFGenerateQuoteResponseItem) SetESignResult(v PFGenerateQuoteResponseItemESignResult)

SetESignResult sets ESignResult field to given value.

HasESignResult

func (o *PFGenerateQuoteResponseItem) HasESignResult() bool

HasESignResult returns a boolean if a field has been set.

GetErrors

func (o *PFGenerateQuoteResponseItem) GetErrors() string

GetErrors returns the Errors field if non-nil, zero value otherwise.

GetErrorsOk

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.

SetErrors

func (o *PFGenerateQuoteResponseItem) SetErrors(v string)

SetErrors sets Errors field to given value.

HasErrors

func (o *PFGenerateQuoteResponseItem) HasErrors() bool

HasErrors returns a boolean if a field has been set.

GetPfa

func (o *PFGenerateQuoteResponseItem) GetPfa() string

GetPfa returns the Pfa field if non-nil, zero value otherwise.

GetPfaOk

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.

SetPfa

func (o *PFGenerateQuoteResponseItem) SetPfa(v string)

SetPfa sets Pfa field to given value.

HasPfa

func (o *PFGenerateQuoteResponseItem) HasPfa() bool

HasPfa returns a boolean if a field has been set.

GetElectronicSignatureURL

func (o *PFGenerateQuoteResponseItem) GetElectronicSignatureURL() string

GetElectronicSignatureURL returns the ElectronicSignatureURL field if non-nil, zero value otherwise.

GetElectronicSignatureURLOk

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.

SetElectronicSignatureURL

func (o *PFGenerateQuoteResponseItem) SetElectronicSignatureURL(v string)

SetElectronicSignatureURL sets ElectronicSignatureURL field to given value.

HasElectronicSignatureURL

func (o *PFGenerateQuoteResponseItem) HasElectronicSignatureURL() bool

HasElectronicSignatureURL returns a boolean if a field has been set.

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