AccountingPaymentMethodRepositoryGetAutoDetectedPublicPaymentMethodsForCart Method
Uses NetFORUM's baseline auto-detection mechanism to determine which payment methods are valid to be used
when checking out with the passed shopping cart.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IReadOnlyCollection<AccountingPaymentMethod> GetAutoDetectedPublicPaymentMethodsForCart(
IShoppingCartState cart
)
Public Function GetAutoDetectedPublicPaymentMethodsForCart (
cart As IShoppingCartState
) As IReadOnlyCollection(Of AccountingPaymentMethod)
public:
virtual IReadOnlyCollection<AccountingPaymentMethod^>^ GetAutoDetectedPublicPaymentMethodsForCart(
IShoppingCartState^ cart
) sealed
abstract GetAutoDetectedPublicPaymentMethodsForCart :
cart : IShoppingCartState -> IReadOnlyCollection<AccountingPaymentMethod>
override GetAutoDetectedPublicPaymentMethodsForCart :
cart : IShoppingCartState -> IReadOnlyCollection<AccountingPaymentMethod>
- cart IShoppingCartState
- The shopping cart for which the possible payment methods will be auto-detected
IReadOnlyCollectionAccountingPaymentMethodThe publicly available payment methods selected by NetFORUM as appropriate for use with the passed cart