Click or drag to resize

Transaction Class

Transaction object to store transaction details.
Inheritance Hierarchy
SystemObject
  NetQuarry.Services.PaymentTransaction

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[SerializableAttribute]
public class Transaction : ICloneable

The Transaction type exposes the following members.

Constructors
  NameDescription
Public methodTransaction
Initializes a new instance of the Transaction class
Top
Properties
  NameDescription
Public propertyamount
The transaction gross amount.
Public propertyauthorization_code
The processor authorization code.
Public propertyauthorize_only
True if this should only be pre-authorized (e.g. NOT submitted for settlement)
Public propertycreated_at
The record creation date/time (UTC).
Public propertypayment_id
The ID of the payment as stored in the payment table.
Public propertypayment_method_id
The ID of the payment method used as stored in the payment_method table.
Public propertypayment_token
The Braintree payment token.
Public propertyrefund_date
The date/time of the refund, if any.
Public propertyrefund_id
The ID of the refund, if any.
Public propertyrefund_status
The status of a refund, if any.
Public propertyrefund_transaction_id
The transaction ID of the refund, if any.
Public propertyrequest_id
The ID of the request (for pre-authorization).
Public propertystatus_id
The status ID.
Public propertytask_id
The ID of the related task.
Public propertytransaction_id
The transaction ID.
Public propertytransaction_status
The transaction status.
Public propertytransaction_type
The transaction type.
Public propertyupdated_date
The record last update date/time (UTC).
Top
Methods
  NameDescription
Public methodClone
Creates a copy of this object.
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.
(Inherited from Object.)
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.)
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
Determines if the object value is equal to another object. If the two objects are null, then this returns true. There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways). If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.)
Top
See Also