prepaid_type
A block of prepaid that can be added to a subscription.
| Column name | Description | Data type |
|---|---|---|
| prepaid_type | Primary key. | charter varying (8) |
| company | Primary key.
Reference to company. Reference to quantity_type. Reference to currency. Reference to plan. |
smallint |
| name | text | |
| quantity | How much usage is contained in the block. | numeric (23,3) |
| quantity_type | The type of usage contained in the block.
Reference to quantity_type. |
integer |
| duration | How many duration_types this block will be valid for. | smallint |
| prepaid_duration_type | Reference to prepaid_duration_type. | smallint |
| currency | Reference to currency. | character varying (3) |
| plan | If true, this prepaid block is available only on certain plans.
Reference to plan. |
boolean * |
| prepaid_priority | Reference to prepaid_priority. | integer * |