Click or drag to resize

ShoppingCartServiceCalculateAmountDueToday Method

Note: This API is now obsolete.

Calculates the minimum payment amount required to check out, given the provided billing settings.

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[ObsoleteAttribute("For installment-based checkouts, use CalculateTotalsForInstallmentCheckout instead. Otherwise, use ShoppingCartState.BalanceRemaining. (5.2)")]
public decimal CalculateAmountDueToday(
	BillingBehavior billingBehavior = BillingBehavior.BillImmediately,
	InstallmentSchedule installmentSchedule = null
)

Parameters

billingBehavior  BillingBehavior  (Optional)
The billing behavior to use in the calculation
installmentSchedule  InstallmentSchedule  (Optional)
The installment schedule to use in the calculation

Return Value

Decimal
The minimum payment amount required for checkout
See Also