Skip to content

Latest commit

 

History

History
52 lines (49 loc) · 3.36 KB

File metadata and controls

52 lines (49 loc) · 3.36 KB

# QuoteResponse

Properties

Name Type Description Notes
id string The unique identifier for the quote. [optional]
quoteKey string The key associated with the quote. [optional]
pFType string The type of premium finance. [optional]
isEndorsement bool Indicates if the quote is an endorsement. [optional]
merchantId string The ID of the merchant. [optional]
programId int The ID of the program. [optional]
programName string The name of the program. [optional]
paymentIntentId string The ID of the payment intent. [optional]
accountNumber string The account number. [optional]
quoteStatus string The status of the quote. [optional]
isActive bool Indicates if the quote is active. [optional] [default to true]
premium float The premium amount. [optional]
tax float [optional]
additionalFees float Additional fees associated with the quote. [optional]
brokerFee float broker fees associated with the quote. [optional]
downAmount float The down payment amount. [optional]
amountFinanced float The amount financed. [optional]
financeCharge float The finance charge. [optional]
totalPayments float The total payments. [optional]
paymentAmount float The payment amount. [optional]
totalAmount float Total amount. [optional]
docStamp int The document stamp. [optional]
firstDueDate string The first due date. [optional]
apr float The annual percentage rate (APR). [optional]
installments int The number of installments. [optional]
batchId string The batch ID. [optional]
autopayStatus string The autopayStatus. [optional]
paymentsRetained int The number of payments retained. [optional]
paymentRetainedAmount float The amount retained from the payment. [optional]
retailAgentRegisterLoginURL string The URL for the retail agent register login. [optional]
insuredName string The name of the insured. [optional]
isEsignPFA bool Indicates if eSign is required for the PFA. [optional]
nextPaymentDueDate string The next payment due date. [optional]
lastPaymentDate string The last payment date. [optional]
isDownPaymentRequired bool Indicates if a down payment is required. [optional]
isEsignRequired bool Indicates if eSign is required. [optional]
isDeleted bool Indicates if the quote is deleted. [optional]
offerAutoPay bool The OfferAutoPay Status. [optional]
createdOn string The date when the quote was created. [optional]
createdBy string The user who created the quote. [optional]
modifiedOn string The date when the quote was last modified. [optional]
modifiedBy string The user who last modified the quote. [optional]
unSignPFA string The unsigned PFA document. [optional]
signPFA string The signed PFA document. [optional]

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