StorefrontProductTrialDto
eligiblebooleanRequired
Indicates whether the customer is eligible for the trial period.
enabledbooleanRequired
Indicates whether the trial period is enabled for this product.
period_scaleenumRequired
Possible enum values
invaliddayweekmonthyear
period_valueintegerRequired
The duration value of the trial period.
Example
{
"eligible": true,
"enabled": true,
"period_scale": "invalid",
"period_value": 0
}