PaymentOptionWithDiscountsViewModel

Payment option details including discounts and installment information.

  • discount
    Type: numberFormat: double

    Base discount amount applied to this payment option in USD.

  • discountForPaymentOption
    Type: numberFormat: double

    Additional discount specific to this payment option in USD. Pay-in-full options often have larger discounts.

  • discountPercentageForPaymentOption
    Type: numberFormat: double

    Discount percentage for this payment option.

  • downpayment
    Type: numberFormat: double

    Down payment amount before any discounts in USD.

  • downpaymentAfterDiscount
    Type: numberFormat: double

    Down payment amount after discounts in USD. This is the actual amount charged initially.

  • downpaymentDiscountAmount
    Type: numberFormat: double

    Discount amount applied specifically to the down payment in USD.

  • installments
    Type: integerFormat: int32

    Number of installment payments. 1 = Pay in full, 12 = Monthly payments.

  • pricePerInstallment
    Type: numberFormat: double

    Monthly payment amount in USD (for installment plans).

  • totalDiscount
    Type: numberFormat: double

    Total combined discount amount in USD.

  • totalPrice
    Type: numberFormat: double

    Total price before any discounts in USD.

  • totalPriceAfterDiscount
    Type: numberFormat: double

    Total price after all discounts in USD. This is the final amount the customer will pay.