EFT Profit Stars Returns Batch UML


Parent:    File Batch
Added On:  12/16/15 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  EftProfitStarsReturnsBatch 
Added On:  12/16/15
SQL Column:  BEGIN_TRANS_DATE
Java Field:  beginTransDate
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Date when the transaction was placed.
Added On:  12/16/15
SQL Column:  END_TRANS_DATE
Java Field:  endTransDate
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Date when the transaction was processed.
Added On:  12/16/15
SQL Column:  ENTITY_ID
Java Field:  entityId
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Unique identifier of the merchant in the processor's system. Also referred to as the merchant ID or MID.
Added On:  12/16/15
SQL Column:  LOCATION_ID
Java Field:  locationId
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Unique identifier for a location (account) set up under a user.
Added On:  12/16/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:  12/16/15
SQL Column:  STORE_ID
Java Field:  storeId
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Store ID generated by the processor. Can be unique to each individual merchant, or a master store ID can be assigned at the partner/owner level.
Added On:  06/10/16
SQL Column:  
Java Field:  storeKey
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient