company.ProductUpfront

The upfront settings for a product

Field Type Description
upfront_use_default Bool Should the upfront settings of the shop be used for this product?
upfront_type String? Nullable. The type of upfront settings (days or hours)
upfront_days Int? Nullable. How many days upfront should this product be ordered?
upfront_time Time? Nullable. Before what time should the product be ordered upfront?
upfront_hours Int? Nullable. How many hours upfront should this product be ordered?
upfront_minutes Int? Nullable. How many minutes (and hours) upfront should this product be ordered?

Examples

Example 1

{
    "upfront_use_default": true,
    "upfront_type": "days",
    "upfront_days": 16,
    "upfront_time": "12:00",
    "upfront_hours": 13,
    "upfront_minutes": 16
}
1.9.0 stable