Split Out Balance UML


Added On:  02/28/17 
SQL Table:  SPLIT_OUT_BALANCE 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  SplitOutBalance 
Entity that represents information about the balance assigned to the split out transaction.
Added On:  02/28/17
SQL Column:  BALANCE_IN1
Java Field:  balanceIn1
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Split funding schema that works as follows: if the amount value in this field is negative, Merchant Account Code 1 sends funds to Merchant Account Code 2. If the value is positive, Merchant Account Code 2 sends funds to Merchant Account Code 1.
Added On:  02/28/17
SQL Column:  BALANCE_IN2
Java Field:  balanceIn2
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Split funding schema that works as follows: if the amount value in this field is negative, Merchant Account Code 2 sends funds to Merchant Account Code 1. If the value is positive, Merchant Account Code 1 sends funds to Merchant Account Code 2.
Added On:  02/28/17
SQL Column:  BALANCE_OUT1
Java Field:  balanceOut1
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Balance of the Merchant Account Code 1.
Added On:  02/28/17
SQL Column:  BALANCE_OUT2
Java Field:  balanceOut2
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Balance of the Merchant Account Code 2.
Added On:  02/28/17
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:  02/28/17
SQL Column:  MERCHANT_ACCOUNT_CODE1
Java Field:  merchantAccountCode1
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Code of a merchant account that participates in split funding.
Added On:  02/28/17
SQL Column:  MERCHANT_ACCOUNT_CODE2
Java Field:  merchantAccountCode2
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Code of a merchant account that participates in split funding.
Added On:  02/28/17
SQL Column:  SPLIT_IN_AMOUNT1
Java Field:  splitInAmount1
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Split funding schema that works as follows: if the amount value in this field is positive, Merchant Account Code 1 sends funds to Merchant Account Code 2. If the value is negative, Merchant Account Code 2 sends funds to Merchant Account Code 1.
Added On:  02/28/17
SQL Column:  SPLIT_IN_AMOUNT2
Java Field:  splitInAmount2
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Split funding schema that works as follows: if the amount value in this field is positive, Merchant Account Code 2 sends funds to Merchant Account Code 1. If the value is negative, Merchant Account Code 1 sends funds to Merchant Account Code 2.
Added On:  10/29/19
SQL Column:  SPLIT_IN_REDUCTION_AMOUNT1
Java Field:  splitInReductionAmount1
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  10/29/19
SQL Column:  SPLIT_IN_REDUCTION_AMOUNT2
Java Field:  splitInReductionAmount2
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: