Description:
Tracks the usage of vouchers applied to invoices. Each record captures the amount used and links the voucher to the invoice. Deprecated entity (since 2020-06-19), kept for backwards compatibility with legacy systems; no new rows are expected.
🔑 Primary Key
id
| Field Name | Data Type | Description |
|---|---|---|
id |
NUMBER | Unique identifier for the voucher use record. |
used_value_gross |
NUMBER | Gross value of the voucher used (including taxes). |
used_value_net |
NUMBER | Net value of the voucher used (excluding taxes). |
invoice_id |
NUMBER | Identifier of the invoice where the voucher was applied. |
voucher_id |
NUMBER | Identifier of the voucher that was used. |
_snowflake_inserted_at |
TIMESTAMP_NTZ | System timestamp when the record was inserted into Snowflake. |
_snowflake_updated_at |
TIMESTAMP_NTZ | System timestamp when the record was last updated in Snowflake. |
_snowflake_deleted |
BOOLEAN | True if the record was deleted in the source. |