Arguments containing the data from the PayPal Ipn notification
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TransactionEventArgs(Transaction, Log) |
Contructor used to contain the data returned from the PayPal Ipn.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Log | Contains logging information for the IPN. This class captures low level information from the PayPal IPN that can be used for subsequent auditing and logging in your application. | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()() |
The default ToString returns the PaymentStatus.
(Overrides Object.ToString()()().) | |
| Transaction |
Common / known PayPal data received from an IPN notification.
|
