EFT NMI Batch Transaction UML


Added On:  07/18/13 
SQL Table:  EFT_NMI_BATCH_TRANSACTION 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  EftNmiBatchTransaction 
Represents a batch transaction as it is defined in batch processing specification of NMI.
Added On:  07/18/13
SQL Column:  ACCOUNT_HOLDER_TYPE
Java Field:  accountHolderType
Status:  Active
SQL Type:  varchar(8)
Java Type:  String
Attributes:
Added On:  07/18/13
SQL Column:  ACCOUNT_TYPE
Java Field:  accountType
Status:  Active
SQL Type:  varchar(8)
Java Type:  String
Attributes:
Indicates type of the account within the system.
Added On:  07/18/13
SQL Column:  ADDRESS1
Java Field:  address1
Status:  Active
SQL Type:  varchar(128)
Java Type:  String
Attributes:
The first line of the merchant's street address.
Added On:  07/18/13
SQL Column:  AMOUNT
Java Field:  amount
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
The amount element defines the amount of the transaction. Supply the value in cents without a decimal point.
Added On:  09/29/14
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:  06/13/16
SQL Column:  
Java Field:  checkaba
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Added On:  06/13/16
SQL Column:  
Java Field:  checkaccount
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Added On:  07/18/13
SQL Column:  CHECKNAME
Java Field:  checkname
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Added On:  07/18/13
SQL Column:  CITY
Java Field:  city
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
City of the mailing address.
Added On:  07/18/13
SQL Column:  COUNTRY
Java Field:  country
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Added On:  07/18/13
SQL Column:  DESCRIPTOR
Java Field:  descriptor
Status:  Active
SQL Type:  varchar(25)
Java Type:  String
Attributes:
Added On:  07/18/13
SQL Column:  DESCRIPTOR_PHONE
Java Field:  descriptorPhone
Status:  Active
SQL Type:  varchar(15)
Java Type:  String
Attributes:
Added On:  07/18/13
SQL Column:  EFT_NMI_BATCH_FK
Java Field:  eftNmiBatch
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References EFT NMI Batch
Attributes:
Reference to the entity that represents EFT NMI batch information.
Added On:  07/18/13
SQL Column:  EMAIL
Java Field:  email
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Added On:  07/18/13
SQL Column:  FIRST_NAME
Java Field:  firstName
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Added On:  07/18/13
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:  07/18/13
SQL Column:  LAST_NAME
Java Field:  lastName
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Added On:  07/18/13
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:  07/18/13
SQL Column:  PHONE
Java Field:  phone
Status:  Active
SQL Type:  varchar(15)
Java Type:  String
Attributes:
Added On:  07/18/13
SQL Column:  SEC_CODE
Java Field:  secCode
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Added On:  07/18/13
SQL Column:  STATE
Java Field:  state
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Added On:  07/18/13
SQL Column:  TYPE
Java Field:  type
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
Added On:  07/18/13
SQL Column:  ZIP
Java Field:  zip
Status:  Active
SQL Type:  varchar(15)
Java Type:  String
Attributes:
ZIP or postal code of the mailing address.