ShoppingCartServiceCalculateTotalsForInstallmentCheckout Method

Calculates payment amounts related to checking out with installment-billing settings.

Definition

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

InstallmentCheckoutTotals
Information about payment amounts required for checkout

See Also