| Name | Type | Description | Notes |
|---|---|---|---|
| provider_code | string | The provider of the product | |
| sku_code | string | Unique code to be used in conjunction with `SendTransfer` (SKU: "Stock Keeping Unit"). | |
| localization_key | string | Key to be used in conjunction with `GetProductDescriptions` | |
| setting_definitions | \Parenthesis\DingConnect\Model\SettingDefinition[] | Name/Value pairs that should be submitted during `SendTransfer` | |
| maximum | \Parenthesis\DingConnect\Model\Price | The Maximum price that can be sold | |
| minimum | \Parenthesis\DingConnect\Model\Price | The Minimum price that can be sold | |
| commission_rate | float | The rate of commission that will be applied for selling this product | |
| processing_mode | string | Transaction processing mode for this product | |
| redemption_mechanism | string | Indicates if the customer is required to take further action in order to redeem the transfer | |
| benefits | string[] | What type of benefits will the transfer give to the target account | |
| validity_period_iso | string | How long is the product valid for after purchase | [optional] |
| uat_number | string | User Acceptance Test Number | |
| additional_information | string | Any distributor specific information/caveats about this particular product | [optional] |
| default_display_text | string | The Display text from the `LocalizedProductDescription` in the default language (usually "en"). | |
| region_code | string | Region for this product |