[This is preliminary documentation and is subject to change.]

The transactionInfo type exposes the following members.

Constructors

  NameDescription
Public methodtransactionInfoOverloaded.

Methods

  NameDescription
Public methoddump
Dumps the content of the object for debugging purposes
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetObjectData
Gets the object data using the SerializationInfo and the StreamingContext.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAmount
The Amount of transaction using the credit card.
Public propertyBillingAddress
The billing Address of the credit card.
Public propertyCardName
The card name(i.e. the type of the card).
Public propertyCardNumber
The full card number.
Public propertyCardNumber1
The first four digit of the card number.
Public propertyCardNumber2
The second four digit of the card number.
Public propertyCardNumber3
The third four digits of the credit card.
Public propertyCardNumber4
The last four digits of the credit card.
Public propertyCompanyName
The Company name.
Public propertyEmailAddress
The email Address of the user who placed the order.
Public propertyExpirationDate
The expiration date of the credit card.
Public propertyExpirationDay
The expiration day of the credit card.
Public propertyExpirationMonth
The expiration month of the credit card.
Public propertyExpirationYear
The expiration year of the credit card.
Public propertyMerchant
The Merchant name.
Public propertyNameOnCard
The name on the credit card.
Public propertyNotes
The notes.
Public propertyOrderId
The system generated identifier for the order.
Public propertyPersonName
The Company name.
Public propertyPhoneNumber
The telephone number for the transaction.
Public propertyProductDesc
The Description of the Product.
Public propertyPurchaseDate
The purchase date of the order.
Public propertyPurchaseMethod
The method of purchase. The purchase can be done either via credit card or the purchase order.
Public propertyPurchaseOrderNumber
The purchase order number.
Public propertyReturnUrl
The return url where the control is transferred after the order is processed.
Public propertyShippingAddress
The shipping Address of the transaction.
Public propertyShippingAmount
The shipping charge.

See Also