CreateAccessPlanData¶ class CreateAccessPlanData[source]¶ Data for creating a tenant access plan. tenant_id: str¶ The id of the tenant to create the plan for. currency: Currency¶ The currency for the access pass. amount: str¶ The price of the tenant-wide access pass. refund_period: timedelta¶ The period during which a refund can be requested for the pass. tax_behavior: TaxBehavior¶ How tax should be handled for the price. duration: timedelta¶ The duration for which the access pass is valid.