Click or drag to resize
PaymentOptionInfoProviderSetPaymentOptionInfoInternal Method
Sets (updates or inserts) specified payment option.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetPaymentOptionInfoInternal(
	PaymentOptionInfo optionObj
)

Parameters

optionObj
Type: CMS.EcommercePaymentOptionInfo
Payment option to be set
See Also