AuthorizeNetPaymentResultInfo Class |
Namespace: CMS.Ecommerce
public class AuthorizeNetPaymentResultInfo : PaymentResultInfo
The AuthorizeNetPaymentResultInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | AuthorizeNetPaymentResultInfo |
Creates base payment result info object + add Authorize.NET payment result properties.
|
Name | Description | |
---|---|---|
![]() | AuthorizationCode |
Authorization code.
|
![]() | PaymentApprovalUrl |
Gets or sets the url with allowing to approve payment.
(Inherited from PaymentResultInfo.) |
![]() | PaymentAuthorizationID |
Gets or sets the payment authorization ID.
(Inherited from PaymentResultInfo.) |
![]() | PaymentDate |
Payment date.
(Inherited from PaymentResultInfo.) |
![]() | PaymentDescription |
Payment result description.
(Inherited from PaymentResultInfo.) |
![]() | PaymentIsAuthorized |
Indicates whether the payment is already authorized and capture is possible.
(Inherited from PaymentResultInfo.) |
![]() | PaymentIsCompleted |
Indicates whether the payment is successfully completed.
(Inherited from PaymentResultInfo.) |
![]() | PaymentIsFailed |
Indicates whether the payment failed.
(Inherited from PaymentResultInfo.) |
![]() | PaymentMethodID |
Payment method ID.
(Inherited from PaymentResultInfo.) |
![]() | PaymentMethodName |
Payment method name.
(Inherited from PaymentResultInfo.) |
![]() | PaymentStatusName |
Payment status display name.
(Inherited from PaymentResultInfo.) |
![]() | PaymentStatusValue |
Payment status value.
(Inherited from PaymentResultInfo.) |
![]() | PaymentTransactionID |
Payment result transaction ID.
(Inherited from PaymentResultInfo.) |
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.
(Inherited from PaymentResultInfo.) |
![]() | GetFormattedPaymentResultString |
Returns formatted payment result string which is visible to the user.
(Inherited from PaymentResultInfo.) |
![]() | GetObjectData |
Gets object data.
(Inherited from PaymentResultInfo.) |
![]() | GetPaymentResultItemInfo |
Returns payment result item object.
(Inherited from PaymentResultInfo.) |
![]() | GetPaymentResultXml |
Returns payment result XML string.
(Inherited from PaymentResultInfo.) |
![]() | LoadPaymentResultXml |
Loads payment result xml.
(Inherited from PaymentResultInfo.) |
![]() | SetPaymentResultItemInfo |
Updates/Inserts payment result item data in/into payment result.
(Inherited from PaymentResultInfo.) |