prepaid_voucher
Represents a single prepaid voucher.
| Column name | Description | Data type |
|---|---|---|
| company | Primary key.
Reference to company. |
integer |
| prepaid_voucher | voucher * | |
| prepaid_voucher_batch | Reference to prepaid_voucher_batch. | integer * |
| secret | A secret to verify that the voucher is authentic. | text |
| prepaid_voucher_type | Reference to prepaid_voucher_type. | integer |
| activated_time | If the voucher has been redeemed, this column contains the time at which it was redeemed. | timestamp with time zone * |
| activating_operator | Who redeemed the voucher.
Reference to operator. |
integer * |
| encrypted | boolean | |
| subscription | The subscription that the redeemed voucher has been allocated to.
Reference to subscription. |
integer * |