PaymentOptionWithDiscountsViewModel
Payment option details including discounts and installment information.
- discountType: numberFormat: double
Base discount amount applied to this payment option in USD.
- discountType: numberFormat: double
For Payment Option Additional discount specific to this payment option in USD. Pay-in-full options often have larger discounts.
- discountType: numberFormat: double
Percentage For Payment Option Discount percentage for this payment option.
- downpaymentType: numberFormat: double
Down payment amount before any discounts in USD.
- downpaymentType: numberFormat: double
After Discount Down payment amount after discounts in USD. This is the actual amount charged initially.
- downpaymentType: numberFormat: double
Discount Amount Discount amount applied specifically to the down payment in USD.
- installmentsType: integerFormat: int32
Number of installment payments. 1 = Pay in full, 12 = Monthly payments.
- priceType: numberFormat: double
Per Installment Monthly payment amount in USD (for installment plans).
- totalType: numberFormat: double
Discount Total combined discount amount in USD.
- totalType: numberFormat: double
Price Total price before any discounts in USD.
- totalType: numberFormat: double
Price After Discount Total price after all discounts in USD. This is the final amount the customer will pay.