Click or drag to resize
PaymentOptionValidator Constructor
Initializes a new instance of the PaymentOptionValidator class.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public PaymentOptionValidator(
	PaymentOptionInfo paymentOption,
	ShoppingCartInfo shoppingCart
)

Parameters

paymentOption
Type: CMS.EcommercePaymentOptionInfo
Payment option for which to perform the validation.
shoppingCart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart for which to perform the validation.
See Also