PaymentOptionInfoProviderGetPaymentOptionInfoInternal Method |
Returns payment option with specified name.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected virtual PaymentOptionInfo GetPaymentOptionInfoInternal(
string optionName,
string siteName
)
Parameters
- optionName
- Type: SystemString
Payment option name - siteName
- Type: SystemString
Site name
Return Value
Type:
PaymentOptionInfoSee Also