@@ -72,7 +72,7 @@ def create(
7272 invoicing_threshold : Optional [str ] | NotGiven = NOT_GIVEN ,
7373 metadata : Optional [Dict [str , Optional [str ]]] | NotGiven = NOT_GIVEN ,
7474 net_terms : Optional [int ] | NotGiven = NOT_GIVEN ,
75- per_credit_overage_amount : Optional [str ] | NotGiven = NOT_GIVEN ,
75+ per_credit_overage_amount : Optional [float ] | NotGiven = NOT_GIVEN ,
7676 plan_id : Optional [str ] | NotGiven = NOT_GIVEN ,
7777 price_overrides : Optional [Iterable [subscription_create_params .PriceOverride ]] | NotGiven = NOT_GIVEN ,
7878 start_date : Union [str , datetime , None ] | NotGiven = NOT_GIVEN ,
@@ -1366,7 +1366,7 @@ def schedule_plan_change(
13661366 external_plan_id : Optional [str ] | NotGiven = NOT_GIVEN ,
13671367 initial_phase_order : Optional [int ] | NotGiven = NOT_GIVEN ,
13681368 invoicing_threshold : Optional [str ] | NotGiven = NOT_GIVEN ,
1369- per_credit_overage_amount : Optional [str ] | NotGiven = NOT_GIVEN ,
1369+ per_credit_overage_amount : Optional [float ] | NotGiven = NOT_GIVEN ,
13701370 plan_id : Optional [str ] | NotGiven = NOT_GIVEN ,
13711371 price_overrides : Optional [Iterable [subscription_schedule_plan_change_params .PriceOverride ]]
13721372 | NotGiven = NOT_GIVEN ,
@@ -1784,7 +1784,7 @@ async def create(
17841784 invoicing_threshold : Optional [str ] | NotGiven = NOT_GIVEN ,
17851785 metadata : Optional [Dict [str , Optional [str ]]] | NotGiven = NOT_GIVEN ,
17861786 net_terms : Optional [int ] | NotGiven = NOT_GIVEN ,
1787- per_credit_overage_amount : Optional [str ] | NotGiven = NOT_GIVEN ,
1787+ per_credit_overage_amount : Optional [float ] | NotGiven = NOT_GIVEN ,
17881788 plan_id : Optional [str ] | NotGiven = NOT_GIVEN ,
17891789 price_overrides : Optional [Iterable [subscription_create_params .PriceOverride ]] | NotGiven = NOT_GIVEN ,
17901790 start_date : Union [str , datetime , None ] | NotGiven = NOT_GIVEN ,
@@ -3078,7 +3078,7 @@ async def schedule_plan_change(
30783078 external_plan_id : Optional [str ] | NotGiven = NOT_GIVEN ,
30793079 initial_phase_order : Optional [int ] | NotGiven = NOT_GIVEN ,
30803080 invoicing_threshold : Optional [str ] | NotGiven = NOT_GIVEN ,
3081- per_credit_overage_amount : Optional [str ] | NotGiven = NOT_GIVEN ,
3081+ per_credit_overage_amount : Optional [float ] | NotGiven = NOT_GIVEN ,
30823082 plan_id : Optional [str ] | NotGiven = NOT_GIVEN ,
30833083 price_overrides : Optional [Iterable [subscription_schedule_plan_change_params .PriceOverride ]]
30843084 | NotGiven = NOT_GIVEN ,
0 commit comments