PaymentOptionInfoProviderGetPaymentOptionInfo Method (String, String) |
Returns payment option with specified name.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static PaymentOptionInfo GetPaymentOptionInfo(
string optionName,
string siteName
)
Parameters
- optionName
- Type: SystemString
Payment option name - siteName
- Type: SystemString
Site name
Return Value
Type:
PaymentOptionInfoSee Also