Sha256: 7f5ebb8d5586b137911fb5a3c8f1390b328097c0f1753c98b6f18b3981540787
Contents?: true
Size: 792 Bytes
Versions: 1
Compression:
Stored size: 792 Bytes
Contents
# VoucherifySdk::DiscountAmount ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | Defines the type of the voucher. | [default to 'AMOUNT'] | | **amount_off** | **Float** | Amount taken off the subtotal of a price. Value is multiplied by 100 to precisely represent 2 decimal places. For example, a $10 discount is written as 1000. | | | **amount_off_formula** | **String** | | [optional] | | **aggregated_amount_limit** | **Integer** | Maximum discount amount per order. | [optional] | | **effect** | [**DiscountAmountVouchersEffectTypes**](DiscountAmountVouchersEffectTypes.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/DiscountAmount.md |