[This is preliminary documentation and is subject to change.]
The transactionInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | transactionInfo | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | dump |
Dumps the content of the object for debugging purposes
|
![]() | Equals | 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. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetObjectData |
Gets the object data using the SerializationInfo and the
StreamingContext.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Amount |
The Amount of transaction using the credit card.
|
![]() | BillingAddress |
The billing Address of the credit card.
|
![]() | CardName |
The card name(i.e. the type of the card).
|
![]() | CardNumber |
The full card number.
|
![]() | CardNumber1 |
The first four digit of the card number.
|
![]() | CardNumber2 |
The second four digit of the card number.
|
![]() | CardNumber3 |
The third four digits of the credit card.
|
![]() | CardNumber4 |
The last four digits of the credit card.
|
![]() | CompanyName |
The Company name.
|
![]() | EmailAddress |
The email Address of the user who placed the order.
|
![]() | ExpirationDate |
The expiration date of the credit card.
|
![]() | ExpirationDay |
The expiration day of the credit card.
|
![]() | ExpirationMonth |
The expiration month of the credit card.
|
![]() | ExpirationYear |
The expiration year of the credit card.
|
![]() | Merchant |
The Merchant name.
|
![]() | NameOnCard |
The name on the credit card.
|
![]() | Notes |
The notes.
|
![]() | OrderId |
The system generated identifier for the order.
|
![]() | PersonName |
The Company name.
|
![]() | PhoneNumber |
The telephone number for the transaction.
|
![]() | ProductDesc |
The Description of the Product.
|
![]() | PurchaseDate |
The purchase date of the order.
|
![]() | PurchaseMethod |
The method of purchase. The purchase can be done either via credit card or the purchase order.
|
![]() | PurchaseOrderNumber |
The purchase order number.
|
![]() | ReturnUrl |
The return url where the control is transferred after the order is processed.
|
![]() | ShippingAddress |
The shipping Address of the transaction.
|
![]() | ShippingAmount |
The shipping charge.
|