@@ -75,6 +75,8 @@ def test_method_create_with_all_params(self, client: Orb) -> None:
7575 "values" : ["string" ],
7676 }
7777 ],
78+ "item_id" : "item_id" ,
79+ "per_unit_cost_basis" : "per_unit_cost_basis" ,
7880 },
7981 "discounts" : [
8082 {
@@ -205,6 +207,8 @@ def test_method_create_with_all_params(self, client: Orb) -> None:
205207 "values" : ["string" ],
206208 }
207209 ],
210+ "item_id" : "item_id" ,
211+ "per_unit_cost_basis" : "per_unit_cost_basis" ,
208212 },
209213 "discounts" : [
210214 {
@@ -657,7 +661,10 @@ def test_method_price_intervals_with_all_params(self, client: Orb) -> None:
657661 "values" : ["string" ],
658662 }
659663 ],
664+ "item_id" : "item_id" ,
665+ "per_unit_cost_basis" : "per_unit_cost_basis" ,
660666 },
667+ "can_defer_billing" : True ,
661668 "discounts" : [
662669 {
663670 "amount_discount" : 0 ,
@@ -910,6 +917,8 @@ def test_method_schedule_plan_change_with_all_params(self, client: Orb) -> None:
910917 "values" : ["string" ],
911918 }
912919 ],
920+ "item_id" : "item_id" ,
921+ "per_unit_cost_basis" : "per_unit_cost_basis" ,
913922 },
914923 "discounts" : [
915924 {
@@ -1033,6 +1042,8 @@ def test_method_schedule_plan_change_with_all_params(self, client: Orb) -> None:
10331042 "values" : ["string" ],
10341043 }
10351044 ],
1045+ "item_id" : "item_id" ,
1046+ "per_unit_cost_basis" : "per_unit_cost_basis" ,
10361047 },
10371048 "discounts" : [
10381049 {
@@ -1454,6 +1465,8 @@ async def test_method_create_with_all_params(self, async_client: AsyncOrb) -> No
14541465 "values" : ["string" ],
14551466 }
14561467 ],
1468+ "item_id" : "item_id" ,
1469+ "per_unit_cost_basis" : "per_unit_cost_basis" ,
14571470 },
14581471 "discounts" : [
14591472 {
@@ -1584,6 +1597,8 @@ async def test_method_create_with_all_params(self, async_client: AsyncOrb) -> No
15841597 "values" : ["string" ],
15851598 }
15861599 ],
1600+ "item_id" : "item_id" ,
1601+ "per_unit_cost_basis" : "per_unit_cost_basis" ,
15871602 },
15881603 "discounts" : [
15891604 {
@@ -2036,7 +2051,10 @@ async def test_method_price_intervals_with_all_params(self, async_client: AsyncO
20362051 "values" : ["string" ],
20372052 }
20382053 ],
2054+ "item_id" : "item_id" ,
2055+ "per_unit_cost_basis" : "per_unit_cost_basis" ,
20392056 },
2057+ "can_defer_billing" : True ,
20402058 "discounts" : [
20412059 {
20422060 "amount_discount" : 0 ,
@@ -2289,6 +2307,8 @@ async def test_method_schedule_plan_change_with_all_params(self, async_client: A
22892307 "values" : ["string" ],
22902308 }
22912309 ],
2310+ "item_id" : "item_id" ,
2311+ "per_unit_cost_basis" : "per_unit_cost_basis" ,
22922312 },
22932313 "discounts" : [
22942314 {
@@ -2412,6 +2432,8 @@ async def test_method_schedule_plan_change_with_all_params(self, async_client: A
24122432 "values" : ["string" ],
24132433 }
24142434 ],
2435+ "item_id" : "item_id" ,
2436+ "per_unit_cost_basis" : "per_unit_cost_basis" ,
24152437 },
24162438 "discounts" : [
24172439 {
0 commit comments