prepaid_voucher_type
A type of prepaid voucher that can be instantiated into actual vouchers.
| Column name | Description | Data type |
|---|---|---|
| prepaid_voucher_type | Primary key. | integer |
| company | Reference to company.
Reference to prepaid_type. |
integer |
| name | text | |
| prepaid_code | Reference to prepaid_type. | text |
| face_value | The expected retail price. | numeric (10,2) |
| batch_size | integer |