priceChangeBehavior property
Specifies how price changes affect pre-existing pre-orders.
Required. Immutable. Possible string values are:
- "PRE_ORDER_PRICE_CHANGE_BEHAVIOR_UNSPECIFIED" : Unspecified price change behavior. Must not be used.
- "PRE_ORDER_PRICE_CHANGE_BEHAVIOR_TWO_POINT_LOWEST" : The buyer gets charged the minimum between the initial price at the time of pre-order and the final offer price on the release date.
- "PRE_ORDER_PRICE_CHANGE_BEHAVIOR_NEW_ORDERS_ONLY" : The buyer gets the same price as the one they pre-ordered, regardless of any price changes that may have happened after the pre-order.
Implementation
core.String? priceChangeBehavior;