Sha256: f62ed9461692b4c3786edf0ef47dee3b6f27abcc59bd8e8cb0b711d29d519987
Contents?: true
Size: 1.24 KB
Versions: 1
Compression:
Stored size: 1.24 KB
Contents
# VoucherifySdk::SimpleVoucher ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | A unique identifier that represents the voucher assigned by Voucherify. | [optional] | | **code** | **String** | Voucher code. | | | **gift** | [**Gift**](Gift.md) | | [optional] | | **discount** | [**Discount**](Discount.md) | | [optional] | | **loyalty_card** | **Object** | Defines the loyalty card details. | [optional] | | **type** | **String** | Type of the object. | [optional][default to 'voucher'] | | **campaign** | **Object** | Campaign object | [optional] | | **campaign_id** | **String** | Campaign unique ID. | [optional] | | **is_referral_code** | **Boolean** | Flag indicating whether this voucher is a referral code; `true` for campaign type `REFERRAL_PROGRAM`. | [optional] | | **holder_id** | **String** | Unique customer ID of campaign owner. | [optional] | | **referrer_id** | **String** | Unique referrer ID. | [optional] | | **created_at** | **Time** | Timestamp representing the date and time when the order was created in ISO 8601 format. | [optional] | | **object** | **String** | The type of object represented by JSON. | [optional][default to 'voucher'] |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
voucherify-5.0.0 | docs/SimpleVoucher.md |