Client Capture Transaction UML


Added On:  09/29/17 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  ClientCaptureTransaction 
Создание новой таблицы ClientCaptureTransaction для хранения полученной от клиента информации.
Added On:  08/11/17
SQL Column:  ACCOUNT_ID
Java Field:  accountId
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes: Required
Identifier of the merchant account.
Added On:  08/11/17
SQL Column:  AMOUNT
Java Field:  amount
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Total amount of the transaction.
Added On:  08/11/17
SQL Column:  BATCH_FK
Java Field:  batch
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Batch
Attributes:
Reference to the entity that represents realtime sale-auth/credit-auth transaction submitted in capture file.
Added On:  08/11/17
SQL Column:  CAPTURED_AMOUNT
Java Field:  capturedAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Amount of the transaction that is going to be captured.
Added On:  09/07/17
SQL Column:  CHARGE_TRANSACTION_FK
Java Field:  chargeTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Charge Transaction
Attributes:
Added On:  08/11/17
SQL Column:  CYCLE_CODE
Java Field:  cycleCode
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Identifier of a retail cycle associated with the transaction.
Added On:  08/11/17
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Added On:  08/11/17
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: Required
Code of Merchant Account to which instance of this object is attributed to.\n\nDepending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.\n\nThe field is primarily used for data partitioning and data management, to make it easy to determine the ownership of a record within the database.
Added On:  08/11/17
SQL Column:  ORIGINAL_TRANSACTION_CODE
Java Field:  originalTransactionCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Identifier of the original sale-auth/credit-auth transaction that is going to be captured.
Added On:  03/28/19
SQL Column:  PROVIDER_REFERENCE_NUMBER
Java Field:  providerReferenceNumber
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Added On:  08/11/17
SQL Column:  REMAINING_AMOUNT
Java Field:  remainingAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Amount that has not been captured.
Added On:  08/11/17
SQL Column:  RESPONSE_CODE
Java Field:  responseCode
Status:  Active
SQL Type:  varchar(5)
Java Type:  String
Attributes:
Received response code generated by the gateway.
Added On:  08/11/17
SQL Column:  RESPONSE_DATE
Java Field:  responseDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the response was received.
Added On:  08/11/17
SQL Column:  RESPONSE_MESSAGE
Java Field:  responseMessage
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Received response message generated by the gateway.
Added On:  08/11/17
SQL Column:  SUB_BATCH_FK
Java Field:  subBatch
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Sub Batch
Attributes:
Reference to the entity that represents realtime sale-auth/credit-auth transaction submitted in capture file.
Added On:  08/11/17
SQL Column:  TRANSACTION_CODE
Java Field:  transactionCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Code of the transaction within an external system.
Added On:  08/11/17
SQL Column:  TRANSACTION_ID
Java Field:  transactionId
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes: Required
Identifier of the transaction within the system.