PutPaymentStatus Class

Represents Status of a Transaction sent from Axia (or other)
Inheritance Hierarchy
SystemObject
  Dtx.DataAccessExt.ModelPutPaymentStatus

Namespace:  Dtx.DataAccessExt.Model
Assembly:  Dtx.DataAccessExt (in Dtx.DataAccessExt.dll) Version: 11.0.12.85

Syntax
C#
public class PutPaymentStatus

The PutPaymentStatus type exposes the following members.

Constructors
  Name Description
Public method PutPaymentStatus
Initializes a new instance of the PutPaymentStatus class
Top
Properties
  Name Description
Public property Amount
Public property CompletedStatus
CompletedStatusstatus of the transaction. 0 - Not processed for some reason. 1 – Processed, Proc_logId and Proc_logDb should show the payment record 2 – Duplicate, received a duplicate request. Marked as duplicate and not processed (duplicate if transactionNumber already exists and has a stutus >= 1 and has a proc_logid assigned.)
Public property DateProcessed
Public property GatewayRefNo
Public property PatDb
Public property PatId
Public property Proc_LogDb
Public property Proc_LogId
Public property TransactionNumber
return the status of a transaction submitted
Top
Methods
  Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also