EFT Westpac Batch Transaction UML


Added On:  06/24/14 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  EftWestpacBatchTransaction 
Represents a batch transaction as it is defined in batch processing specification of Westpac.
Added On:  11/10/14
SQL Column:  
Java Field:  accountNumber
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
When Tokenization is not available and encryption is allowed on the server, the field contains encrypted credit card number or bank account number.
Note: if encryption is not allowed on the server and tokenization is not properly configured, transactions will fail and will not be either processed or persisted.
Added On:  06/24/14
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:  11/10/14
SQL Column:  
Java Field:  bsbNumber
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Bank State Branch (BSB) number used in Australia for a bank code, which is a branch identifier.
Added On:  06/24/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:  11/10/14
SQL Column:  CUSTOMER_NAME
Java Field:  customerName
Status:  Active
SQL Type:  varchar(26)
Java Type:  String
Attributes:
Name of the customer.
Added On:  06/24/14
SQL Column:  EFT_WESTPAC_BATCH_FK
Java Field:  eftWestpacBatch
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References EFT Westpac Batch
Attributes:
Reference to the entity that represents EFT Westpack batch file.
Added On:  12/17/14
SQL Column:  ERROR_NARRATIVE
Java Field:  errorNarrative
Status:  Active
SQL Type:  varchar(99)
Java Type:  String
Attributes:
Added On:  06/24/14
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:  06/24/14
SQL Column:  INDICATOR
Java Field:  indicator
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Added On:  06/24/14
SQL Column:  LODGEMENT_REFERENCE
Java Field:  lodgementReference
Status:  Active
SQL Type:  varchar(18)
Java Type:  String
Attributes:
Added On:  06/24/14
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:  06/24/14
SQL Column:  REMITTER_NAME
Java Field:  remitterName
Status:  Active
SQL Type:  varchar(16)
Java Type:  String
Attributes:
Name of the remitter.
Added On:  11/10/14
SQL Column:  RETURN_CODE
Java Field:  returnCode
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Added On:  12/17/14
SQL Column:  STATUS_INDICATOR_DISB
Java Field:  statusIndicatorDisb
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Indicates the status of disbursement.
Added On:  12/17/14
SQL Column:  STATUS_INDICATOR_EXC
Java Field:  statusIndicatorExc
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Indicates the status of exchange.
Added On:  06/24/14
SQL Column:  TITLE
Java Field:  title
Status:  Active
SQL Type:  varchar(32)
Java Type:  String
Attributes:
Added On:  06/24/14
SQL Column:  TRANSACTION_CODE
Java Field:  transactionCode
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Code of the initial transaction.
Added On:  06/24/14
SQL Column:  WITHHOLDING_TAX
Java Field:  withholdingTax
Status:  Active
SQL Type:  varchar(8)
Java Type:  String
Attributes: