Paper Statement Detail UML


Added On:  02/13/12 
SQL Table:  PAPER_STATEMENT_DETAIL 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  PaperStatementDetail 
Added On:  02/13/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:  02/13/12
SQL Column:  BILLING_DATE
Java Field:  billingDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Added On:  02/13/12
SQL Column:  COLLECTIONS_TRANSACTION_FK
Java Field:  collectionsTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents collections transactions information.
Added On:  02/13/12
SQL Column:  DUE_DATE
Java Field:  dueDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Added On:  02/13/12
SQL Column:  EXTERNAL_REFERENCE_CODE
Java Field:  externalReferenceCode
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required
Identifier of the object used for references; auto-incremented integer value.
Added On:  02/13/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:  02/13/12
SQL Column:  NOTE
Java Field:  note
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  PAPER_STATEMENT_FK
Java Field:  paperStatement
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Paper Statement
Attributes:
Reference to the entity that represents paper statement information.