conversionRateModel property
Model type used to calculate the suggested conversion rate. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : The value is unknown in this version.
- "CUSTOMER_HISTORY" : Suggested conversion rate for the authenticated customer based on the previous 70 days.
- "INVENTORY_AGGRESSIVE" : Suggested conversion rate based on an aggressive rate for the entire inventory.
- "INVENTORY_CONSERVATIVE" : Suggested conversion rate based on a conservative rate for the entire inventory.
- "INVENTORY_MEDIAN" : Suggested conversion rate based on the median rate for the entire inventory.
Implementation
core.String? conversionRateModel;