IFlashpointShoppingCartGetPaymentMethods Method

Returns the payment methods for the shopping cart.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
IEnumerable<AccountingPaymentMethod> GetPaymentMethods(
	string cartToken
)

Parameters

cartToken  String
Working cart token

Return Value

IEnumerableAccountingPaymentMethod
The payment methods

See Also