PaymentOptionInfoProviderIsPaymentOptionApplicable Method |
Checks if payment option is applicable for given shopping cart.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax public static bool IsPaymentOptionApplicable(
ShoppingCartInfo cart,
PaymentOptionInfo paymentOption
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
Shopping cart in which payment option should be used. - paymentOption
- Type: CMS.EcommercePaymentOptionInfo
Payment option to check if it is applicable.
Return Value
Type:
BooleanTrue if payment option exists, is enabled and is allowed.
See Also