Sha256: 1fbad144cdb4201d47f3cc9e0be6aed3734e6ea8879f36efcd4a4e637b244ddc
Contents?: true
Size: 912 Bytes
Versions: 1
Compression:
Stored size: 912 Bytes
Contents
# VoucherifySdk::DiscountPercent ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | Defines the type of the voucher. | [default to 'PERCENT'] | | **percent_off** | **Float** | The percent discount that the customer will receive. | | | **percent_off_formula** | **String** | | [optional] | | **amount_limit** | **Float** | Upper limit allowed to be applied as a discount. Value is multiplied by 100 to precisely represent 2 decimal places. For example, a $6 maximum discount is written as 600. | [optional] | | **aggregated_amount_limit** | **Integer** | Maximum discount amount per order. | [optional] | | **effect** | [**DiscountPercentVouchersEffectTypes**](DiscountPercentVouchersEffectTypes.md) | | [optional] | | **is_dynamic** | **Boolean** | Flag indicating whether the discount was calculated using a formula. | [optional] |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
voucherify-5.0.0 | docs/DiscountPercent.md |