Revenue Transaction UML


Parent:    Account Transaction
Added On:  03/16/12 
SQL Table:  REVENUE_TRANSACTION 
Module:  UniBill 
Type:  Entity  Status:  Active 
Java Class:  RevenueTransaction 
Added On:  03/16/12
SQL Column:  CHARGE_FK
Java Field:  charge
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Charge
Attributes:
Added On:  03/16/12
SQL Column:  IS_COMPLIMENTARY
Java Field:  isComplimentary
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Added On:  03/16/12
SQL Column:  IS_FIRST_TIME
Java Field:  isFirstTime
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes:
Added On:  03/16/12
SQL Column:  IS_FORCE_STATEMENT
Java Field:  isForceStatement
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Added On:  03/16/12
SQL Column:  IS_INACTIVE_PAYMENT_OPTION
Java Field:  isInactivePaymentOption
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes:
Added On:  03/16/12
SQL Column:  IS_LAST_TIME
Java Field:  isLastTime
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes:
Added On:  01/06/15
SQL Column:  ITEM_DESCRIPTION
Java Field:  itemDescription
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  03/16/12
SQL Column:  ITEM_FK
Java Field:  item
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Item
Attributes:
Reference to the entity that represents information about the selected item.
Added On:  03/16/12
SQL Column:  LAST_BILLING_DATE
Java Field:  lastBillingDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Added On:  03/16/12
SQL Column:  PAYMENT_OPTION_FK
Java Field:  paymentOption
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Payment Option
Attributes:
Reference to the entity that represents payment options.