| Name | Type | Description | Notes |
|---|---|---|---|
| cohort_requirements | Vecmodels::CohortRequirement | ||
| offer_symbol | String | ||
| purchase_limit | Option<i32> | [optional] | |
| price | models::Price | ||
| player_stat_requirements | Vecmodels::PlayerStatRequirement | ||
| button_text | Option<std::collections::HashMap<String, String>> | [optional] | |
| schedule_instance_purchase_limit | Option<i32> | [optional] | |
| entitlement_requirements | Vecmodels::EntitlementRequirement | ||
| symbol | String | ||
| client_data | std::collections::HashMap<String, String> | ||
| schedule | Option<models::Schedule> | [optional] | |
| active_duration_cool_down_seconds | Option<i32> | [optional] | |
| active_duration_seconds | Option<i32> | [optional] | |
| active_duration_purchase_limit | Option<i32> | [optional] | |
| offer_requirements | Vecmodels::OfferRequirement | ||
| active_period | Option<models::Period> | [optional] |