bill_event | CHAR | varchar | | 40 | | | Describes the event which triggers the billing | |
calc_type | LONG | tinyint | | | | DIRECT | How the bill item is calculated: i.e., 0=percentage, 1=flat amt, default=0 | |
calc_type_str | CHAR | varchar | | 40 | | | How the bill item is calculated: i.e., percentage, flat amt (default=percentage) | |
calc_value | DECIMAL | decimal (19,4) | | | | CURRENCY | The calculated value of the bill item | |
dev | LONG | int | 151 | | 1 | DIRECT, ALLOW_NULL | Row version number for mobile distribution purposes | |
event_type | LONG | tinyint | | | | DIRECT | How the billing is to be triggered: i.e., 0=date based, 1=event based, default=0 | |
event_type_str | CHAR | varchar | | 40 | | | How the billing is to be triggered: i.e., date based, event based, default=date based | |
objid | LONG | int | 3 | | | DIRECT | Internal record number | |
start_dt | CLK_TIME | datetime | | | | | The start date of the billing | |