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 | |
---|---|---|
![]() | PaymentApprovalUrl |
Gets or sets the url with allowing to approve payment.
|
![]() | PaymentAuthorizationID |
Gets or sets the payment authorization ID.
|
![]() | PaymentDate |
Payment date.
|
![]() | PaymentDescription |
Payment result description.
|
![]() | PaymentIsAuthorized |
Indicates whether the payment is already authorized and capture is possible.
|
![]() | PaymentIsCompleted |
Indicates whether the payment is successfully completed.
|
![]() | PaymentIsFailed |
Indicates whether the payment failed.
|
![]() | PaymentMethodID |
Payment method ID.
|
![]() | PaymentMethodName |
Payment method name.
|
![]() | PaymentStatusName |
Payment status display name.
|
![]() | PaymentStatusValue |
Payment status value.
|
![]() | PaymentTransactionID |
Payment result transaction ID.
|
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.
|