Reseller Commission Detail UML


Added On:  03/16/12 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  ResellerCommissionDetail 
Entity that represents additional details about reseller's comissions.
Added On:  03/16/12
SQL Column:  COMMISSION_BASIS_CL
Java Field:  commissionBasisCl
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Represents the basis type of comissions selected for this reseller.
Added On:  03/16/12
SQL Column:  FEE_SCHEMA_DETAIL_FK
Java Field:  feeSchemaDetail
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Fee Schema Detail
Attributes:
Reference to the entity that represents additional information about fee schema.
Added On:  03/16/12
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Required
Identifier of the object used for references; auto-incremented integer value.
Added On:  03/16/12
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:  03/16/12
SQL Column:  RATE
Java Field:  rate
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: