 | IFlashpointShoppingCartGetPaymentMethods Method |
Returns the payment methods for the shopping cart.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
SyntaxIEnumerable<AccountingPaymentMethod> GetPaymentMethods(
string cartToken
)
Function GetPaymentMethods (
cartToken As String
) As IEnumerable(Of AccountingPaymentMethod)
IEnumerable<AccountingPaymentMethod^>^ GetPaymentMethods(
String^ cartToken
)
abstract GetPaymentMethods :
cartToken : string -> IEnumerable<AccountingPaymentMethod> Parameters
- cartToken String
- Working cart token
Return Value
IEnumerableAccountingPaymentMethodThe payment methods
See Also