ShoppingCartServiceCalculateTotalsForInstallmentCheckout 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.3454
public InstallmentCheckoutTotals CalculateTotalsForInstallmentCheckout(
BillingBehavior billingBehavior = BillingBehavior.BillImmediately,
InstallmentSchedule installmentSchedule = null
)
Public Function CalculateTotalsForInstallmentCheckout (
Optional billingBehavior As BillingBehavior = BillingBehavior.BillImmediately,
Optional installmentSchedule As InstallmentSchedule = Nothing
) As InstallmentCheckoutTotals
public:
virtual InstallmentCheckoutTotals^ CalculateTotalsForInstallmentCheckout(
BillingBehavior billingBehavior = BillingBehavior::BillImmediately,
InstallmentSchedule^ installmentSchedule = nullptr
) sealed
abstract CalculateTotalsForInstallmentCheckout :
?billingBehavior : BillingBehavior *
?installmentSchedule : InstallmentSchedule
(* Defaults:
let _billingBehavior = defaultArg billingBehavior BillingBehavior.BillImmediately
let _installmentSchedule = defaultArg installmentSchedule null
*)
-> InstallmentCheckoutTotals
override CalculateTotalsForInstallmentCheckout :
?billingBehavior : BillingBehavior *
?installmentSchedule : InstallmentSchedule
(* Defaults:
let _billingBehavior = defaultArg billingBehavior BillingBehavior.BillImmediately
let _installmentSchedule = defaultArg installmentSchedule null
*)
-> InstallmentCheckoutTotals
- billingBehavior BillingBehavior (Optional)
- The billing behavior to use in the calculation
- installmentSchedule InstallmentSchedule (Optional)
- The installment schedule to use in the calculation
InstallmentCheckoutTotalsInformation about payment amounts required for checkout