Charge Transaction Split UML


Added On:  03/11/17 
SQL Table:  CHARGE_TRANSACTION_SPLIT 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  ChargeTransactionSplit 
Entity that represents information about split funding associated transaction.
Added On:  03/11/17
SQL Column:  AMOUNT
Java Field:  amount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Split amount that is going to be received by a merchant account as a part of subsequent transaction processing.
Added On:  03/28/17
SQL Column:  CHARGE_ITEM_FK
Java Field:  chargeItem
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Charge Item
Attributes:
Reference to the entity that represents information about the item included into a split transaction.
Added On:  03/11/17
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 information about transaction details.
Added On:  03/11/17
SQL Column:  CHARGEBACK_TRANSACTION_FK
Java Field:  chargebackTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the etity that represents information about chargeback transaction details.
Added On:  03/11/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:  03/11/17
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:  04/21/17
SQL Column:  PROVIDER_TRANSACTION_CODE
Java Field:  providerTransactionCode
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
Identifier of the transaction. Assigned by a processor.
Added On:  03/11/17
SQL Column:  RATE
Java Field:  rate
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Split rate that is going to be received by a merchant account as a part of subsequent transaction processing.
Added On:  03/11/17
SQL Column:  SPLIT_IN_TRANSACTION_FK
Java Field:  splitInTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Charge Transaction
Attributes:
Reference to the etity that represents information about split-in transaction details.
Added On:  03/11/17
SQL Column:  SPLIT_OUT_TRANSACTION_FK
Java Field:  splitOutTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Charge Transaction
Attributes:
Reference to the etity that represents information about split-out transaction details.
Added On:  03/11/17
SQL Column:  SPLIT_SCHEMA_CONTENT
Java Field:  splitSchemaContent
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Split payment data received in an API call. Contains information about the merchants that are going to be the recipients of funds and the amounts/rates that are going to be received as a part of transaction processing.