Experience variant
object
The experience_variant
object will inherit all attributes defined on the Variant object, plus it has access to the following attributes.
Attributes
experience_variant.deposit
The deposit of this experience variant if there’s a deposit present on the product. If the experience variant is accessed through an experience slot, the deposit will consider its availability on that specific slot, otherwise it will consider the last available slot’s start_on
.
experience_variant.payment_plan
The same as variant deposit
method with the caveat that if the experience variant is accessed through an experience slot, a payment plan will only be returned if the last payment date is before the slot’s start_on
.
experience_variant.pricing_strategy_per_item
boolean
Reflects the creator’s chosen pricing strategy for this variant. If true, this variant’s price is determined by the price tier configured for the chosen occupancy.
experience_variant.pricing_strategy_per_person
boolean
Reflects the creator’s chosen pricing strategy for this variant. If true, this variant’s price is proportional to the chosen occupancy, with the proportional increase determined by the configured price tiers.
experience_variant.type
string
Will return experience_variant
.