Strongly typed, classed view of PayPal IPN notifications.
The data model has been generated directly from PayPal documentation as of April 2009.
| C# | Visual Basic | Visual C++ |
public sealed class Transaction
Public NotInheritable Class Transaction
public ref class Transaction sealed
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Transaction()()() | Initializes a new instance of the Transaction class | |
| Auction |
Auction information identifies the auction for which a payment is made and additional information about the auction.
| |
| BuyerInformation |
Buyer information identifies the buyer or initiator of a transaction by payer ID or email address. Additional contact or shipping information may be provided.
| |
| DisputeResolution |
Dispute resolution information identifies the case ID and status associated with a dispute.
| |
| 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.) | |
| MassPay |
Mass pay information identifies the amounts and status of transactions related to mass payments, including fees. *
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| PaymentInformation |
Payment information identifies the amount and status of a payment transaction, including fees.
| |
| RecurringPayment |
Recurring payments information identifies the amounts and status associated with recurring payments transactions. *
| |
| Subscription |
Subscription information identifies the amounts and parameters associated with subscription transactions. *
| |
| ToString()()() | (Inherited from Object.) | |
| TransactionAndNotification |
Transaction and notification-related variables identify the merchant that is receiving a payment or other notification and transaction-specific information.
| |
| Verification |
Variables used to determine whether or not the Ipn was verified.
|
See PayPal online documentation for further info:
http://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_admin_IPNReference
| Object | |
| Transaction | |
