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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void SetPaymentOptionInfo(
	PaymentOptionInfo optionObj
)

Parameters

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