IFlashpointShoppingCartCalculateTotalsForInstallmentCheckout 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#
InstallmentCheckoutTotals CalculateTotalsForInstallmentCheckout(
	string cartToken,
	BillingBehavior billingBehavior,
	InstallmentSchedule installmentSchedule
)

Parameters

cartToken  String
Working cart token
billingBehavior  BillingBehavior
The billing behavior to use in the calculation
installmentSchedule  InstallmentSchedule
The installment schedule to use in the calculation

Return Value

InstallmentCheckoutTotals
Information about payment amounts required for checkout

See Also