Payout Statement Detail UML


Added On:  02/11/13 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  PayoutStatementDetail 
Added On:  02/11/13
SQL Column:  AMOUNT
Java Field:  amount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
The amount element defines the amount of the transaction. Supply the value in cents without a decimal point.
Added On:  02/11/13
SQL Column:  COMMISSION_AMOUNT
Java Field:  commissionAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  02/11/13
SQL Column:  DESCRIPTION
Java Field:  description
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  02/11/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:  02/11/13
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
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:  02/11/13
SQL Column:  PAYOUT_RATE
Java Field:  payoutRate
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  02/11/13
SQL Column:  PAYOUT_STATEMENT_FK
Java Field:  payoutStatement
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Payout Statement
Attributes:
Added On:  02/11/13
SQL Column:  POSITION
Java Field:  position
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  02/11/13
SQL Column:  TRANSACTION_AMOUNT
Java Field:  transactionAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  02/11/13
SQL Column:  TRANSACTION_CL
Java Field:  transactionCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Represents current (or selected) type of transaction for the payout statement.
Added On:  02/11/13
SQL Column:  TRANSACTION_COUNT
Java Field:  transactionCount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: