Click or drag to resize
PaymentResultItemInfo Class
Class representing payment result item (= one payment result xml node).
Inheritance Hierarchy
SystemObject
  CMS.EcommercePaymentResultItemInfo

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public class PaymentResultItemInfo

The PaymentResultItemInfo type exposes the following members.

Constructors
  NameDescription
Public methodPaymentResultItemInfo
Creates empty payment result item.
Public methodPaymentResultItemInfo(XmlNode)
Creates payment result item from Xml node.
Top
Properties
  NameDescription
Public propertyHeader
Payment result item header text.
Public propertyName
Payment result item code name.
Public propertyText
Payment result item value text interpretation - it is visible to user.
Public propertyValue
Payment result item value - inner interpretation.
Top
See Also