@@ -301,6 +301,7 @@ module PriceType
301301
302302 USAGE_PRICE = :usage_price
303303 FIXED_PRICE = :fixed_price
304+ COMPOSITE_PRICE = :composite_price
304305
305306 # @!method self.values
306307 # @return [Array<Symbol>]
@@ -537,6 +538,7 @@ module PriceType
537538
538539 USAGE_PRICE = :usage_price
539540 FIXED_PRICE = :fixed_price
541+ COMPOSITE_PRICE = :composite_price
540542
541543 # @!method self.values
542544 # @return [Array<Symbol>]
@@ -773,6 +775,7 @@ module PriceType
773775
774776 USAGE_PRICE = :usage_price
775777 FIXED_PRICE = :fixed_price
778+ COMPOSITE_PRICE = :composite_price
776779
777780 # @!method self.values
778781 # @return [Array<Symbol>]
@@ -1009,6 +1012,7 @@ module PriceType
10091012
10101013 USAGE_PRICE = :usage_price
10111014 FIXED_PRICE = :fixed_price
1015+ COMPOSITE_PRICE = :composite_price
10121016
10131017 # @!method self.values
10141018 # @return [Array<Symbol>]
@@ -1245,6 +1249,7 @@ module PriceType
12451249
12461250 USAGE_PRICE = :usage_price
12471251 FIXED_PRICE = :fixed_price
1252+ COMPOSITE_PRICE = :composite_price
12481253
12491254 # @!method self.values
12501255 # @return [Array<Symbol>]
@@ -1484,6 +1489,7 @@ module PriceType
14841489
14851490 USAGE_PRICE = :usage_price
14861491 FIXED_PRICE = :fixed_price
1492+ COMPOSITE_PRICE = :composite_price
14871493
14881494 # @!method self.values
14891495 # @return [Array<Symbol>]
@@ -1771,6 +1777,7 @@ module PriceType
17711777
17721778 USAGE_PRICE = :usage_price
17731779 FIXED_PRICE = :fixed_price
1780+ COMPOSITE_PRICE = :composite_price
17741781
17751782 # @!method self.values
17761783 # @return [Array<Symbol>]
@@ -2056,6 +2063,7 @@ module PriceType
20562063
20572064 USAGE_PRICE = :usage_price
20582065 FIXED_PRICE = :fixed_price
2066+ COMPOSITE_PRICE = :composite_price
20592067
20602068 # @!method self.values
20612069 # @return [Array<Symbol>]
@@ -2406,6 +2414,7 @@ module PriceType
24062414
24072415 USAGE_PRICE = :usage_price
24082416 FIXED_PRICE = :fixed_price
2417+ COMPOSITE_PRICE = :composite_price
24092418
24102419 # @!method self.values
24112420 # @return [Array<Symbol>]
@@ -2645,6 +2654,7 @@ module PriceType
26452654
26462655 USAGE_PRICE = :usage_price
26472656 FIXED_PRICE = :fixed_price
2657+ COMPOSITE_PRICE = :composite_price
26482658
26492659 # @!method self.values
26502660 # @return [Array<Symbol>]
@@ -2971,6 +2981,7 @@ module PriceType
29712981
29722982 USAGE_PRICE = :usage_price
29732983 FIXED_PRICE = :fixed_price
2984+ COMPOSITE_PRICE = :composite_price
29742985
29752986 # @!method self.values
29762987 # @return [Array<Symbol>]
@@ -3209,6 +3220,7 @@ module PriceType
32093220
32103221 USAGE_PRICE = :usage_price
32113222 FIXED_PRICE = :fixed_price
3223+ COMPOSITE_PRICE = :composite_price
32123224
32133225 # @!method self.values
32143226 # @return [Array<Symbol>]
@@ -3469,6 +3481,7 @@ module PriceType
34693481
34703482 USAGE_PRICE = :usage_price
34713483 FIXED_PRICE = :fixed_price
3484+ COMPOSITE_PRICE = :composite_price
34723485
34733486 # @!method self.values
34743487 # @return [Array<Symbol>]
@@ -3707,6 +3720,7 @@ module PriceType
37073720
37083721 USAGE_PRICE = :usage_price
37093722 FIXED_PRICE = :fixed_price
3723+ COMPOSITE_PRICE = :composite_price
37103724
37113725 # @!method self.values
37123726 # @return [Array<Symbol>]
@@ -3986,6 +4000,7 @@ module PriceType
39864000
39874001 USAGE_PRICE = :usage_price
39884002 FIXED_PRICE = :fixed_price
4003+ COMPOSITE_PRICE = :composite_price
39894004
39904005 # @!method self.values
39914006 # @return [Array<Symbol>]
@@ -4268,6 +4283,7 @@ module PriceType
42684283
42694284 USAGE_PRICE = :usage_price
42704285 FIXED_PRICE = :fixed_price
4286+ COMPOSITE_PRICE = :composite_price
42714287
42724288 # @!method self.values
42734289 # @return [Array<Symbol>]
@@ -4542,6 +4558,7 @@ module PriceType
45424558
45434559 USAGE_PRICE = :usage_price
45444560 FIXED_PRICE = :fixed_price
4561+ COMPOSITE_PRICE = :composite_price
45454562
45464563 # @!method self.values
45474564 # @return [Array<Symbol>]
@@ -4811,6 +4828,7 @@ module PriceType
48114828
48124829 USAGE_PRICE = :usage_price
48134830 FIXED_PRICE = :fixed_price
4831+ COMPOSITE_PRICE = :composite_price
48144832
48154833 # @!method self.values
48164834 # @return [Array<Symbol>]
@@ -5154,6 +5172,7 @@ module PriceType
51545172
51555173 USAGE_PRICE = :usage_price
51565174 FIXED_PRICE = :fixed_price
5175+ COMPOSITE_PRICE = :composite_price
51575176
51585177 # @!method self.values
51595178 # @return [Array<Symbol>]
@@ -5431,6 +5450,7 @@ module PriceType
54315450
54325451 USAGE_PRICE = :usage_price
54335452 FIXED_PRICE = :fixed_price
5453+ COMPOSITE_PRICE = :composite_price
54345454
54355455 # @!method self.values
54365456 # @return [Array<Symbol>]
@@ -5722,6 +5742,7 @@ module PriceType
57225742
57235743 USAGE_PRICE = :usage_price
57245744 FIXED_PRICE = :fixed_price
5745+ COMPOSITE_PRICE = :composite_price
57255746
57265747 # @!method self.values
57275748 # @return [Array<Symbol>]
@@ -6018,6 +6039,7 @@ module PriceType
60186039
60196040 USAGE_PRICE = :usage_price
60206041 FIXED_PRICE = :fixed_price
6042+ COMPOSITE_PRICE = :composite_price
60216043
60226044 # @!method self.values
60236045 # @return [Array<Symbol>]
@@ -6313,6 +6335,7 @@ module PriceType
63136335
63146336 USAGE_PRICE = :usage_price
63156337 FIXED_PRICE = :fixed_price
6338+ COMPOSITE_PRICE = :composite_price
63166339
63176340 # @!method self.values
63186341 # @return [Array<Symbol>]
@@ -6552,6 +6575,7 @@ module PriceType
65526575
65536576 USAGE_PRICE = :usage_price
65546577 FIXED_PRICE = :fixed_price
6578+ COMPOSITE_PRICE = :composite_price
65556579
65566580 # @!method self.values
65576581 # @return [Array<Symbol>]
@@ -6867,6 +6891,7 @@ module PriceType
68676891
68686892 USAGE_PRICE = :usage_price
68696893 FIXED_PRICE = :fixed_price
6894+ COMPOSITE_PRICE = :composite_price
68706895
68716896 # @!method self.values
68726897 # @return [Array<Symbol>]
@@ -7248,6 +7273,7 @@ module PriceType
72487273
72497274 USAGE_PRICE = :usage_price
72507275 FIXED_PRICE = :fixed_price
7276+ COMPOSITE_PRICE = :composite_price
72517277
72527278 # @!method self.values
72537279 # @return [Array<Symbol>]
@@ -7506,6 +7532,7 @@ module PriceType
75067532
75077533 USAGE_PRICE = :usage_price
75087534 FIXED_PRICE = :fixed_price
7535+ COMPOSITE_PRICE = :composite_price
75097536
75107537 # @!method self.values
75117538 # @return [Array<Symbol>]
0 commit comments