EFT Standart18 Batch Transaction UML


Added On:  09/25/15 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  EftStandart18BatchTransaction 
Represents EFT Standart18 batch transaction.
Added On:  09/25/15
SQL Column:  AMOUNT
Java Field:  amount
Status:  Active
SQL Type:  varchar(11)
Java Type:  String
Attributes:
Amount of the transaction (in cents).
Added On:  09/28/15
SQL Column:  CHARGE_TRANSACTION_FK
Java Field:  chargeTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Charge Transaction
Attributes:
Reference to the entity that represents real-time financial transaction.
Added On:  09/25/15
SQL Column:  DESTINATION_ACCOUNT_NAME
Java Field:  destinationAccountName
Status:  Active
SQL Type:  varchar(18)
Java Type:  String
Attributes:
Name associated with the destination account.
Added On:  09/25/15
SQL Column:  
Java Field:  destinationAccountNumber
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Destination bank account number.
Added On:  09/25/15
SQL Column:  
Java Field:  destinationAccountType
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Type of destination account.
Added On:  09/25/15
SQL Column:  
Java Field:  destinationSortingCode
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Destination sorting code.
Added On:  09/28/15
SQL Column:  EFT_STANDART18_BATCH_FK
Java Field:  eftSTandart18Batch
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents set of EFT Standart18 batch files.
Added On:  09/25/15
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:  09/25/15
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. Depending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.
The 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:  09/25/15
SQL Column:  ORIGINATING_REFERENCE_NUMBER
Java Field:  originatingReferenceNumber
Status:  Active
SQL Type:  varchar(18)
Java Type:  String
Attributes:
Reference number of the originating source of the transaction.
Added On:  09/25/15
SQL Column:  PROCESSING_DATE
Java Field:  processingDate
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
Date when the file was processed.
Added On:  11/12/15
SQL Column:  SUBSCRIPTION_TRANSACTION_FK
Java Field:  subscriptionTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents subscription transaction.
Added On:  09/25/15
SQL Column:  TRANSACTION_CODE
Java Field:  transactionCode
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Code of the initial transaction.