@@ -72,7 +72,7 @@ def create(
72
72
invoicing_threshold : Optional [str ] | NotGiven = NOT_GIVEN ,
73
73
metadata : Optional [Dict [str , Optional [str ]]] | NotGiven = NOT_GIVEN ,
74
74
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 ,
76
76
plan_id : Optional [str ] | NotGiven = NOT_GIVEN ,
77
77
price_overrides : Optional [Iterable [subscription_create_params .PriceOverride ]] | NotGiven = NOT_GIVEN ,
78
78
start_date : Union [str , datetime , None ] | NotGiven = NOT_GIVEN ,
@@ -1366,7 +1366,7 @@ def schedule_plan_change(
1366
1366
external_plan_id : Optional [str ] | NotGiven = NOT_GIVEN ,
1367
1367
initial_phase_order : Optional [int ] | NotGiven = NOT_GIVEN ,
1368
1368
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 ,
1370
1370
plan_id : Optional [str ] | NotGiven = NOT_GIVEN ,
1371
1371
price_overrides : Optional [Iterable [subscription_schedule_plan_change_params .PriceOverride ]]
1372
1372
| NotGiven = NOT_GIVEN ,
@@ -1784,7 +1784,7 @@ async def create(
1784
1784
invoicing_threshold : Optional [str ] | NotGiven = NOT_GIVEN ,
1785
1785
metadata : Optional [Dict [str , Optional [str ]]] | NotGiven = NOT_GIVEN ,
1786
1786
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 ,
1788
1788
plan_id : Optional [str ] | NotGiven = NOT_GIVEN ,
1789
1789
price_overrides : Optional [Iterable [subscription_create_params .PriceOverride ]] | NotGiven = NOT_GIVEN ,
1790
1790
start_date : Union [str , datetime , None ] | NotGiven = NOT_GIVEN ,
@@ -3078,7 +3078,7 @@ async def schedule_plan_change(
3078
3078
external_plan_id : Optional [str ] | NotGiven = NOT_GIVEN ,
3079
3079
initial_phase_order : Optional [int ] | NotGiven = NOT_GIVEN ,
3080
3080
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 ,
3082
3082
plan_id : Optional [str ] | NotGiven = NOT_GIVEN ,
3083
3083
price_overrides : Optional [Iterable [subscription_schedule_plan_change_params .PriceOverride ]]
3084
3084
| NotGiven = NOT_GIVEN ,
0 commit comments