PutPaymentStatusCompletedStatus Property
|
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.)
Namespace: Dtx.DataAccessExt.Model
Assembly: Dtx.DataAccessExt (in Dtx.DataAccessExt.dll) Version: 11.0.12.85
Syntax
public Nullable<int> CompletedStatus { get; set; }
Property Value
Type:
NullableInt32
See Also