@@ -501,6 +501,12 @@ def test_method_price_intervals_with_all_params(self, client: Orb) -> None:
501
501
"unit_config" : {"unit_amount" : "string" },
502
502
"currency" : "string" ,
503
503
},
504
+ "allocation_price" : {
505
+ "currency" : "USD" ,
506
+ "amount" : 0 ,
507
+ "cadence" : "monthly" ,
508
+ "expires_at_end_of_cadence" : True ,
509
+ },
504
510
"start_date" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
505
511
"end_date" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
506
512
"fixed_fee_quantity_transitions" : [
@@ -551,6 +557,12 @@ def test_method_price_intervals_with_all_params(self, client: Orb) -> None:
551
557
"unit_config" : {"unit_amount" : "string" },
552
558
"currency" : "string" ,
553
559
},
560
+ "allocation_price" : {
561
+ "currency" : "USD" ,
562
+ "amount" : 0 ,
563
+ "cadence" : "monthly" ,
564
+ "expires_at_end_of_cadence" : True ,
565
+ },
554
566
"start_date" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
555
567
"end_date" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
556
568
"fixed_fee_quantity_transitions" : [
@@ -601,6 +613,12 @@ def test_method_price_intervals_with_all_params(self, client: Orb) -> None:
601
613
"unit_config" : {"unit_amount" : "string" },
602
614
"currency" : "string" ,
603
615
},
616
+ "allocation_price" : {
617
+ "currency" : "USD" ,
618
+ "amount" : 0 ,
619
+ "cadence" : "monthly" ,
620
+ "expires_at_end_of_cadence" : True ,
621
+ },
604
622
"start_date" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
605
623
"end_date" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
606
624
"fixed_fee_quantity_transitions" : [
@@ -1598,6 +1616,12 @@ async def test_method_price_intervals_with_all_params(self, async_client: AsyncO
1598
1616
"unit_config" : {"unit_amount" : "string" },
1599
1617
"currency" : "string" ,
1600
1618
},
1619
+ "allocation_price" : {
1620
+ "currency" : "USD" ,
1621
+ "amount" : 0 ,
1622
+ "cadence" : "monthly" ,
1623
+ "expires_at_end_of_cadence" : True ,
1624
+ },
1601
1625
"start_date" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
1602
1626
"end_date" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
1603
1627
"fixed_fee_quantity_transitions" : [
@@ -1648,6 +1672,12 @@ async def test_method_price_intervals_with_all_params(self, async_client: AsyncO
1648
1672
"unit_config" : {"unit_amount" : "string" },
1649
1673
"currency" : "string" ,
1650
1674
},
1675
+ "allocation_price" : {
1676
+ "currency" : "USD" ,
1677
+ "amount" : 0 ,
1678
+ "cadence" : "monthly" ,
1679
+ "expires_at_end_of_cadence" : True ,
1680
+ },
1651
1681
"start_date" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
1652
1682
"end_date" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
1653
1683
"fixed_fee_quantity_transitions" : [
@@ -1698,6 +1728,12 @@ async def test_method_price_intervals_with_all_params(self, async_client: AsyncO
1698
1728
"unit_config" : {"unit_amount" : "string" },
1699
1729
"currency" : "string" ,
1700
1730
},
1731
+ "allocation_price" : {
1732
+ "currency" : "USD" ,
1733
+ "amount" : 0 ,
1734
+ "cadence" : "monthly" ,
1735
+ "expires_at_end_of_cadence" : True ,
1736
+ },
1701
1737
"start_date" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
1702
1738
"end_date" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
1703
1739
"fixed_fee_quantity_transitions" : [
0 commit comments