EFT Canada Batch Transaction UML


Added On:  08/20/12 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  EftCanadaBatchTransaction 
Represents EFT Canada batch transaction.
Added On:  08/20/12
SQL Column:  
Java Field:  account
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Added On:  08/20/12
SQL Column:  AMOUNT
Java Field:  amount
Status:  Active
SQL Type:  varchar(12)
Java Type:  String
Attributes:
The amount element defines the amount of the transaction. Supply the value in cents without a decimal point.
Added On:  08/20/12
SQL Column:  BANK_NUMBER
Java Field:  bankNumber
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Added On:  06/10/16
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:  08/20/12
SQL Column:  EFT_CANADA_BATCH_FK
Java Field:  eftCanadaBatch
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References EFT Canada Batch
Attributes:
Reference to the entity that represents EFT Canada batch information.
Added On:  08/20/12
SQL Column:  FIRST_NAME
Java Field:  firstName
Status:  Active
SQL Type:  varchar(64)
Java Type:  String
Attributes:
Added On:  08/20/12
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/20/12
SQL Column:  LAST_NAME
Java Field:  lastName
Status:  Active
SQL Type:  varchar(64)
Java Type:  String
Attributes:
Added On:  08/20/12
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:  11/10/14
SQL Column:  PAD_TYPE
Java Field:  padType
Status:  Active
SQL Type:  varchar(8)
Java Type:  String
Attributes:
Added On:  08/20/12
SQL Column:  REFERENCE
Java Field:  reference
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
Added On:  08/20/12
SQL Column:  RETURN_CODE
Java Field:  returnCode
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Added On:  08/20/12
SQL Column:  RETURN_DATE
Java Field:  returnDate
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Added On:  08/20/12
SQL Column:  TRANSACTION_ID
Java Field:  transactionId
Status:  Active
SQL Type:  varchar(64)
Java Type:  String
Attributes:
Identification number of the transaction in the system.
Added On:  08/20/12
SQL Column:  TRANSIT_NUMBER
Java Field:  transitNumber
Status:  Active
SQL Type:  varchar(5)
Java Type:  String
Attributes:
Added On:  08/20/12
SQL Column:  TYPE
Java Field:  type
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes: