Click or drag to resize

ShoppingCartServiceCalculateTotalsForInstallmentCheckout Method

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

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
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