A JSON object containing dine-in voucher details.
Name | Type | Description | Notes |
---|---|---|---|
title | String | The title of the voucher. | [optional] |
discountedPrice | String | The amount paid after discount is applied in local currency. | [optional] |
originalPrice | String | The original amount before discount is applied in local currency. | [optional] |
descriptionInfo | VoucherDescriptionInfo | [optional] | |
voucherType | VoucherTypeEnum | The type of the dine-in voucher. | [optional] |
Name | Value |
---|---|
CASH | "CASH" |
ITEM | "ITEM" |
UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |