Click or drag to resize
PaymentResultInfoSetPaymentResultItemInfo Method
Updates/Inserts payment result item data in/into payment result.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public void SetPaymentResultItemInfo(
	PaymentResultItemInfo itemObj
)

Parameters

itemObj
Type: CMS.EcommercePaymentResultItemInfo
Payment result item data object
See Also