Sha256: 46fa30f1482d2eb88e014a2d86840b98f17ecef1b5b3f39f745a3ea7b7dadd49
Contents?: true
Size: 1.29 KB
Versions: 1
Compression:
Stored size: 1.29 KB
Contents
# VoucherifySdk::SimpleRedemptionRewardResult ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **customer** | [**SimpleCustomer**](SimpleCustomer.md) | | [optional] | | **assignment_id** | **String** | Unique reward assignment ID assigned by Voucherify. | [optional] | | **voucher** | [**SimpleVoucher**](SimpleVoucher.md) | | [optional] | | **product** | [**SimpleProduct**](SimpleProduct.md) | | [optional] | | **sku** | [**SimpleSku**](SimpleSku.md) | | [optional] | | **loyalty_tier_id** | **String** | Unique loyalty tier ID assigned by Voucherify. | [optional] | | **id** | **String** | Unique reward ID, assigned by Voucherify. | [optional] | | **object** | **String** | The type of object represented by the JSON. This object stores information about the reward. | [optional][default to 'reward'] | | **name** | **String** | Reward name. | [optional] | | **created_at** | **Time** | Timestamp representing the date and time when the reward was created in ISO 8601 format. | [optional] | | **updated_at** | **Time** | Timestamp representing the date and time when the reward was updated in ISO 8601 format. | [optional] | | **parameters** | **Object** | Defines how the reward is generated. | [optional] | | **type** | **String** | Reward type. | [optional] |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
voucherify-5.0.0 | docs/SimpleRedemptionRewardResult.md |