PaymentResultInfo Class |
Namespace: CMS.Ecommerce
[SerializableAttribute] public class PaymentResultInfo : ISerializable
The PaymentResultInfo type exposes the following members.
Name | Description | |
---|---|---|
PaymentResultInfo |
Creates base PaymentResultInfo object - following fields are created in payment result XML definition, they are not initialized: date, payment method, payment is completed, payment status, transaction id, description.
| |
PaymentResultInfo(String) |
Creates PaymentResultInfo object.
| |
PaymentResultInfo(SerializationInfo, StreamingContext) |
Constructor - Creates a new PaymentResultInfo object from serialized data.
|
Name | Description | |
---|---|---|
EnsurePaymentResultItemInfo |
Tries to find specified payment result item (if it is not found it is created and initialized with item name and item header) and returns it.
| |
GetFormattedPaymentResultString |
Returns formatted payment result string which is visible to the user.
| |
GetObjectData |
Gets object data.
| |
GetPaymentResultItemInfo |
Returns payment result item object.
| |
GetPaymentResultXml |
Returns payment result XML string.
| |
LoadPaymentResultXml |
Loads payment result xml.
| |
SetPaymentResultItemInfo |
Updates/Inserts payment result item data in/into payment result.
|
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Name | Description | |
---|---|---|
PaymentDate |
Payment date.
| |
PaymentDescription |
Payment result description.
| |
PaymentIsCompleted |
TRUE - payment was completed successfully, FALSE - payment wasn't already completed.
| |
PaymentMethodID |
Payment method ID.
| |
PaymentMethodName |
Payment method name.
| |
PaymentStatusName |
Payment status display name.
| |
PaymentStatusValue |
Payment status value.
| |
PaymentTransactionID |
Payment result transaction ID.
|