SubscriptionChangeLineProductDto
The product associated with a subscription change line.
custom_variablesobjectRequired
Custom variables set on this line item, keyed by variable identifier.
idFlakeIdRequired
namestringRequired
Display name of the product.
version_idFlakeIdRequired
image_urlstringOptional
URL of the product image, if set.
pricing_region_idstringOptional
The pricing region used to determine the price, if applicable.
selected_gameserver_idFlakeIdOptional
Example
{
"custom_variables": {},
"id": "411486491630370816",
"name": "string",
"version_id": "411486491630370816",
"image_url": "string",
"selected_gameserver_id": "411486491630370816",
"pricing_region_id": "string"
}