VoucherRedemption
A record of a single redemption transaction against a voucher. Each VoucherRedemption captures one visit to a vendor or agent where part or all of a voucher's value or entitled commodities were collected. For single-use vouchers, there is one VoucherRedemption. For incremental redemption (common in WFP value voucher programs), multiple VoucherRedemption records track each visit.
https://publicschema.org/VoucherRedemption
Supertypes
Properties
| Property | Type | Definition |
|---|---|---|
| record_id from Event | string | The identifier assigned to this record by the system that created it. Used to re... |
| voucher_ref | concept:Voucher | A reference to the voucher that this record relates to. |
| redemption_date | date | The date on which the voucher was redeemed at a vendor or agent. |
| redeemed_by | concept:Person | The person who presented the voucher for redemption. |
| redemption_agent | string | The merchant, vendor, or agent who accepted the voucher for redemption. |
| amount | decimal | The monetary or quantitative value. |
| currency | string (currency) | The ISO 4217 currency code for a monetary value. |
| items | concept:DeliveryItem | The list of commodity line items in this delivery or voucher. |
Evidence
Not yet found in mapped delivery systems.
No direct analog in the six mapped SP systems. The GovStack Payments Building Block models voucher redemption as an API operation but not as a standalone entity. WFP SCOPE tracks individual vendor transactions against value vouchers, which is the closest real-world pattern.