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