Skip to content

Latest commit

 

History

History
50 lines (47 loc) · 3.14 KB

File metadata and controls

50 lines (47 loc) · 3.14 KB

# PFLiteQuoteByPaymentLinkResponse

Properties

Name Type Description Notes
id string Unique identifier of the quote [optional]
quoteKey string Key for the quote [optional]
pfType string Type of premium finance [optional]
isEndorsement bool Indicates if it is an endorsement [optional]
merchantId string Identifier of the merchant [optional]
programId int Identifier of the program [optional]
paymentLinkId string Identifier of the payment link [optional]
accountNumber string Account number [optional]
quoteStatus string The status of the quote. [optional]
policies \OpenAPI\Client\Model\PFLiteQuoteByPaymentLinkResponsePoliciesInner[] List of policies associated with the quote [optional]
isActive bool Indicates if the quote is active [optional] [default to true]
premium float Premium amount [optional]
additionalFees float Additional fees [optional]
downAmount float Down payment amount [optional]
tax float [optional]
brokerFee float [optional]
amountFinanced float Amount financed [optional]
financeCharge float Finance charge [optional]
totalPayments float Total payments [optional]
paymentAmount float Payment amount [optional]
docStamp int Document stamp [optional]
firstDueDate string First due date [optional]
apr float Annual percentage rate [optional]
installments int Number of installments [optional]
batchId string Batch identifier [optional]
autopayStatus string Autopayment status [optional]
paymentsRetained int Number of payments retained [optional]
paymentRetainedAmount float Amount retained from payments [optional]
retailAgentRegisterLoginURL string URL for retail agent registration/login [optional]
insuredName string Name of the insured [optional]
isEsignPFA bool Indicates if e-signature for PFA is required [optional]
nextPaymentDueDate string Next payment due date [optional]
lastPaymentDate string Last payment date [optional]
isDownPaymentRequired bool Indicates if down payment is required [optional]
isEsignRequired bool Indicates if e-signature is required [optional]
isDeleted bool Indicates if the quote is deleted [optional]
createdOn string Creation date and time [optional]
createdBy string Creator of the quote [optional]
modifiedOn string Modification date and time [optional]
modifiedBy string Modifier of the quote [optional]
unSignPFA string Un-signed PFA document [optional]
signPFA string Signed PFA document [optional]

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