Return Fee UML


Added On:  03/16/12 
SQL Table:  RETURN_FEE 
Module:  UniBill 
Type:  Entity  Status:  Active 
Java Class:  ReturnFee 
Added On:  03/16/12
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:  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:  IS_ACTIVE
Java Field:  isActive
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes:
Indicates whether the record is active in the system.
Added On:  03/16/12
SQL Column:  ITEM_FK
Java Field:  item
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Item
Attributes:
Added On:  03/16/12
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:  03/16/12
SQL Column:  RETURN_CL
Java Field:  returnCl
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
References Return Classifier
Attributes:
Represents the type of return fee.