The PayPalPaymentResultInfo type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
PayPalPaymentResultInfo |
Creates base payment result info object + add PayPal payment result properties.
|
Methods
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.) | |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetFormattedPaymentResultString |
Returns formatted payment result string which is visible to the user.
(Inherited from PaymentResultInfo.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
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.) | |
GetPayPalPaymentStatus |
Returns paypal payment status according to the returned status string from the PayPal payment gateway.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LoadPaymentResultXml |
Loads payment result xml.
(Inherited from PaymentResultInfo.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetPaymentResultItemInfo |
Updates/Inserts payment result item data in/into payment result.
(Inherited from PaymentResultInfo.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
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.) |
Properties
Name | Description | |
---|---|---|
PaymentDate |
Payment date.
(Inherited from PaymentResultInfo.) | |
PaymentDescription |
Payment result description.
(Inherited from PaymentResultInfo.) | |
PaymentIsCompleted |
TRUE - payment was completed successfully, FALSE - payment wasn't already completed.
(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.) | |
PayPalPaymentStatus |
PayPal payment status.
| |
PayPalPaymentVerified |
TRUE - payment was verified by IPN (Instant payment notification) successfully, payment is VALID.
FALSE - payment verification by IPN failed, payment is INVALID.
|
See Also