 | IFlashpointShoppingCartCalculateTotalsForInstallmentCheckout Method |
Calculates payment amounts related to checking out with installment-billing settings.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
SyntaxInstallmentCheckoutTotals CalculateTotalsForInstallmentCheckout(
string cartToken,
BillingBehavior billingBehavior,
InstallmentSchedule installmentSchedule
)
Function CalculateTotalsForInstallmentCheckout (
cartToken As String,
billingBehavior As BillingBehavior,
installmentSchedule As InstallmentSchedule
) As InstallmentCheckoutTotals
InstallmentCheckoutTotals^ CalculateTotalsForInstallmentCheckout(
String^ cartToken,
BillingBehavior billingBehavior,
InstallmentSchedule^ installmentSchedule
)
abstract CalculateTotalsForInstallmentCheckout :
cartToken : string *
billingBehavior : BillingBehavior *
installmentSchedule : InstallmentSchedule -> InstallmentCheckoutTotals 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
InstallmentCheckoutTotalsInformation about payment amounts required for checkout
See Also