Click or drag to resize
PaymentResultInfo Constructor (String)
Creates PaymentResultInfo object.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public PaymentResultInfo(
	string xml
)

Parameters

xml
Type: SystemString
Payment result in XML format
See Also