Rolosoft.comRolosoft PayPal IPN Easy for .NET
Transaction Class
NamespacesRolosoft.IpnEasy.Net.PayPalTransaction
Rolosoft.com: PayPal IPN Easy for .NET
Strongly typed, classed view of PayPal IPN notifications. The data model has been generated directly from PayPal documentation as of April 2009.
Declaration Syntax
C#Visual BasicVisual C++
public sealed class Transaction
Public NotInheritable Class Transaction
public ref class Transaction sealed
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(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.

Remarks

See PayPal online documentation for further info:

http://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_admin_IPNReference

Inheritance Hierarchy
Object
Transaction

Assembly: Rolosoft.IpnEasy.Net (Module: Rolosoft.IpnEasy.Net) Version: 1.0.4316.24325 (1.0.0.5)