A rental option available for an asset, defining duration, price, and related links.
More...
|
|
int | id [get, set] |
| | The unique identifier for this rental option.
|
| |
|
string | name [get, set] |
| | The display name of this rental option.
|
| |
|
int | duration [get, set] |
| | The rental duration in seconds.
|
| |
|
int | price [get, set] |
| | The regular price for this rental option.
|
| |
|
object | sales_price [get, set] |
| | The sale price for this rental option, or null if not on sale.
|
| |
|
object | links [get, set] |
| | Links associated with this rental option.
|
| |
A rental option available for an asset, defining duration, price, and related links.