Skip to content

Latest commit

 

History

History
576 lines (311 loc) · 17.4 KB

File metadata and controls

576 lines (311 loc) · 17.4 KB

PFLiteGenerateQuoteResponseItem

Properties

Name Type Description Notes
QuoteKey Pointer to int32 [optional]
Premium Pointer to float32 [optional]
DownAmount Pointer to float32 [optional]
AmountFinanced Pointer to float32 [optional]
FinanceCharge Pointer to float32 [optional]
TotalPayments Pointer to float32 [optional]
PaymentAmount Pointer to float32 [optional]
DocStamp Pointer to float32 [optional]
FirstDueDate Pointer to string [optional]
Apr Pointer to float32 [optional]
Installments Pointer to int32 [optional]
BatchId Pointer to string [optional]
PaymentsRetained Pointer to int32 [optional]
PaymentRetainedAmount Pointer to float32 [optional]
UnsignedPFAUrl Pointer to string [optional]
RetailAgentRegisterLoginURL Pointer to string [optional]
ESignResult Pointer to PFLiteGenerateQuoteResponseItemESignResult [optional]
Errors Pointer to string [optional]
Pfa Pointer to string [optional]
ElectronicSignatureURL Pointer to string [optional]
OfferAutoPay Pointer to bool [optional]

Methods

NewPFLiteGenerateQuoteResponseItem

func NewPFLiteGenerateQuoteResponseItem() *PFLiteGenerateQuoteResponseItem

NewPFLiteGenerateQuoteResponseItem instantiates a new PFLiteGenerateQuoteResponseItem 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

NewPFLiteGenerateQuoteResponseItemWithDefaults

func NewPFLiteGenerateQuoteResponseItemWithDefaults() *PFLiteGenerateQuoteResponseItem

NewPFLiteGenerateQuoteResponseItemWithDefaults instantiates a new PFLiteGenerateQuoteResponseItem 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 *PFLiteGenerateQuoteResponseItem) GetQuoteKey() int32

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

GetQuoteKeyOk

func (o *PFLiteGenerateQuoteResponseItem) 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 *PFLiteGenerateQuoteResponseItem) SetQuoteKey(v int32)

SetQuoteKey sets QuoteKey field to given value.

HasQuoteKey

func (o *PFLiteGenerateQuoteResponseItem) HasQuoteKey() bool

HasQuoteKey returns a boolean if a field has been set.

GetPremium

func (o *PFLiteGenerateQuoteResponseItem) GetPremium() float32

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

GetPremiumOk

func (o *PFLiteGenerateQuoteResponseItem) 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 *PFLiteGenerateQuoteResponseItem) SetPremium(v float32)

SetPremium sets Premium field to given value.

HasPremium

func (o *PFLiteGenerateQuoteResponseItem) HasPremium() bool

HasPremium returns a boolean if a field has been set.

GetDownAmount

func (o *PFLiteGenerateQuoteResponseItem) GetDownAmount() float32

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

GetDownAmountOk

func (o *PFLiteGenerateQuoteResponseItem) 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 *PFLiteGenerateQuoteResponseItem) SetDownAmount(v float32)

SetDownAmount sets DownAmount field to given value.

HasDownAmount

func (o *PFLiteGenerateQuoteResponseItem) HasDownAmount() bool

HasDownAmount returns a boolean if a field has been set.

GetAmountFinanced

func (o *PFLiteGenerateQuoteResponseItem) GetAmountFinanced() float32

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

GetAmountFinancedOk

func (o *PFLiteGenerateQuoteResponseItem) 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 *PFLiteGenerateQuoteResponseItem) SetAmountFinanced(v float32)

SetAmountFinanced sets AmountFinanced field to given value.

HasAmountFinanced

func (o *PFLiteGenerateQuoteResponseItem) HasAmountFinanced() bool

HasAmountFinanced returns a boolean if a field has been set.

GetFinanceCharge

func (o *PFLiteGenerateQuoteResponseItem) GetFinanceCharge() float32

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

GetFinanceChargeOk

func (o *PFLiteGenerateQuoteResponseItem) 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 *PFLiteGenerateQuoteResponseItem) SetFinanceCharge(v float32)

SetFinanceCharge sets FinanceCharge field to given value.

HasFinanceCharge

func (o *PFLiteGenerateQuoteResponseItem) HasFinanceCharge() bool

HasFinanceCharge returns a boolean if a field has been set.

GetTotalPayments

func (o *PFLiteGenerateQuoteResponseItem) GetTotalPayments() float32

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

GetTotalPaymentsOk

func (o *PFLiteGenerateQuoteResponseItem) 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 *PFLiteGenerateQuoteResponseItem) SetTotalPayments(v float32)

SetTotalPayments sets TotalPayments field to given value.

HasTotalPayments

func (o *PFLiteGenerateQuoteResponseItem) HasTotalPayments() bool

HasTotalPayments returns a boolean if a field has been set.

GetPaymentAmount

func (o *PFLiteGenerateQuoteResponseItem) GetPaymentAmount() float32

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

GetPaymentAmountOk

func (o *PFLiteGenerateQuoteResponseItem) 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 *PFLiteGenerateQuoteResponseItem) SetPaymentAmount(v float32)

SetPaymentAmount sets PaymentAmount field to given value.

HasPaymentAmount

func (o *PFLiteGenerateQuoteResponseItem) HasPaymentAmount() bool

HasPaymentAmount returns a boolean if a field has been set.

GetDocStamp

func (o *PFLiteGenerateQuoteResponseItem) GetDocStamp() float32

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

GetDocStampOk

func (o *PFLiteGenerateQuoteResponseItem) 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 *PFLiteGenerateQuoteResponseItem) SetDocStamp(v float32)

SetDocStamp sets DocStamp field to given value.

HasDocStamp

func (o *PFLiteGenerateQuoteResponseItem) HasDocStamp() bool

HasDocStamp returns a boolean if a field has been set.

GetFirstDueDate

func (o *PFLiteGenerateQuoteResponseItem) GetFirstDueDate() string

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

GetFirstDueDateOk

func (o *PFLiteGenerateQuoteResponseItem) 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 *PFLiteGenerateQuoteResponseItem) SetFirstDueDate(v string)

SetFirstDueDate sets FirstDueDate field to given value.

HasFirstDueDate

func (o *PFLiteGenerateQuoteResponseItem) HasFirstDueDate() bool

HasFirstDueDate returns a boolean if a field has been set.

GetApr

func (o *PFLiteGenerateQuoteResponseItem) GetApr() float32

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

GetAprOk

func (o *PFLiteGenerateQuoteResponseItem) 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 *PFLiteGenerateQuoteResponseItem) SetApr(v float32)

SetApr sets Apr field to given value.

HasApr

func (o *PFLiteGenerateQuoteResponseItem) HasApr() bool

HasApr returns a boolean if a field has been set.

GetInstallments

func (o *PFLiteGenerateQuoteResponseItem) GetInstallments() int32

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

GetInstallmentsOk

func (o *PFLiteGenerateQuoteResponseItem) 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 *PFLiteGenerateQuoteResponseItem) SetInstallments(v int32)

SetInstallments sets Installments field to given value.

HasInstallments

func (o *PFLiteGenerateQuoteResponseItem) HasInstallments() bool

HasInstallments returns a boolean if a field has been set.

GetBatchId

func (o *PFLiteGenerateQuoteResponseItem) GetBatchId() string

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

GetBatchIdOk

func (o *PFLiteGenerateQuoteResponseItem) 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 *PFLiteGenerateQuoteResponseItem) SetBatchId(v string)

SetBatchId sets BatchId field to given value.

HasBatchId

func (o *PFLiteGenerateQuoteResponseItem) HasBatchId() bool

HasBatchId returns a boolean if a field has been set.

GetPaymentsRetained

func (o *PFLiteGenerateQuoteResponseItem) GetPaymentsRetained() int32

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

GetPaymentsRetainedOk

func (o *PFLiteGenerateQuoteResponseItem) 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 *PFLiteGenerateQuoteResponseItem) SetPaymentsRetained(v int32)

SetPaymentsRetained sets PaymentsRetained field to given value.

HasPaymentsRetained

func (o *PFLiteGenerateQuoteResponseItem) HasPaymentsRetained() bool

HasPaymentsRetained returns a boolean if a field has been set.

GetPaymentRetainedAmount

func (o *PFLiteGenerateQuoteResponseItem) GetPaymentRetainedAmount() float32

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

GetPaymentRetainedAmountOk

func (o *PFLiteGenerateQuoteResponseItem) 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 *PFLiteGenerateQuoteResponseItem) SetPaymentRetainedAmount(v float32)

SetPaymentRetainedAmount sets PaymentRetainedAmount field to given value.

HasPaymentRetainedAmount

func (o *PFLiteGenerateQuoteResponseItem) HasPaymentRetainedAmount() bool

HasPaymentRetainedAmount returns a boolean if a field has been set.

GetUnsignedPFAUrl

func (o *PFLiteGenerateQuoteResponseItem) GetUnsignedPFAUrl() string

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

GetUnsignedPFAUrlOk

func (o *PFLiteGenerateQuoteResponseItem) 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 *PFLiteGenerateQuoteResponseItem) SetUnsignedPFAUrl(v string)

SetUnsignedPFAUrl sets UnsignedPFAUrl field to given value.

HasUnsignedPFAUrl

func (o *PFLiteGenerateQuoteResponseItem) HasUnsignedPFAUrl() bool

HasUnsignedPFAUrl returns a boolean if a field has been set.

GetRetailAgentRegisterLoginURL

func (o *PFLiteGenerateQuoteResponseItem) GetRetailAgentRegisterLoginURL() string

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

GetRetailAgentRegisterLoginURLOk

func (o *PFLiteGenerateQuoteResponseItem) 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 *PFLiteGenerateQuoteResponseItem) SetRetailAgentRegisterLoginURL(v string)

SetRetailAgentRegisterLoginURL sets RetailAgentRegisterLoginURL field to given value.

HasRetailAgentRegisterLoginURL

func (o *PFLiteGenerateQuoteResponseItem) HasRetailAgentRegisterLoginURL() bool

HasRetailAgentRegisterLoginURL returns a boolean if a field has been set.

GetESignResult

func (o *PFLiteGenerateQuoteResponseItem) GetESignResult() PFLiteGenerateQuoteResponseItemESignResult

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

GetESignResultOk

func (o *PFLiteGenerateQuoteResponseItem) GetESignResultOk() (*PFLiteGenerateQuoteResponseItemESignResult, 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 *PFLiteGenerateQuoteResponseItem) SetESignResult(v PFLiteGenerateQuoteResponseItemESignResult)

SetESignResult sets ESignResult field to given value.

HasESignResult

func (o *PFLiteGenerateQuoteResponseItem) HasESignResult() bool

HasESignResult returns a boolean if a field has been set.

GetErrors

func (o *PFLiteGenerateQuoteResponseItem) GetErrors() string

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

GetErrorsOk

func (o *PFLiteGenerateQuoteResponseItem) 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 *PFLiteGenerateQuoteResponseItem) SetErrors(v string)

SetErrors sets Errors field to given value.

HasErrors

func (o *PFLiteGenerateQuoteResponseItem) HasErrors() bool

HasErrors returns a boolean if a field has been set.

GetPfa

func (o *PFLiteGenerateQuoteResponseItem) GetPfa() string

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

GetPfaOk

func (o *PFLiteGenerateQuoteResponseItem) 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 *PFLiteGenerateQuoteResponseItem) SetPfa(v string)

SetPfa sets Pfa field to given value.

HasPfa

func (o *PFLiteGenerateQuoteResponseItem) HasPfa() bool

HasPfa returns a boolean if a field has been set.

GetElectronicSignatureURL

func (o *PFLiteGenerateQuoteResponseItem) GetElectronicSignatureURL() string

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

GetElectronicSignatureURLOk

func (o *PFLiteGenerateQuoteResponseItem) 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 *PFLiteGenerateQuoteResponseItem) SetElectronicSignatureURL(v string)

SetElectronicSignatureURL sets ElectronicSignatureURL field to given value.

HasElectronicSignatureURL

func (o *PFLiteGenerateQuoteResponseItem) HasElectronicSignatureURL() bool

HasElectronicSignatureURL returns a boolean if a field has been set.

GetOfferAutoPay

func (o *PFLiteGenerateQuoteResponseItem) GetOfferAutoPay() bool

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

GetOfferAutoPayOk

func (o *PFLiteGenerateQuoteResponseItem) 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 *PFLiteGenerateQuoteResponseItem) SetOfferAutoPay(v bool)

SetOfferAutoPay sets OfferAutoPay field to given value.

HasOfferAutoPay

func (o *PFLiteGenerateQuoteResponseItem) HasOfferAutoPay() bool

HasOfferAutoPay returns a boolean if a field has been set.

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