TrialEligibilityOverrideDto
created_atstringRequired
The date and time when this override was created.
created_byActorDtoRequired
typeenumRequired
Possible enum values
anonymoususerapi_keycustomergame_serverinternaladminplatformglobal_customer
idFlakeIdOptional
customer_idFlakeIdRequired
expires_atstringRequired
The date and time when this override expires and is no longer valid.
idFlakeIdRequired
pretty_idstringRequired
The human-readable formatted version of the override identifier.
product_idFlakeIdRequired
product_namestringRequired
The name of the product associated with this override.
store_idFlakeIdRequired
deleted_atstringOptional
The date and time when this override was deleted, if applicable.
deleted_byActorDtoOptional
typeenumRequired
Possible enum values
anonymoususerapi_keycustomergame_serverinternaladminplatformglobal_customer
idFlakeIdOptional
notestringOptional
An optional note or comment about this override.
product_image_urlstringOptional
The URL of the product image, if available.
used_atstringOptional
The date and time when this override was used to start a trial, if applicable.
used_on_trial_idFlakeIdOptional
Example
{
"created_at": "2024-01-01T00:00:00Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"customer_id": "411486491630370816",
"expires_at": "2024-01-01T00:00:00Z",
"id": "411486491630370816",
"pretty_id": "string",
"product_id": "411486491630370816",
"product_name": "string",
"store_id": "411486491630370816",
"product_image_url": "string",
"used_at": "2024-01-01T00:00:00Z",
"used_on_trial_id": "411486491630370816",
"note": "string",
"deleted_at": "2024-01-01T00:00:00Z",
"deleted_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}