PutPaymentStatus Class |
Namespace: Dtx.DataAccessExt.Model
Assembly: Dtx.DataAccessExt (in Dtx.DataAccessExt.dll) Version: 11.0.12.85
public class PutPaymentStatus
The PutPaymentStatus type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PutPaymentStatus |
Initializes a new instance of the PutPaymentStatus class
|
Name | Description | |
---|---|---|
![]() |
Amount | |
![]() |
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.)
|
![]() |
DateProcessed | |
![]() |
GatewayRefNo | |
![]() |
PatDb | |
![]() |
PatId | |
![]() |
Proc_LogDb | |
![]() |
Proc_LogId | |
![]() |
TransactionNumber |
return the status of a transaction submitted
|
Name | Description | |
---|---|---|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from Object.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.) |
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from Object.) |
![]() |
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.) |