ShoppingCartServiceCalculateAmountDueToday Method

Note: This API is now obsolete.
Calculates the minimum payment amount required to checkout, given the provided billing settings.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[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