Distribution Statement UML
Added On: 02/18/15
Module: UniCore
Type: Entity
Status: Active
Java Class: DistributionStatement
Entity that represents general information about distribution statement.
Added On: 02/18/15
SQL Column: ADJUSTED_AMOUNT
Java Field: adjustedAmount
Status: Active
SQL Type: int(11)
Java Type: Integer
Total amount on the statement after adjustments.
If adjusted amount is below the original amount, it means that:
1) the money has been withdrawn "manually", or
2) the balance in the previous statement was negative.
If adjusted amount is above the original one, it means that:
1) the money has been added manually, or
2) some former debt has been returned, or
3) the money from reserve has been returned.
Added On: 02/18/15
SQL Column: AMOUNT
Java Field: amount
Status: Active
SQL Type: int(11)
Java Type: Integer
The amount element defines the amount of the transaction. Supply the value in cents without a decimal point.
Added On: 02/18/15
SQL Column: APPROVER_CODE
Java Field: approverCode
Status: Active
SQL Type: varchar(60)
Java Type: String
Code of the user that approved the statement.
Added On: 02/18/15
SQL Column: CREATE_DATE
Java Field: createDate
Status: Active
SQL Type: datetime
Java Type: Date
Date when the record was created
Added On: 02/18/15
SQL Column: DISTRIBUTION_SCHEMA_FK
Java Field: distributionSchema
Status: Active
SQL Type: int(11)
Java Type: Integer
Reference to the entity that represents distribution schema information.
Added On: 08/31/16
SQL Column: DISTRIBUTION_STATEMENT_DETAIL_FK
Java Field: distributionStatementDetails
Status: Active
SQL Type: bigint(20)
Java Type: Long
Reference to the entity that represents distribution statement details information.
Added On: 02/18/15
SQL Column: DUE_DATE
Java Field: dueDate
Status: Active
SQL Type: datetime
Java Type: Date
Added On: 02/18/15
SQL Column: EMAIL_SENT_DATE
Java Field: emailSentDate
Status: Active
SQL Type: datetime
Java Type: Date
Date when the email was sent.
Added On: 02/18/15
SQL Column: END_DATE
Java Field: endDate
Status: Active
SQL Type: datetime
Java Type: Date
Distribution statement end date.
Added On: 02/18/15
SQL Column: ID
Java Field: id
Status: Active
SQL Type: bigint(20)
Java Type: Long
Attributes:
Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Added On: 02/18/15
SQL Column: NOTE
Java Field: note
Status: Active
SQL Type: varchar(1024)
Java Type: String
Any additional information about the distribution statement.
Added On: 02/18/15
SQL Column: REMITTER_CODE
Java Field: remitterCode
Status: Active
SQL Type: varchar(60)
Java Type: String
Added On: 03/02/15
SQL Column: REMITTER_FK
Java Field: remitter
Status: Active
SQL Type: int(11)
Java Type: Integer
Reference to the entity that represents the merchant who is remitter in the gateway.
Added On: 02/18/15
SQL Column: RESELLER_FK
Java Field: reseller
Status: Active
SQL Type: int(11)
Java Type: Integer
Reference to the entity that represents reseller information.
Added On: 02/18/15
SQL Column: START_DATE
Java Field: startDate
Status: Active
SQL Type: datetime
Java Type: Date
Distribution statement start date.
Added On: 02/18/15
SQL Column: STATUS_CL
Java Field: statusCl
Status: Active
SQL Type: varchar(1)
Java Type: String
Represents current (or selected) status of the statement.
Added On: 02/18/15
SQL Column: TRANSACTION_CODE
Java Field: transactionCode
Status: Active
SQL Type: varchar(24)
Java Type: String
Code of the initial transaction.