Click or drag to resize

ShoppingCartServiceGetPaymentMethods Method

Uses NetFORUM's baseline auto-detection mechanism to determine which payment methods are valid to be used when checking out with the current shopping cart.

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IEnumerable<AccountingPaymentMethod> GetPaymentMethods()

Return Value

IEnumerableAccountingPaymentMethod
The publicly available payment methods selected by NetFORUM as appropriate for use with the current cart
See Also