Customising subscriptions & pricing

Custom pricing lets you override a plan’s prices for a single customer’s subscription schedule, without touching the shared pricing plan every other customer is on.


Why this matters

Standard pricing plans apply the same prices to every subscription that uses them. When a customer negotiates terms that don’t fit any existing plan, custom pricing lets you override specific prices on their schedule while keeping everything else (products, entitlements, billing cadence) inherited from the plan.

How it works

Every price on a schedule is a Pricing (and its PricingItems) copied from the plan version. Overriding a price on a schedule creates a schedule-scoped copy: it keeps original_pricing_id/original_pricing_item_id pointing back to the plan-level price, sets override to SPECIFIC, and only affects that one schedule.

FieldOnDescription
pricing_plan_schedule_idPricing, PricingItemThe schedule this override belongs to. null for plan-level (shared) prices.
overridePricing, PricingItemSPECIFIC once a price has been overridden for a schedule; ALL (or unset) while it still follows the plan.
original_pricing_id / original_pricing_item_idPricing, PricingItemThe plan-level price this override was copied from.

This is a separate mechanism from rate cards: a rate card price moves in lockstep across every subscription linked to it, while a custom price only ever applies to the one schedule that overrides it. Rate cards don’t support per-customer overrides, so pick whichever mechanism matches what’s actually changing: one customer’s price, or everyone’s.

Other ways to manage pricing at scale

Custom pricing overrides prices for a single customer’s subscription schedule. If you instead need a price (for example, a credit or token value) to move in lockstep across many customers at once, use a rate card instead: every subscription linked to it shares the same price, and publishing a new version updates all of them together.

Discounts, commitments, and included volume are configured separately from price overrides. See discounts, commitments, and included volume for those.


Implementation

Via API

Find the price to override on the schedule’s combined pricing plan version:

GET
/v:version/pricing-plan-schedules/:resourceId
1curl https://test.api.solvimon.com/v1/pricing-plan-schedules/ \
2 -H "X-API-KEY: <apiKey>"
Response
1{
2 "object_type": "string",
3 "id": "string",
4 "type": "TRIAL",
5 "pricing_plan_subscription_id": "string",
6 "pricing_plan_id": "string",
7 "pricing_plan_version_id": "string",
8 "start_at": "2024-01-15T09:30:00Z",
9 "end_at": "2024-01-15T09:30:00Z",
10 "pricing_currency": "AED",
11 "billing_period": {
12 "type": "DAY",
13 "value": 1
14 },
15 "entitlements": [
16 {
17 "feature_id": "string",
18 "feature": {
19 "object_type": "string",
20 "id": "string",
21 "reference": "string",
22 "name": "string",
23 "description": "string",
24 "type": "SWITCH",
25 "enum_values": [
26 "string"
27 ],
28 "meter_value_calculation_id": "string",
29 "meter_value_calculation": {
30 "object_type": "string",
31 "id": "string",
32 "reference": "string",
33 "name": "string",
34 "description": "string",
35 "calculation_type": "SUM",
36 "persist": true,
37 "meter_id": "string",
38 "meter": {
39 "object_type": "string",
40 "id": "string",
41 "reference": "string",
42 "name": "string",
43 "description": "string",
44 "status": "DRAFT",
45 "meter_values": [
46 {
47 "id": "string",
48 "object": {
49 "object_type": "string",
50 "id": "string",
51 "reference": "string",
52 "name": "string",
53 "description": "string",
54 "status": "DRAFT",
55 "type": "NUMBER"
56 },
57 "required": true
58 }
59 ],
60 "meter_properties": [
61 {
62 "id": "string",
63 "object": {
64 "object_type": "string",
65 "id": "string",
66 "reference": "string",
67 "name": "string",
68 "description": "string",
69 "status": "DRAFT",
70 "type": "NUMBER",
71 "enum_values": [
72 "string"
73 ]
74 },
75 "required": true
76 }
77 ]
78 },
79 "meter_value_id": "string",
80 "meter_value": {
81 "object_type": "string",
82 "id": "string",
83 "reference": "string",
84 "name": "string",
85 "description": "string",
86 "status": "DRAFT",
87 "type": "NUMBER"
88 },
89 "meter_property_id": "string",
90 "meter_property": {
91 "object_type": "string",
92 "id": "string",
93 "reference": "string",
94 "name": "string",
95 "description": "string",
96 "status": "DRAFT",
97 "type": "NUMBER",
98 "enum_values": [
99 "string"
100 ]
101 }
102 }
103 },
104 "feature_reference": "string",
105 "override": true,
106 "number": "string",
107 "switch": true,
108 "amount": {
109 "quantity": "string",
110 "currency": "AED"
111 },
112 "enum": "string",
113 "string": "string",
114 "overwrite": true
115 }
116 ],
117 "discount": {
118 "pricing_item_configs": [
119 {
120 "ids": [
121 "string"
122 ],
123 "start_at": "2024-01-15T09:30:00Z",
124 "end_at": "2024-01-15T09:30:00Z",
125 "amount": {
126 "quantity": "string",
127 "currency": "AED"
128 },
129 "percentage": "string",
130 "condition": {
131 "comparator": "EQUALS",
132 "value": {
133 "amount": {
134 "quantity": "string",
135 "currency": "AED"
136 }
137 }
138 }
139 }
140 ],
141 "pricing_items": [
142 {
143 "ids": [
144 "string"
145 ],
146 "start_at": "2024-01-15T09:30:00Z",
147 "end_at": "2024-01-15T09:30:00Z",
148 "amount": {
149 "quantity": "string",
150 "currency": "AED"
151 },
152 "percentage": "string",
153 "condition": {
154 "comparator": "EQUALS",
155 "value": {
156 "amount": {
157 "quantity": "string",
158 "currency": "AED"
159 }
160 }
161 }
162 }
163 ],
164 "pricings": [
165 {
166 "ids": [
167 "string"
168 ],
169 "start_at": "2024-01-15T09:30:00Z",
170 "end_at": "2024-01-15T09:30:00Z",
171 "amount": {
172 "quantity": "string",
173 "currency": "AED"
174 },
175 "percentage": "string",
176 "condition": {
177 "comparator": "EQUALS",
178 "value": {
179 "amount": {
180 "quantity": "string",
181 "currency": "AED"
182 }
183 }
184 }
185 }
186 ],
187 "totals": [
188 {
189 "start_at": "string",
190 "end_at": "string",
191 "amount": {
192 "quantity": "string",
193 "currency": "AED"
194 },
195 "percentage": "string",
196 "coupon_id": "string",
197 "promotion_code_details": {
198 "promotion_code_id": "string",
199 "code": "string"
200 },
201 "condition": {
202 "comparator": "EQUALS",
203 "value": {
204 "amount": {
205 "quantity": "string",
206 "currency": "AED"
207 }
208 }
209 }
210 }
211 ],
212 "product_categories": [
213 {
214 "ids": [
215 "string"
216 ],
217 "start_at": "string",
218 "end_at": "string",
219 "amount": {
220 "quantity": "string",
221 "currency": "AED"
222 },
223 "percentage": "string",
224 "coupon_id": "string",
225 "promotion_code_details": {
226 "promotion_code_id": "string",
227 "code": "string"
228 },
229 "condition": {
230 "comparator": "EQUALS",
231 "value": {
232 "amount": {
233 "quantity": "string",
234 "currency": "AED"
235 }
236 }
237 }
238 }
239 ],
240 "products": [
241 {
242 "ids": [
243 "string"
244 ],
245 "start_at": "string",
246 "end_at": "string",
247 "amount": {
248 "quantity": "string",
249 "currency": "AED"
250 },
251 "percentage": "string",
252 "coupon_id": "string",
253 "promotion_code_details": {
254 "promotion_code_id": "string",
255 "code": "string"
256 },
257 "condition": {
258 "comparator": "EQUALS",
259 "value": {
260 "amount": {
261 "quantity": "string",
262 "currency": "AED"
263 }
264 }
265 }
266 }
267 ],
268 "product_items": [
269 {
270 "ids": [
271 "string"
272 ],
273 "start_at": "string",
274 "end_at": "string",
275 "amount": {
276 "quantity": "string",
277 "currency": "AED"
278 },
279 "percentage": "string",
280 "coupon_id": "string",
281 "promotion_code_details": {
282 "promotion_code_id": "string",
283 "code": "string"
284 },
285 "condition": {
286 "comparator": "EQUALS",
287 "value": {
288 "amount": {
289 "quantity": "string",
290 "currency": "AED"
291 }
292 }
293 }
294 }
295 ],
296 "product_item_meter_property_conditions": [
297 {
298 "ids": [
299 "string"
300 ],
301 "meter_property_condition_expression": {
302 "operator": "AND",
303 "operands": [
304 {
305 "meter_property": {
306 "id": "string",
307 "reference": "string",
308 "meter_property": {
309 "object_type": "string",
310 "id": "string",
311 "reference": "string",
312 "name": "string",
313 "description": "string",
314 "status": "DRAFT",
315 "type": "NUMBER",
316 "enum_values": [
317 "string"
318 ]
319 },
320 "value": "string",
321 "values": [
322 "string"
323 ],
324 "comparator": "EQUALS"
325 },
326 "expression": {}
327 }
328 ]
329 },
330 "start_at": "2024-01-15T09:30:00Z",
331 "end_at": "2024-01-15T09:30:00Z",
332 "amount": {
333 "quantity": "string",
334 "currency": "AED"
335 },
336 "percentage": "string",
337 "condition": {
338 "comparator": "EQUALS",
339 "value": {
340 "amount": {
341 "quantity": "string",
342 "currency": "AED"
343 }
344 }
345 },
346 "coupon_id": "string",
347 "promotion_code_details": {
348 "promotion_code_id": "string",
349 "code": "string"
350 }
351 }
352 ]
353 },
354 "markup": {
355 "pricing_item_configs": [
356 {
357 "ids": [
358 "string"
359 ],
360 "start_at": "2024-01-15T09:30:00Z",
361 "end_at": "2024-01-15T09:30:00Z",
362 "amount": {
363 "quantity": "string",
364 "currency": "AED"
365 },
366 "percentage": "string"
367 }
368 ]
369 },
370 "commitment": {
371 "pricing_item_configs": [
372 {
373 "ids": [
374 "string"
375 ],
376 "meter_value_calculation": {
377 "number": "string",
378 "amount": {
379 "quantity": "string",
380 "currency": "AED"
381 }
382 },
383 "start_at": "2024-01-15T09:30:00Z",
384 "end_at": "2024-01-15T09:30:00Z",
385 "amount": {
386 "quantity": "string",
387 "currency": "AED"
388 }
389 }
390 ],
391 "pricing_items": [
392 {
393 "ids": [
394 "string"
395 ],
396 "start_at": "2024-01-15T09:30:00Z",
397 "end_at": "2024-01-15T09:30:00Z",
398 "amount": {
399 "quantity": "string",
400 "currency": "AED"
401 }
402 }
403 ],
404 "pricings": [
405 {
406 "ids": [
407 "string"
408 ],
409 "start_at": "2024-01-15T09:30:00Z",
410 "end_at": "2024-01-15T09:30:00Z",
411 "amount": {
412 "quantity": "string",
413 "currency": "AED"
414 }
415 }
416 ],
417 "totals": [
418 {
419 "start_at": "2024-01-15T09:30:00Z",
420 "end_at": "2024-01-15T09:30:00Z",
421 "amount": {
422 "quantity": "string",
423 "currency": "AED"
424 }
425 }
426 ]
427 },
428 "coupon_discount": {
429 "pricing_item_configs": [
430 {
431 "ids": [
432 "string"
433 ],
434 "start_at": "2024-01-15T09:30:00Z",
435 "end_at": "2024-01-15T09:30:00Z",
436 "amount": {
437 "quantity": "string",
438 "currency": "AED"
439 },
440 "percentage": "string",
441 "condition": {
442 "comparator": "EQUALS",
443 "value": {
444 "amount": {
445 "quantity": "string",
446 "currency": "AED"
447 }
448 }
449 }
450 }
451 ],
452 "pricing_items": [
453 {
454 "ids": [
455 "string"
456 ],
457 "start_at": "2024-01-15T09:30:00Z",
458 "end_at": "2024-01-15T09:30:00Z",
459 "amount": {
460 "quantity": "string",
461 "currency": "AED"
462 },
463 "percentage": "string",
464 "condition": {
465 "comparator": "EQUALS",
466 "value": {
467 "amount": {
468 "quantity": "string",
469 "currency": "AED"
470 }
471 }
472 }
473 }
474 ],
475 "pricings": [
476 {
477 "ids": [
478 "string"
479 ],
480 "start_at": "2024-01-15T09:30:00Z",
481 "end_at": "2024-01-15T09:30:00Z",
482 "amount": {
483 "quantity": "string",
484 "currency": "AED"
485 },
486 "percentage": "string",
487 "condition": {
488 "comparator": "EQUALS",
489 "value": {
490 "amount": {
491 "quantity": "string",
492 "currency": "AED"
493 }
494 }
495 }
496 }
497 ],
498 "totals": [
499 {
500 "start_at": "string",
501 "end_at": "string",
502 "amount": {
503 "quantity": "string",
504 "currency": "AED"
505 },
506 "percentage": "string",
507 "coupon_id": "string",
508 "promotion_code_details": {
509 "promotion_code_id": "string",
510 "code": "string"
511 },
512 "condition": {
513 "comparator": "EQUALS",
514 "value": {
515 "amount": {
516 "quantity": "string",
517 "currency": "AED"
518 }
519 }
520 }
521 }
522 ],
523 "product_categories": [
524 {
525 "ids": [
526 "string"
527 ],
528 "start_at": "string",
529 "end_at": "string",
530 "amount": {
531 "quantity": "string",
532 "currency": "AED"
533 },
534 "percentage": "string",
535 "coupon_id": "string",
536 "promotion_code_details": {
537 "promotion_code_id": "string",
538 "code": "string"
539 },
540 "condition": {
541 "comparator": "EQUALS",
542 "value": {
543 "amount": {
544 "quantity": "string",
545 "currency": "AED"
546 }
547 }
548 }
549 }
550 ],
551 "products": [
552 {
553 "ids": [
554 "string"
555 ],
556 "start_at": "string",
557 "end_at": "string",
558 "amount": {
559 "quantity": "string",
560 "currency": "AED"
561 },
562 "percentage": "string",
563 "coupon_id": "string",
564 "promotion_code_details": {
565 "promotion_code_id": "string",
566 "code": "string"
567 },
568 "condition": {
569 "comparator": "EQUALS",
570 "value": {
571 "amount": {
572 "quantity": "string",
573 "currency": "AED"
574 }
575 }
576 }
577 }
578 ],
579 "product_items": [
580 {
581 "ids": [
582 "string"
583 ],
584 "start_at": "string",
585 "end_at": "string",
586 "amount": {
587 "quantity": "string",
588 "currency": "AED"
589 },
590 "percentage": "string",
591 "coupon_id": "string",
592 "promotion_code_details": {
593 "promotion_code_id": "string",
594 "code": "string"
595 },
596 "condition": {
597 "comparator": "EQUALS",
598 "value": {
599 "amount": {
600 "quantity": "string",
601 "currency": "AED"
602 }
603 }
604 }
605 }
606 ],
607 "product_item_meter_property_conditions": [
608 {
609 "ids": [
610 "string"
611 ],
612 "meter_property_condition_expression": {
613 "operator": "AND",
614 "operands": [
615 {
616 "meter_property": {
617 "id": "string",
618 "reference": "string",
619 "meter_property": {
620 "object_type": "string",
621 "id": "string",
622 "reference": "string",
623 "name": "string",
624 "description": "string",
625 "status": "DRAFT",
626 "type": "NUMBER",
627 "enum_values": [
628 "string"
629 ]
630 },
631 "value": "string",
632 "values": [
633 "string"
634 ],
635 "comparator": "EQUALS"
636 },
637 "expression": {}
638 }
639 ]
640 },
641 "start_at": "2024-01-15T09:30:00Z",
642 "end_at": "2024-01-15T09:30:00Z",
643 "amount": {
644 "quantity": "string",
645 "currency": "AED"
646 },
647 "percentage": "string",
648 "condition": {
649 "comparator": "EQUALS",
650 "value": {
651 "amount": {
652 "quantity": "string",
653 "currency": "AED"
654 }
655 }
656 },
657 "coupon_id": "string",
658 "promotion_code_details": {
659 "promotion_code_id": "string",
660 "code": "string"
661 }
662 }
663 ]
664 },
665 "coupons": [
666 {
667 "id": "string",
668 "coupon_name": "string",
669 "promotion_code_resource_id": "string",
670 "promotion_code": "string",
671 "discount": {
672 "pricing_item_configs": [
673 {
674 "ids": [
675 "string"
676 ],
677 "start_at": "2024-01-15T09:30:00Z",
678 "end_at": "2024-01-15T09:30:00Z",
679 "amount": {
680 "quantity": "string",
681 "currency": "AED"
682 },
683 "percentage": "string",
684 "condition": {
685 "comparator": "EQUALS",
686 "value": {
687 "amount": {
688 "quantity": "string",
689 "currency": "AED"
690 }
691 }
692 }
693 }
694 ],
695 "pricing_items": [
696 {
697 "ids": [
698 "string"
699 ],
700 "start_at": "2024-01-15T09:30:00Z",
701 "end_at": "2024-01-15T09:30:00Z",
702 "amount": {
703 "quantity": "string",
704 "currency": "AED"
705 },
706 "percentage": "string",
707 "condition": {
708 "comparator": "EQUALS",
709 "value": {
710 "amount": {
711 "quantity": "string",
712 "currency": "AED"
713 }
714 }
715 }
716 }
717 ],
718 "pricings": [
719 {
720 "ids": [
721 "string"
722 ],
723 "start_at": "2024-01-15T09:30:00Z",
724 "end_at": "2024-01-15T09:30:00Z",
725 "amount": {
726 "quantity": "string",
727 "currency": "AED"
728 },
729 "percentage": "string",
730 "condition": {
731 "comparator": "EQUALS",
732 "value": {
733 "amount": {
734 "quantity": "string",
735 "currency": "AED"
736 }
737 }
738 }
739 }
740 ],
741 "totals": [
742 {
743 "start_at": "string",
744 "end_at": "string",
745 "amount": {
746 "quantity": "string",
747 "currency": "AED"
748 },
749 "percentage": "string",
750 "coupon_id": "string",
751 "promotion_code_details": {
752 "promotion_code_id": "string",
753 "code": "string"
754 },
755 "condition": {
756 "comparator": "EQUALS",
757 "value": {
758 "amount": {
759 "quantity": "string",
760 "currency": "AED"
761 }
762 }
763 }
764 }
765 ],
766 "product_categories": [
767 {
768 "ids": [
769 "string"
770 ],
771 "start_at": "string",
772 "end_at": "string",
773 "amount": {
774 "quantity": "string",
775 "currency": "AED"
776 },
777 "percentage": "string",
778 "coupon_id": "string",
779 "promotion_code_details": {
780 "promotion_code_id": "string",
781 "code": "string"
782 },
783 "condition": {
784 "comparator": "EQUALS",
785 "value": {
786 "amount": {
787 "quantity": "string",
788 "currency": "AED"
789 }
790 }
791 }
792 }
793 ],
794 "products": [
795 {
796 "ids": [
797 "string"
798 ],
799 "start_at": "string",
800 "end_at": "string",
801 "amount": {
802 "quantity": "string",
803 "currency": "AED"
804 },
805 "percentage": "string",
806 "coupon_id": "string",
807 "promotion_code_details": {
808 "promotion_code_id": "string",
809 "code": "string"
810 },
811 "condition": {
812 "comparator": "EQUALS",
813 "value": {
814 "amount": {
815 "quantity": "string",
816 "currency": "AED"
817 }
818 }
819 }
820 }
821 ],
822 "product_items": [
823 {
824 "ids": [
825 "string"
826 ],
827 "start_at": "string",
828 "end_at": "string",
829 "amount": {
830 "quantity": "string",
831 "currency": "AED"
832 },
833 "percentage": "string",
834 "coupon_id": "string",
835 "promotion_code_details": {
836 "promotion_code_id": "string",
837 "code": "string"
838 },
839 "condition": {
840 "comparator": "EQUALS",
841 "value": {
842 "amount": {
843 "quantity": "string",
844 "currency": "AED"
845 }
846 }
847 }
848 }
849 ],
850 "product_item_meter_property_conditions": [
851 {
852 "ids": [
853 "string"
854 ],
855 "meter_property_condition_expression": {
856 "operator": "AND",
857 "operands": [
858 {
859 "meter_property": {
860 "id": "string",
861 "reference": "string",
862 "meter_property": {
863 "object_type": "string",
864 "id": "string",
865 "reference": "string",
866 "name": "string",
867 "description": "string",
868 "status": "DRAFT",
869 "type": "NUMBER",
870 "enum_values": [
871 "string"
872 ]
873 },
874 "value": "string",
875 "values": [
876 "string"
877 ],
878 "comparator": "EQUALS"
879 },
880 "expression": {}
881 }
882 ]
883 },
884 "start_at": "2024-01-15T09:30:00Z",
885 "end_at": "2024-01-15T09:30:00Z",
886 "amount": {
887 "quantity": "string",
888 "currency": "AED"
889 },
890 "percentage": "string",
891 "condition": {
892 "comparator": "EQUALS",
893 "value": {
894 "amount": {
895 "quantity": "string",
896 "currency": "AED"
897 }
898 }
899 },
900 "coupon_id": "string",
901 "promotion_code_details": {
902 "promotion_code_id": "string",
903 "code": "string"
904 }
905 }
906 ]
907 }
908 }
909 ],
910 "seats_values": [
911 {
912 "pricing_item_config_id": "string",
913 "number": "string",
914 "amount": {
915 "quantity": "string",
916 "currency": "AED"
917 },
918 "start_at": "2024-01-15T09:30:00Z",
919 "end_at": "string"
920 }
921 ],
922 "included_volumes": [
923 {
924 "pricing_item_config_id": "string",
925 "number": "string",
926 "amount": {
927 "quantity": "string",
928 "currency": "AED"
929 },
930 "start_at": "2024-01-15T09:30:00Z",
931 "end_at": "2024-01-15T09:30:00Z",
932 "reset_type": "string"
933 }
934 ],
935 "enabled_pricings": [
936 {
937 "pricing_id": "string",
938 "start_at": "2024-01-15T09:30:00Z",
939 "end_at": "2024-01-15T09:30:00Z"
940 }
941 ],
942 "override_pricings": [
943 {
944 "object_type": "string",
945 "id": "string",
946 "pricing_plan_version_id": "string",
947 "pricing_plan_schedule_id": "string",
948 "pricing_group_id": "string",
949 "original_pricing_id": "string",
950 "original_pricing": {},
951 "override": "ALL",
952 "name": "string",
953 "product_type": "DEFAULT",
954 "product_ids": [
955 "string"
956 ],
957 "display_order": 1,
958 "products": [
959 {
960 "object_type": "string",
961 "id": "string",
962 "category_id": "string",
963 "category": {
964 "object_type": "string",
965 "id": "string",
966 "name": "string",
967 "reference": "string",
968 "description": "string",
969 "tax_category": "STANDARD",
970 "display_order": 1,
971 "customer_id": "string"
972 },
973 "parent_product_id": "string",
974 "name": "string",
975 "reference": "string",
976 "description": "string",
977 "status": "DRAFT",
978 "product_type": "DEFAULT",
979 "tax_category": "STANDARD",
980 "features": [
981 {
982 "id": "string",
983 "reference": "string"
984 }
985 ],
986 "custom_fields": [
987 {
988 "id": "string",
989 "reference": "string",
990 "value": "string",
991 "values": [
992 "string"
993 ],
994 "integration_details": {
995 "id": "string",
996 "reference": "string",
997 "payment_gateway_variant": "ADYEN",
998 "adyen": {
999 "recurring_detail_reference": "string"
1000 },
1001 "stripe": {
1002 "payment_method_id": "string"
1003 }
1004 },
1005 "integration_id": "string"
1006 }
1007 ],
1008 "display_order": 1,
1009 "linked_integrations": [
1010 {
1011 "id": "string",
1012 "link_details": [
1013 {
1014 "url": "string",
1015 "custom_field_name": "string"
1016 }
1017 ]
1018 }
1019 ],
1020 "billing_entity_id": "string",
1021 "customer_id": "string"
1022 }
1023 ],
1024 "entitlements": [
1025 {
1026 "feature_id": "string",
1027 "feature": {
1028 "object_type": "string",
1029 "id": "string",
1030 "reference": "string",
1031 "name": "string",
1032 "description": "string",
1033 "type": "SWITCH",
1034 "enum_values": [
1035 "string"
1036 ],
1037 "meter_value_calculation_id": "string",
1038 "meter_value_calculation": {
1039 "object_type": "string",
1040 "id": "string",
1041 "reference": "string",
1042 "name": "string",
1043 "description": "string",
1044 "calculation_type": "SUM",
1045 "persist": true,
1046 "meter_id": "string",
1047 "meter": {
1048 "object_type": "string",
1049 "id": "string",
1050 "reference": "string",
1051 "name": "string",
1052 "description": "string",
1053 "status": "DRAFT",
1054 "meter_values": [
1055 {
1056 "id": "string",
1057 "object": {
1058 "object_type": "string",
1059 "id": "string",
1060 "reference": "string",
1061 "name": "string",
1062 "description": "string",
1063 "status": "DRAFT",
1064 "type": "NUMBER"
1065 },
1066 "required": true
1067 }
1068 ],
1069 "meter_properties": [
1070 {
1071 "id": "string",
1072 "object": {
1073 "object_type": "string",
1074 "id": "string",
1075 "reference": "string",
1076 "name": "string",
1077 "description": "string",
1078 "status": "DRAFT",
1079 "type": "NUMBER",
1080 "enum_values": [
1081 "string"
1082 ]
1083 },
1084 "required": true
1085 }
1086 ]
1087 },
1088 "meter_value_id": "string",
1089 "meter_value": {
1090 "object_type": "string",
1091 "id": "string",
1092 "reference": "string",
1093 "name": "string",
1094 "description": "string",
1095 "status": "DRAFT",
1096 "type": "NUMBER"
1097 },
1098 "meter_property_id": "string",
1099 "meter_property": {
1100 "object_type": "string",
1101 "id": "string",
1102 "reference": "string",
1103 "name": "string",
1104 "description": "string",
1105 "status": "DRAFT",
1106 "type": "NUMBER",
1107 "enum_values": [
1108 "string"
1109 ]
1110 }
1111 }
1112 },
1113 "feature_reference": "string",
1114 "override": true,
1115 "number": "string",
1116 "switch": true,
1117 "amount": {
1118 "quantity": "string",
1119 "currency": "AED"
1120 },
1121 "enum": "string",
1122 "string": "string",
1123 "overwrite": true
1124 }
1125 ],
1126 "items": [
1127 {
1128 "object_type": "string",
1129 "id": "string",
1130 "original_pricing_item_id": "string",
1131 "original_pricing_item": {},
1132 "override": "ALL",
1133 "product_item_ids": [
1134 "string"
1135 ],
1136 "product_items": [
1137 {
1138 "object_type": "string",
1139 "id": "string",
1140 "product_id": "string",
1141 "product": {
1142 "object_type": "string",
1143 "id": "string",
1144 "category_id": "string",
1145 "category": {
1146 "object_type": "string",
1147 "id": "string",
1148 "name": "string",
1149 "reference": "string",
1150 "description": "string",
1151 "tax_category": "STANDARD",
1152 "display_order": 1,
1153 "customer_id": "string"
1154 },
1155 "parent_product_id": "string",
1156 "name": "string",
1157 "reference": "string",
1158 "description": "string",
1159 "status": "DRAFT",
1160 "product_type": "DEFAULT",
1161 "tax_category": "STANDARD",
1162 "features": [
1163 {
1164 "id": "string",
1165 "reference": "string"
1166 }
1167 ],
1168 "custom_fields": [
1169 {
1170 "id": "string",
1171 "reference": "string",
1172 "value": "string",
1173 "values": [
1174 "string"
1175 ],
1176 "integration_details": {
1177 "id": "string",
1178 "reference": "string",
1179 "payment_gateway_variant": "ADYEN",
1180 "adyen": {
1181 "recurring_detail_reference": "string"
1182 },
1183 "stripe": {
1184 "payment_method_id": "string"
1185 }
1186 },
1187 "integration_id": "string"
1188 }
1189 ],
1190 "display_order": 1,
1191 "linked_integrations": [
1192 {
1193 "id": "string",
1194 "link_details": [
1195 {
1196 "url": "string",
1197 "custom_field_name": "string"
1198 }
1199 ]
1200 }
1201 ],
1202 "billing_entity_id": "string",
1203 "customer_id": "string"
1204 },
1205 "name": "string",
1206 "status": "DRAFT",
1207 "reference": "string",
1208 "description": "string",
1209 "type": "REVENUE",
1210 "model_type": "USAGE_BASED",
1211 "usage_based": {
1212 "meter_value_calculation_id": "string",
1213 "meter_value_calculation": {
1214 "object_type": "string",
1215 "id": "string",
1216 "reference": "string",
1217 "name": "string",
1218 "description": "string",
1219 "calculation_type": "SUM",
1220 "persist": true,
1221 "meter_id": "string",
1222 "meter": {
1223 "object_type": "string",
1224 "id": "string",
1225 "reference": "string",
1226 "name": "string",
1227 "description": "string",
1228 "status": "DRAFT",
1229 "meter_values": [
1230 {
1231 "id": "string",
1232 "object": {
1233 "object_type": "string",
1234 "id": "string",
1235 "reference": "string",
1236 "name": "string",
1237 "description": "string",
1238 "status": "DRAFT",
1239 "type": "NUMBER"
1240 },
1241 "required": true
1242 }
1243 ],
1244 "meter_properties": [
1245 {
1246 "id": "string",
1247 "object": {
1248 "object_type": "string",
1249 "id": "string",
1250 "reference": "string",
1251 "name": "string",
1252 "description": "string",
1253 "status": "DRAFT",
1254 "type": "NUMBER",
1255 "enum_values": [
1256 "string"
1257 ]
1258 },
1259 "required": true
1260 }
1261 ]
1262 },
1263 "meter_value_id": "string",
1264 "meter_value": {
1265 "object_type": "string",
1266 "id": "string",
1267 "reference": "string",
1268 "name": "string",
1269 "description": "string",
1270 "status": "DRAFT",
1271 "type": "NUMBER"
1272 },
1273 "meter_property_id": "string",
1274 "meter_property": {
1275 "object_type": "string",
1276 "id": "string",
1277 "reference": "string",
1278 "name": "string",
1279 "description": "string",
1280 "status": "DRAFT",
1281 "type": "NUMBER",
1282 "enum_values": [
1283 "string"
1284 ]
1285 }
1286 },
1287 "tiering_meter_value_calculation_id": "string",
1288 "tiering_meter_value_calculation": {
1289 "object_type": "string",
1290 "id": "string",
1291 "reference": "string",
1292 "name": "string",
1293 "description": "string",
1294 "calculation_type": "SUM",
1295 "persist": true,
1296 "meter_id": "string",
1297 "meter": {
1298 "object_type": "string",
1299 "id": "string",
1300 "reference": "string",
1301 "name": "string",
1302 "description": "string",
1303 "status": "DRAFT",
1304 "meter_values": [
1305 {
1306 "id": "string",
1307 "object": {
1308 "object_type": "string",
1309 "id": "string",
1310 "reference": "string",
1311 "name": "string",
1312 "description": "string",
1313 "status": "DRAFT",
1314 "type": "NUMBER"
1315 },
1316 "required": true
1317 }
1318 ],
1319 "meter_properties": [
1320 {
1321 "id": "string",
1322 "object": {
1323 "object_type": "string",
1324 "id": "string",
1325 "reference": "string",
1326 "name": "string",
1327 "description": "string",
1328 "status": "DRAFT",
1329 "type": "NUMBER",
1330 "enum_values": [
1331 "string"
1332 ]
1333 },
1334 "required": true
1335 }
1336 ]
1337 },
1338 "meter_value_id": "string",
1339 "meter_value": {
1340 "object_type": "string",
1341 "id": "string",
1342 "reference": "string",
1343 "name": "string",
1344 "description": "string",
1345 "status": "DRAFT",
1346 "type": "NUMBER"
1347 },
1348 "meter_property_id": "string",
1349 "meter_property": {
1350 "object_type": "string",
1351 "id": "string",
1352 "reference": "string",
1353 "name": "string",
1354 "description": "string",
1355 "status": "DRAFT",
1356 "type": "NUMBER",
1357 "enum_values": [
1358 "string"
1359 ]
1360 }
1361 },
1362 "report_meter_value_calculation_ids": [
1363 "string"
1364 ],
1365 "conditions": {
1366 "name": "string",
1367 "expression": {
1368 "operator": "AND",
1369 "operands": [
1370 {
1371 "meter_property": {
1372 "id": "string",
1373 "reference": "string",
1374 "meter_property": {
1375 "object_type": "string",
1376 "id": "string",
1377 "reference": "string",
1378 "name": "string",
1379 "description": "string",
1380 "status": "DRAFT",
1381 "type": "NUMBER",
1382 "enum_values": [
1383 "string"
1384 ]
1385 },
1386 "value": "string",
1387 "values": [
1388 "string"
1389 ],
1390 "comparator": "EQUALS"
1391 },
1392 "expression": {}
1393 }
1394 ]
1395 },
1396 "meter_properties": [
1397 {
1398 "id": "string",
1399 "reference": "string",
1400 "meter_property": {
1401 "object_type": "string",
1402 "id": "string",
1403 "reference": "string",
1404 "name": "string",
1405 "description": "string",
1406 "status": "DRAFT",
1407 "type": "NUMBER",
1408 "enum_values": [
1409 "string"
1410 ]
1411 },
1412 "value": "string",
1413 "values": [
1414 "string"
1415 ],
1416 "comparator": "EQUALS"
1417 }
1418 ]
1419 }
1420 },
1421 "credits": {
1422 "credit_type_id": "string",
1423 "credit_type": {
1424 "object_type": "string",
1425 "id": "string",
1426 "reference": "string",
1427 "status": "DRAFT",
1428 "name": "string",
1429 "description": "string",
1430 "unit_name": {
1431 "singular": "string",
1432 "plural": "string"
1433 },
1434 "created_at": "string",
1435 "updated_at": "string"
1436 }
1437 },
1438 "meter_value_calculation": {
1439 "object_type": "string",
1440 "id": "string",
1441 "reference": "string",
1442 "name": "string",
1443 "description": "string",
1444 "calculation_type": "SUM",
1445 "persist": true,
1446 "meter_id": "string",
1447 "meter": {
1448 "object_type": "string",
1449 "id": "string",
1450 "reference": "string",
1451 "name": "string",
1452 "description": "string",
1453 "status": "DRAFT",
1454 "meter_values": [
1455 {
1456 "id": "string",
1457 "object": {
1458 "object_type": "string",
1459 "id": "string",
1460 "reference": "string",
1461 "name": "string",
1462 "description": "string",
1463 "status": "DRAFT",
1464 "type": "NUMBER"
1465 },
1466 "required": true
1467 }
1468 ],
1469 "meter_properties": [
1470 {
1471 "id": "string",
1472 "object": {
1473 "object_type": "string",
1474 "id": "string",
1475 "reference": "string",
1476 "name": "string",
1477 "description": "string",
1478 "status": "DRAFT",
1479 "type": "NUMBER",
1480 "enum_values": [
1481 "string"
1482 ]
1483 },
1484 "required": true
1485 }
1486 ]
1487 },
1488 "meter_value_id": "string",
1489 "meter_value": {
1490 "object_type": "string",
1491 "id": "string",
1492 "reference": "string",
1493 "name": "string",
1494 "description": "string",
1495 "status": "DRAFT",
1496 "type": "NUMBER"
1497 },
1498 "meter_property_id": "string",
1499 "meter_property": {
1500 "object_type": "string",
1501 "id": "string",
1502 "reference": "string",
1503 "name": "string",
1504 "description": "string",
1505 "status": "DRAFT",
1506 "type": "NUMBER",
1507 "enum_values": [
1508 "string"
1509 ]
1510 }
1511 },
1512 "tax_category": "STANDARD",
1513 "display_order": 1,
1514 "unit_name": {
1515 "singular": "string",
1516 "plural": "string"
1517 },
1518 "custom_fields": [
1519 {
1520 "id": "string",
1521 "reference": "string",
1522 "value": "string",
1523 "values": [
1524 "string"
1525 ],
1526 "integration_details": {
1527 "id": "string",
1528 "reference": "string",
1529 "payment_gateway_variant": "ADYEN",
1530 "adyen": {
1531 "recurring_detail_reference": "string"
1532 },
1533 "stripe": {
1534 "payment_method_id": "string"
1535 }
1536 },
1537 "integration_id": "string"
1538 }
1539 ],
1540 "customer_id": "string",
1541 "meter_value_calculation_id": "string",
1542 "report_meter_value_calculation_ids": [
1543 "string"
1544 ]
1545 }
1546 ],
1547 "configs": [
1548 {
1549 "object_type": "string",
1550 "id": "string",
1551 "original_pricing_item_config_id": "string",
1552 "original_pricing_item_config": {},
1553 "details": {
1554 "billing_period": {
1555 "type": "DAY",
1556 "value": 1
1557 },
1558 "pricing_type": "FLAT",
1559 "pricing_period": {
1560 "type": "DAY",
1561 "value": 1
1562 },
1563 "bands": [
1564 {
1565 "amount": {
1566 "quantity": "string",
1567 "currency": "AED"
1568 },
1569 "percentage": "string",
1570 "credits": {
1571 "quantity": "string",
1572 "credit_type_id": "string"
1573 },
1574 "fixed_amount": {
1575 "quantity": "string",
1576 "currency": "AED"
1577 },
1578 "maximum_amount": {
1579 "quantity": "string",
1580 "currency": "AED"
1581 },
1582 "minimum_amount": {
1583 "quantity": "string",
1584 "currency": "AED"
1585 },
1586 "maximum_number": "string",
1587 "minimum_number": "string",
1588 "block_size": {
1589 "number": "string",
1590 "amount": {
1591 "quantity": "string",
1592 "currency": "AED"
1593 },
1594 "count": "string"
1595 },
1596 "tier_top_bound": {
1597 "number": "string",
1598 "amount": {
1599 "quantity": "string",
1600 "currency": "AED"
1601 },
1602 "count": "string"
1603 }
1604 }
1605 ]
1606 },
1607 "billing_period": {
1608 "type": "DAY",
1609 "value": 1
1610 },
1611 "pricing_period": {
1612 "type": "DAY",
1613 "value": 1
1614 },
1615 "default_included_volume": {
1616 "number": "string",
1617 "amount": {
1618 "quantity": "string",
1619 "currency": "AED"
1620 },
1621 "count": "string",
1622 "reset_type": "string"
1623 },
1624 "default_seats_value": {
1625 "number": "string",
1626 "amount": {
1627 "quantity": "string",
1628 "currency": "AED"
1629 },
1630 "count": "string"
1631 },
1632 "conditions": {
1633 "name": "string",
1634 "meter_properties": [
1635 {
1636 "id": "string",
1637 "reference": "string",
1638 "meter_property": {
1639 "object_type": "string",
1640 "id": "string",
1641 "reference": "string",
1642 "name": "string",
1643 "description": "string",
1644 "status": "DRAFT",
1645 "type": "NUMBER",
1646 "enum_values": [
1647 "string"
1648 ]
1649 },
1650 "value": "string",
1651 "values": [
1652 "string"
1653 ],
1654 "comparator": "EQUALS"
1655 }
1656 ],
1657 "configs": [
1658 {}
1659 ]
1660 },
1661 "tiering_conditions": {
1662 "name": "string",
1663 "expression": {
1664 "operator": "AND",
1665 "operands": [
1666 {
1667 "meter_property": {
1668 "id": "string",
1669 "reference": "string",
1670 "meter_property": {
1671 "object_type": "string",
1672 "id": "string",
1673 "reference": "string",
1674 "name": "string",
1675 "description": "string",
1676 "status": "DRAFT",
1677 "type": "NUMBER",
1678 "enum_values": [
1679 "string"
1680 ]
1681 },
1682 "value": "string",
1683 "values": [
1684 "string"
1685 ],
1686 "comparator": "EQUALS"
1687 },
1688 "expression": {}
1689 }
1690 ]
1691 },
1692 "meter_properties": [
1693 {
1694 "id": "string",
1695 "reference": "string",
1696 "meter_property": {
1697 "object_type": "string",
1698 "id": "string",
1699 "reference": "string",
1700 "name": "string",
1701 "description": "string",
1702 "status": "DRAFT",
1703 "type": "NUMBER",
1704 "enum_values": [
1705 "string"
1706 ]
1707 },
1708 "value": "string",
1709 "values": [
1710 "string"
1711 ],
1712 "comparator": "EQUALS"
1713 }
1714 ]
1715 },
1716 "order": 1,
1717 "billing_in_advance": true,
1718 "volume_group_reference": "string",
1719 "top_up": {
1720 "rollover": true
1721 },
1722 "split_pricing": {
1723 "meter_properties": [
1724 {
1725 "id": "string",
1726 "reference": "string",
1727 "value": "string",
1728 "meter_property": {
1729 "object_type": "string",
1730 "id": "string",
1731 "reference": "string",
1732 "name": "string",
1733 "description": "string",
1734 "status": "DRAFT",
1735 "type": "NUMBER",
1736 "enum_values": [
1737 "string"
1738 ]
1739 }
1740 }
1741 ]
1742 },
1743 "on_demand": true,
1744 "wallet_grants": [
1745 {
1746 "wallet_type_id": "string",
1747 "wallet_type": {
1748 "object_type": "string",
1749 "id": "string",
1750 "name": "string",
1751 "reference": "string",
1752 "status": "DRAFT",
1753 "type": "CREDIT",
1754 "credit": {
1755 "grant_type": "CREDITS",
1756 "amount_grant": {
1757 "default_currency": "AED",
1758 "tax_category": "STANDARD"
1759 },
1760 "credits_grant": {
1761 "credit_type_id": "string"
1762 }
1763 },
1764 "balance": {
1765 "default_currency": "string"
1766 },
1767 "created_at": "string",
1768 "updated_at": "string"
1769 },
1770 "amount_grant": {
1771 "amount": {
1772 "quantity": "string",
1773 "currency": "AED"
1774 },
1775 "percentage": "string"
1776 },
1777 "credits_grant": {
1778 "credits": {
1779 "quantity": "string",
1780 "credit_type_id": "string"
1781 },
1782 "conversion": {
1783 "credit_type_id": "string",
1784 "rate": "string"
1785 }
1786 },
1787 "expiry_policy": {
1788 "expiry_period": {
1789 "type": "DAY",
1790 "value": 1
1791 }
1792 }
1793 }
1794 ],
1795 "type": "FLAT",
1796 "pricing_type": "FLAT",
1797 "bands": [
1798 {
1799 "amount": {
1800 "quantity": "string",
1801 "currency": "AED"
1802 },
1803 "percentage": "string",
1804 "credits": {
1805 "quantity": "string",
1806 "credit_type_id": "string"
1807 },
1808 "fixed_amount": {
1809 "quantity": "string",
1810 "currency": "AED"
1811 },
1812 "maximum_amount": {
1813 "quantity": "string",
1814 "currency": "AED"
1815 },
1816 "minimum_amount": {
1817 "quantity": "string",
1818 "currency": "AED"
1819 },
1820 "maximum_number": "string",
1821 "minimum_number": "string",
1822 "block_size": {
1823 "number": "string",
1824 "amount": {
1825 "quantity": "string",
1826 "currency": "AED"
1827 },
1828 "count": "string"
1829 },
1830 "tier_top_bound": {
1831 "number": "string",
1832 "amount": {
1833 "quantity": "string",
1834 "currency": "AED"
1835 },
1836 "count": "string"
1837 }
1838 }
1839 ]
1840 }
1841 ],
1842 "pricing_currency_configs": [
1843 {
1844 "currency": "AED",
1845 "configs": [
1846 {
1847 "object_type": "string",
1848 "id": "string",
1849 "original_pricing_item_config_id": "string",
1850 "original_pricing_item_config": {},
1851 "details": {
1852 "billing_period": {
1853 "type": "DAY",
1854 "value": 1
1855 },
1856 "pricing_type": "FLAT",
1857 "pricing_period": {
1858 "type": "DAY",
1859 "value": 1
1860 },
1861 "bands": [
1862 {
1863 "amount": {
1864 "quantity": "string",
1865 "currency": "AED"
1866 },
1867 "percentage": "string",
1868 "credits": {
1869 "quantity": "string",
1870 "credit_type_id": "string"
1871 },
1872 "fixed_amount": {
1873 "quantity": "string",
1874 "currency": "AED"
1875 },
1876 "maximum_amount": {
1877 "quantity": "string",
1878 "currency": "AED"
1879 },
1880 "minimum_amount": {
1881 "quantity": "string",
1882 "currency": "AED"
1883 },
1884 "maximum_number": "string",
1885 "minimum_number": "string",
1886 "block_size": {
1887 "number": "string",
1888 "amount": {
1889 "quantity": "string",
1890 "currency": "AED"
1891 },
1892 "count": "string"
1893 },
1894 "tier_top_bound": {
1895 "number": "string",
1896 "amount": {
1897 "quantity": "string",
1898 "currency": "AED"
1899 },
1900 "count": "string"
1901 }
1902 }
1903 ]
1904 },
1905 "billing_period": {
1906 "type": "DAY",
1907 "value": 1
1908 },
1909 "pricing_period": {
1910 "type": "DAY",
1911 "value": 1
1912 },
1913 "default_included_volume": {
1914 "number": "string",
1915 "amount": {
1916 "quantity": "string",
1917 "currency": "AED"
1918 },
1919 "count": "string",
1920 "reset_type": "string"
1921 },
1922 "default_seats_value": {
1923 "number": "string",
1924 "amount": {
1925 "quantity": "string",
1926 "currency": "AED"
1927 },
1928 "count": "string"
1929 },
1930 "conditions": {
1931 "name": "string",
1932 "meter_properties": [
1933 {
1934 "id": "string",
1935 "reference": "string",
1936 "meter_property": {
1937 "object_type": "string",
1938 "id": "string",
1939 "reference": "string",
1940 "name": "string",
1941 "description": "string",
1942 "status": "DRAFT",
1943 "type": "NUMBER",
1944 "enum_values": [
1945 "string"
1946 ]
1947 },
1948 "value": "string",
1949 "values": [
1950 "string"
1951 ],
1952 "comparator": "EQUALS"
1953 }
1954 ],
1955 "configs": [
1956 {}
1957 ]
1958 },
1959 "tiering_conditions": {
1960 "name": "string",
1961 "expression": {
1962 "operator": "AND",
1963 "operands": [
1964 {
1965 "meter_property": {
1966 "id": "string",
1967 "reference": "string",
1968 "meter_property": {
1969 "object_type": "string",
1970 "id": "string",
1971 "reference": "string",
1972 "name": "string",
1973 "description": "string",
1974 "status": "DRAFT",
1975 "type": "NUMBER",
1976 "enum_values": [
1977 "string"
1978 ]
1979 },
1980 "value": "string",
1981 "values": [
1982 "string"
1983 ],
1984 "comparator": "EQUALS"
1985 },
1986 "expression": {}
1987 }
1988 ]
1989 },
1990 "meter_properties": [
1991 {
1992 "id": "string",
1993 "reference": "string",
1994 "meter_property": {
1995 "object_type": "string",
1996 "id": "string",
1997 "reference": "string",
1998 "name": "string",
1999 "description": "string",
2000 "status": "DRAFT",
2001 "type": "NUMBER",
2002 "enum_values": [
2003 "string"
2004 ]
2005 },
2006 "value": "string",
2007 "values": [
2008 "string"
2009 ],
2010 "comparator": "EQUALS"
2011 }
2012 ]
2013 },
2014 "order": 1,
2015 "billing_in_advance": true,
2016 "volume_group_reference": "string",
2017 "top_up": {
2018 "rollover": true
2019 },
2020 "split_pricing": {
2021 "meter_properties": [
2022 {
2023 "id": "string",
2024 "reference": "string",
2025 "value": "string",
2026 "meter_property": {
2027 "object_type": "string",
2028 "id": "string",
2029 "reference": "string",
2030 "name": "string",
2031 "description": "string",
2032 "status": "DRAFT",
2033 "type": "NUMBER",
2034 "enum_values": [
2035 "string"
2036 ]
2037 }
2038 }
2039 ]
2040 },
2041 "on_demand": true,
2042 "wallet_grants": [
2043 {
2044 "wallet_type_id": "string",
2045 "wallet_type": {
2046 "object_type": "string",
2047 "id": "string",
2048 "name": "string",
2049 "reference": "string",
2050 "status": "DRAFT",
2051 "type": "CREDIT",
2052 "credit": {
2053 "grant_type": "CREDITS",
2054 "amount_grant": {
2055 "default_currency": "AED",
2056 "tax_category": "STANDARD"
2057 },
2058 "credits_grant": {
2059 "credit_type_id": "string"
2060 }
2061 },
2062 "balance": {
2063 "default_currency": "string"
2064 },
2065 "created_at": "string",
2066 "updated_at": "string"
2067 },
2068 "amount_grant": {
2069 "amount": {
2070 "quantity": "string",
2071 "currency": "AED"
2072 },
2073 "percentage": "string"
2074 },
2075 "credits_grant": {
2076 "credits": {
2077 "quantity": "string",
2078 "credit_type_id": "string"
2079 },
2080 "conversion": {
2081 "credit_type_id": "string",
2082 "rate": "string"
2083 }
2084 },
2085 "expiry_policy": {
2086 "expiry_period": {
2087 "type": "DAY",
2088 "value": 1
2089 }
2090 }
2091 }
2092 ],
2093 "type": "FLAT",
2094 "pricing_type": "FLAT",
2095 "bands": [
2096 {
2097 "amount": {
2098 "quantity": "string",
2099 "currency": "AED"
2100 },
2101 "percentage": "string",
2102 "credits": {
2103 "quantity": "string",
2104 "credit_type_id": "string"
2105 },
2106 "fixed_amount": {
2107 "quantity": "string",
2108 "currency": "AED"
2109 },
2110 "maximum_amount": {
2111 "quantity": "string",
2112 "currency": "AED"
2113 },
2114 "minimum_amount": {
2115 "quantity": "string",
2116 "currency": "AED"
2117 },
2118 "maximum_number": "string",
2119 "minimum_number": "string",
2120 "block_size": {
2121 "number": "string",
2122 "amount": {
2123 "quantity": "string",
2124 "currency": "AED"
2125 },
2126 "count": "string"
2127 },
2128 "tier_top_bound": {
2129 "number": "string",
2130 "amount": {
2131 "quantity": "string",
2132 "currency": "AED"
2133 },
2134 "count": "string"
2135 }
2136 }
2137 ]
2138 }
2139 ],
2140 "billing_period_configs": [
2141 {
2142 "billing_period": {
2143 "type": "DAY",
2144 "value": 1
2145 },
2146 "configs": [
2147 {
2148 "object_type": "string",
2149 "id": "string",
2150 "original_pricing_item_config_id": "string",
2151 "original_pricing_item_config": {},
2152 "details": {
2153 "billing_period": {
2154 "type": "DAY",
2155 "value": 1
2156 },
2157 "pricing_type": "FLAT",
2158 "pricing_period": {
2159 "type": "DAY",
2160 "value": 1
2161 },
2162 "bands": [
2163 {
2164 "amount": {
2165 "quantity": "string",
2166 "currency": "AED"
2167 },
2168 "percentage": "string",
2169 "credits": {
2170 "quantity": "string",
2171 "credit_type_id": "string"
2172 },
2173 "fixed_amount": {
2174 "quantity": "string",
2175 "currency": "AED"
2176 },
2177 "maximum_amount": {
2178 "quantity": "string",
2179 "currency": "AED"
2180 },
2181 "minimum_amount": {
2182 "quantity": "string",
2183 "currency": "AED"
2184 },
2185 "maximum_number": "string",
2186 "minimum_number": "string",
2187 "block_size": {
2188 "number": "string",
2189 "amount": {
2190 "quantity": "string",
2191 "currency": "AED"
2192 },
2193 "count": "string"
2194 },
2195 "tier_top_bound": {
2196 "number": "string",
2197 "amount": {
2198 "quantity": "string",
2199 "currency": "AED"
2200 },
2201 "count": "string"
2202 }
2203 }
2204 ]
2205 },
2206 "billing_period": {
2207 "type": "DAY",
2208 "value": 1
2209 },
2210 "pricing_period": {
2211 "type": "DAY",
2212 "value": 1
2213 },
2214 "default_included_volume": {
2215 "number": "string",
2216 "amount": {
2217 "quantity": "string",
2218 "currency": "AED"
2219 },
2220 "count": "string",
2221 "reset_type": "string"
2222 },
2223 "default_seats_value": {
2224 "number": "string",
2225 "amount": {
2226 "quantity": "string",
2227 "currency": "AED"
2228 },
2229 "count": "string"
2230 },
2231 "conditions": {
2232 "name": "string",
2233 "meter_properties": [
2234 {
2235 "id": "string",
2236 "reference": "string",
2237 "meter_property": {
2238 "object_type": "string",
2239 "id": "string",
2240 "reference": "string",
2241 "name": "string",
2242 "description": "string",
2243 "status": "DRAFT",
2244 "type": "NUMBER",
2245 "enum_values": [
2246 "string"
2247 ]
2248 },
2249 "value": "string",
2250 "values": [
2251 "string"
2252 ],
2253 "comparator": "EQUALS"
2254 }
2255 ],
2256 "configs": [
2257 {}
2258 ]
2259 },
2260 "tiering_conditions": {
2261 "name": "string",
2262 "expression": {
2263 "operator": "AND",
2264 "operands": [
2265 {
2266 "meter_property": {
2267 "id": "string",
2268 "reference": "string",
2269 "meter_property": {
2270 "object_type": "string",
2271 "id": "string",
2272 "reference": "string",
2273 "name": "string",
2274 "description": "string",
2275 "status": "DRAFT",
2276 "type": "NUMBER",
2277 "enum_values": [
2278 "string"
2279 ]
2280 },
2281 "value": "string",
2282 "values": [
2283 "string"
2284 ],
2285 "comparator": "EQUALS"
2286 },
2287 "expression": {}
2288 }
2289 ]
2290 },
2291 "meter_properties": [
2292 {
2293 "id": "string",
2294 "reference": "string",
2295 "meter_property": {
2296 "object_type": "string",
2297 "id": "string",
2298 "reference": "string",
2299 "name": "string",
2300 "description": "string",
2301 "status": "DRAFT",
2302 "type": "NUMBER",
2303 "enum_values": [
2304 "string"
2305 ]
2306 },
2307 "value": "string",
2308 "values": [
2309 "string"
2310 ],
2311 "comparator": "EQUALS"
2312 }
2313 ]
2314 },
2315 "order": 1,
2316 "billing_in_advance": true,
2317 "volume_group_reference": "string",
2318 "top_up": {
2319 "rollover": true
2320 },
2321 "split_pricing": {
2322 "meter_properties": [
2323 {
2324 "id": "string",
2325 "reference": "string",
2326 "value": "string",
2327 "meter_property": {
2328 "object_type": "string",
2329 "id": "string",
2330 "reference": "string",
2331 "name": "string",
2332 "description": "string",
2333 "status": "DRAFT",
2334 "type": "NUMBER",
2335 "enum_values": [
2336 "string"
2337 ]
2338 }
2339 }
2340 ]
2341 },
2342 "on_demand": true,
2343 "wallet_grants": [
2344 {
2345 "wallet_type_id": "string",
2346 "wallet_type": {
2347 "object_type": "string",
2348 "id": "string",
2349 "name": "string",
2350 "reference": "string",
2351 "status": "DRAFT",
2352 "type": "CREDIT",
2353 "credit": {
2354 "grant_type": "CREDITS",
2355 "amount_grant": {
2356 "default_currency": "AED",
2357 "tax_category": "STANDARD"
2358 },
2359 "credits_grant": {
2360 "credit_type_id": "string"
2361 }
2362 },
2363 "balance": {
2364 "default_currency": "string"
2365 },
2366 "created_at": "string",
2367 "updated_at": "string"
2368 },
2369 "amount_grant": {
2370 "amount": {
2371 "quantity": "string",
2372 "currency": "AED"
2373 },
2374 "percentage": "string"
2375 },
2376 "credits_grant": {
2377 "credits": {
2378 "quantity": "string",
2379 "credit_type_id": "string"
2380 },
2381 "conversion": {
2382 "credit_type_id": "string",
2383 "rate": "string"
2384 }
2385 },
2386 "expiry_policy": {
2387 "expiry_period": {
2388 "type": "DAY",
2389 "value": 1
2390 }
2391 }
2392 }
2393 ],
2394 "type": "FLAT",
2395 "pricing_type": "FLAT",
2396 "bands": [
2397 {
2398 "amount": {
2399 "quantity": "string",
2400 "currency": "AED"
2401 },
2402 "percentage": "string",
2403 "credits": {
2404 "quantity": "string",
2405 "credit_type_id": "string"
2406 },
2407 "fixed_amount": {
2408 "quantity": "string",
2409 "currency": "AED"
2410 },
2411 "maximum_amount": {
2412 "quantity": "string",
2413 "currency": "AED"
2414 },
2415 "minimum_amount": {
2416 "quantity": "string",
2417 "currency": "AED"
2418 },
2419 "maximum_number": "string",
2420 "minimum_number": "string",
2421 "block_size": {
2422 "number": "string",
2423 "amount": {
2424 "quantity": "string",
2425 "currency": "AED"
2426 },
2427 "count": "string"
2428 },
2429 "tier_top_bound": {
2430 "number": "string",
2431 "amount": {
2432 "quantity": "string",
2433 "currency": "AED"
2434 },
2435 "count": "string"
2436 }
2437 }
2438 ]
2439 }
2440 ]
2441 }
2442 ],
2443 "fallback_currency": "AED"
2444 }
2445 ],
2446 "billing_period_configs": [
2447 {
2448 "billing_period": {
2449 "type": "DAY",
2450 "value": 1
2451 },
2452 "configs": [
2453 {
2454 "object_type": "string",
2455 "id": "string",
2456 "original_pricing_item_config_id": "string",
2457 "original_pricing_item_config": {},
2458 "details": {
2459 "billing_period": {
2460 "type": "DAY",
2461 "value": 1
2462 },
2463 "pricing_type": "FLAT",
2464 "pricing_period": {
2465 "type": "DAY",
2466 "value": 1
2467 },
2468 "bands": [
2469 {
2470 "amount": {
2471 "quantity": "string",
2472 "currency": "AED"
2473 },
2474 "percentage": "string",
2475 "credits": {
2476 "quantity": "string",
2477 "credit_type_id": "string"
2478 },
2479 "fixed_amount": {
2480 "quantity": "string",
2481 "currency": "AED"
2482 },
2483 "maximum_amount": {
2484 "quantity": "string",
2485 "currency": "AED"
2486 },
2487 "minimum_amount": {
2488 "quantity": "string",
2489 "currency": "AED"
2490 },
2491 "maximum_number": "string",
2492 "minimum_number": "string",
2493 "block_size": {
2494 "number": "string",
2495 "amount": {
2496 "quantity": "string",
2497 "currency": "AED"
2498 },
2499 "count": "string"
2500 },
2501 "tier_top_bound": {
2502 "number": "string",
2503 "amount": {
2504 "quantity": "string",
2505 "currency": "AED"
2506 },
2507 "count": "string"
2508 }
2509 }
2510 ]
2511 },
2512 "billing_period": {
2513 "type": "DAY",
2514 "value": 1
2515 },
2516 "pricing_period": {
2517 "type": "DAY",
2518 "value": 1
2519 },
2520 "default_included_volume": {
2521 "number": "string",
2522 "amount": {
2523 "quantity": "string",
2524 "currency": "AED"
2525 },
2526 "count": "string",
2527 "reset_type": "string"
2528 },
2529 "default_seats_value": {
2530 "number": "string",
2531 "amount": {
2532 "quantity": "string",
2533 "currency": "AED"
2534 },
2535 "count": "string"
2536 },
2537 "conditions": {
2538 "name": "string",
2539 "meter_properties": [
2540 {
2541 "id": "string",
2542 "reference": "string",
2543 "meter_property": {
2544 "object_type": "string",
2545 "id": "string",
2546 "reference": "string",
2547 "name": "string",
2548 "description": "string",
2549 "status": "DRAFT",
2550 "type": "NUMBER",
2551 "enum_values": [
2552 "string"
2553 ]
2554 },
2555 "value": "string",
2556 "values": [
2557 "string"
2558 ],
2559 "comparator": "EQUALS"
2560 }
2561 ],
2562 "configs": [
2563 {}
2564 ]
2565 },
2566 "tiering_conditions": {
2567 "name": "string",
2568 "expression": {
2569 "operator": "AND",
2570 "operands": [
2571 {
2572 "meter_property": {
2573 "id": "string",
2574 "reference": "string",
2575 "meter_property": {
2576 "object_type": "string",
2577 "id": "string",
2578 "reference": "string",
2579 "name": "string",
2580 "description": "string",
2581 "status": "DRAFT",
2582 "type": "NUMBER",
2583 "enum_values": [
2584 "string"
2585 ]
2586 },
2587 "value": "string",
2588 "values": [
2589 "string"
2590 ],
2591 "comparator": "EQUALS"
2592 },
2593 "expression": {}
2594 }
2595 ]
2596 },
2597 "meter_properties": [
2598 {
2599 "id": "string",
2600 "reference": "string",
2601 "meter_property": {
2602 "object_type": "string",
2603 "id": "string",
2604 "reference": "string",
2605 "name": "string",
2606 "description": "string",
2607 "status": "DRAFT",
2608 "type": "NUMBER",
2609 "enum_values": [
2610 "string"
2611 ]
2612 },
2613 "value": "string",
2614 "values": [
2615 "string"
2616 ],
2617 "comparator": "EQUALS"
2618 }
2619 ]
2620 },
2621 "order": 1,
2622 "billing_in_advance": true,
2623 "volume_group_reference": "string",
2624 "top_up": {
2625 "rollover": true
2626 },
2627 "split_pricing": {
2628 "meter_properties": [
2629 {
2630 "id": "string",
2631 "reference": "string",
2632 "value": "string",
2633 "meter_property": {
2634 "object_type": "string",
2635 "id": "string",
2636 "reference": "string",
2637 "name": "string",
2638 "description": "string",
2639 "status": "DRAFT",
2640 "type": "NUMBER",
2641 "enum_values": [
2642 "string"
2643 ]
2644 }
2645 }
2646 ]
2647 },
2648 "on_demand": true,
2649 "wallet_grants": [
2650 {
2651 "wallet_type_id": "string",
2652 "wallet_type": {
2653 "object_type": "string",
2654 "id": "string",
2655 "name": "string",
2656 "reference": "string",
2657 "status": "DRAFT",
2658 "type": "CREDIT",
2659 "credit": {
2660 "grant_type": "CREDITS",
2661 "amount_grant": {
2662 "default_currency": "AED",
2663 "tax_category": "STANDARD"
2664 },
2665 "credits_grant": {
2666 "credit_type_id": "string"
2667 }
2668 },
2669 "balance": {
2670 "default_currency": "string"
2671 },
2672 "created_at": "string",
2673 "updated_at": "string"
2674 },
2675 "amount_grant": {
2676 "amount": {
2677 "quantity": "string",
2678 "currency": "AED"
2679 },
2680 "percentage": "string"
2681 },
2682 "credits_grant": {
2683 "credits": {
2684 "quantity": "string",
2685 "credit_type_id": "string"
2686 },
2687 "conversion": {
2688 "credit_type_id": "string",
2689 "rate": "string"
2690 }
2691 },
2692 "expiry_policy": {
2693 "expiry_period": {
2694 "type": "DAY",
2695 "value": 1
2696 }
2697 }
2698 }
2699 ],
2700 "type": "FLAT",
2701 "pricing_type": "FLAT",
2702 "bands": [
2703 {
2704 "amount": {
2705 "quantity": "string",
2706 "currency": "AED"
2707 },
2708 "percentage": "string",
2709 "credits": {
2710 "quantity": "string",
2711 "credit_type_id": "string"
2712 },
2713 "fixed_amount": {
2714 "quantity": "string",
2715 "currency": "AED"
2716 },
2717 "maximum_amount": {
2718 "quantity": "string",
2719 "currency": "AED"
2720 },
2721 "minimum_amount": {
2722 "quantity": "string",
2723 "currency": "AED"
2724 },
2725 "maximum_number": "string",
2726 "minimum_number": "string",
2727 "block_size": {
2728 "number": "string",
2729 "amount": {
2730 "quantity": "string",
2731 "currency": "AED"
2732 },
2733 "count": "string"
2734 },
2735 "tier_top_bound": {
2736 "number": "string",
2737 "amount": {
2738 "quantity": "string",
2739 "currency": "AED"
2740 },
2741 "count": "string"
2742 }
2743 }
2744 ]
2745 }
2746 ]
2747 }
2748 ],
2749 "display_order": 1
2750 }
2751 ]
2752 }
2753 ],
2754 "pricing_categories": [
2755 {
2756 "object_type": "string",
2757 "id": "string",
2758 "product_category_id": "string",
2759 "product_category": {
2760 "object_type": "string",
2761 "id": "string",
2762 "name": "string",
2763 "reference": "string",
2764 "description": "string",
2765 "tax_category": "STANDARD",
2766 "display_order": 1,
2767 "customer_id": "string"
2768 },
2769 "pricings": [
2770 {
2771 "object_type": "string",
2772 "id": "string",
2773 "pricing_plan_version_id": "string",
2774 "pricing_plan_schedule_id": "string",
2775 "pricing_group_id": "string",
2776 "original_pricing_id": "string",
2777 "original_pricing": {},
2778 "override": "ALL",
2779 "name": "string",
2780 "product_type": "DEFAULT",
2781 "product_ids": [
2782 "string"
2783 ],
2784 "display_order": 1,
2785 "products": [
2786 {
2787 "object_type": "string",
2788 "id": "string",
2789 "category_id": "string",
2790 "category": {
2791 "object_type": "string",
2792 "id": "string",
2793 "name": "string",
2794 "reference": "string",
2795 "description": "string",
2796 "tax_category": "STANDARD",
2797 "display_order": 1,
2798 "customer_id": "string"
2799 },
2800 "parent_product_id": "string",
2801 "name": "string",
2802 "reference": "string",
2803 "description": "string",
2804 "status": "DRAFT",
2805 "product_type": "DEFAULT",
2806 "tax_category": "STANDARD",
2807 "features": [
2808 {
2809 "id": "string",
2810 "reference": "string"
2811 }
2812 ],
2813 "custom_fields": [
2814 {
2815 "id": "string",
2816 "reference": "string",
2817 "value": "string",
2818 "values": [
2819 "string"
2820 ],
2821 "integration_details": {
2822 "id": "string",
2823 "reference": "string",
2824 "payment_gateway_variant": "ADYEN",
2825 "adyen": {
2826 "recurring_detail_reference": "string"
2827 },
2828 "stripe": {
2829 "payment_method_id": "string"
2830 }
2831 },
2832 "integration_id": "string"
2833 }
2834 ],
2835 "display_order": 1,
2836 "linked_integrations": [
2837 {
2838 "id": "string",
2839 "link_details": [
2840 {
2841 "url": "string",
2842 "custom_field_name": "string"
2843 }
2844 ]
2845 }
2846 ],
2847 "billing_entity_id": "string",
2848 "customer_id": "string"
2849 }
2850 ],
2851 "entitlements": [
2852 {
2853 "feature_id": "string",
2854 "feature": {
2855 "object_type": "string",
2856 "id": "string",
2857 "reference": "string",
2858 "name": "string",
2859 "description": "string",
2860 "type": "SWITCH",
2861 "enum_values": [
2862 "string"
2863 ],
2864 "meter_value_calculation_id": "string",
2865 "meter_value_calculation": {
2866 "object_type": "string",
2867 "id": "string",
2868 "reference": "string",
2869 "name": "string",
2870 "description": "string",
2871 "calculation_type": "SUM",
2872 "persist": true,
2873 "meter_id": "string",
2874 "meter": {
2875 "object_type": "string",
2876 "id": "string",
2877 "reference": "string",
2878 "name": "string",
2879 "description": "string",
2880 "status": "DRAFT",
2881 "meter_values": [
2882 {
2883 "id": "string",
2884 "object": {
2885 "object_type": "string",
2886 "id": "string",
2887 "reference": "string",
2888 "name": "string",
2889 "description": "string",
2890 "status": "DRAFT",
2891 "type": "NUMBER"
2892 },
2893 "required": true
2894 }
2895 ],
2896 "meter_properties": [
2897 {
2898 "id": "string",
2899 "object": {
2900 "object_type": "string",
2901 "id": "string",
2902 "reference": "string",
2903 "name": "string",
2904 "description": "string",
2905 "status": "DRAFT",
2906 "type": "NUMBER",
2907 "enum_values": [
2908 "string"
2909 ]
2910 },
2911 "required": true
2912 }
2913 ]
2914 },
2915 "meter_value_id": "string",
2916 "meter_value": {
2917 "object_type": "string",
2918 "id": "string",
2919 "reference": "string",
2920 "name": "string",
2921 "description": "string",
2922 "status": "DRAFT",
2923 "type": "NUMBER"
2924 },
2925 "meter_property_id": "string",
2926 "meter_property": {
2927 "object_type": "string",
2928 "id": "string",
2929 "reference": "string",
2930 "name": "string",
2931 "description": "string",
2932 "status": "DRAFT",
2933 "type": "NUMBER",
2934 "enum_values": [
2935 "string"
2936 ]
2937 }
2938 }
2939 },
2940 "feature_reference": "string",
2941 "override": true,
2942 "number": "string",
2943 "switch": true,
2944 "amount": {
2945 "quantity": "string",
2946 "currency": "AED"
2947 },
2948 "enum": "string",
2949 "string": "string",
2950 "overwrite": true
2951 }
2952 ],
2953 "items": [
2954 {
2955 "object_type": "string",
2956 "id": "string",
2957 "original_pricing_item_id": "string",
2958 "original_pricing_item": {},
2959 "override": "ALL",
2960 "product_item_ids": [
2961 "string"
2962 ],
2963 "product_items": [
2964 {
2965 "object_type": "string",
2966 "id": "string",
2967 "product_id": "string",
2968 "product": {
2969 "object_type": "string",
2970 "id": "string",
2971 "category_id": "string",
2972 "category": {
2973 "object_type": "string",
2974 "id": "string",
2975 "name": "string",
2976 "reference": "string",
2977 "description": "string",
2978 "tax_category": "STANDARD",
2979 "display_order": 1,
2980 "customer_id": "string"
2981 },
2982 "parent_product_id": "string",
2983 "name": "string",
2984 "reference": "string",
2985 "description": "string",
2986 "status": "DRAFT",
2987 "product_type": "DEFAULT",
2988 "tax_category": "STANDARD",
2989 "features": [
2990 {
2991 "id": "string",
2992 "reference": "string"
2993 }
2994 ],
2995 "custom_fields": [
2996 {
2997 "id": "string",
2998 "reference": "string",
2999 "value": "string",
3000 "values": [
3001 "string"
3002 ],
3003 "integration_details": {
3004 "id": "string",
3005 "reference": "string",
3006 "payment_gateway_variant": "ADYEN",
3007 "adyen": {
3008 "recurring_detail_reference": "string"
3009 },
3010 "stripe": {
3011 "payment_method_id": "string"
3012 }
3013 },
3014 "integration_id": "string"
3015 }
3016 ],
3017 "display_order": 1,
3018 "linked_integrations": [
3019 {
3020 "id": "string",
3021 "link_details": [
3022 {
3023 "url": "string",
3024 "custom_field_name": "string"
3025 }
3026 ]
3027 }
3028 ],
3029 "billing_entity_id": "string",
3030 "customer_id": "string"
3031 },
3032 "name": "string",
3033 "status": "DRAFT",
3034 "reference": "string",
3035 "description": "string",
3036 "type": "REVENUE",
3037 "model_type": "USAGE_BASED",
3038 "usage_based": {
3039 "meter_value_calculation_id": "string",
3040 "meter_value_calculation": {
3041 "object_type": "string",
3042 "id": "string",
3043 "reference": "string",
3044 "name": "string",
3045 "description": "string",
3046 "calculation_type": "SUM",
3047 "persist": true,
3048 "meter_id": "string",
3049 "meter": {
3050 "object_type": "string",
3051 "id": "string",
3052 "reference": "string",
3053 "name": "string",
3054 "description": "string",
3055 "status": "DRAFT",
3056 "meter_values": [
3057 {
3058 "id": "string",
3059 "object": {
3060 "object_type": "string",
3061 "id": "string",
3062 "reference": "string",
3063 "name": "string",
3064 "description": "string",
3065 "status": "DRAFT",
3066 "type": "NUMBER"
3067 },
3068 "required": true
3069 }
3070 ],
3071 "meter_properties": [
3072 {
3073 "id": "string",
3074 "object": {
3075 "object_type": "string",
3076 "id": "string",
3077 "reference": "string",
3078 "name": "string",
3079 "description": "string",
3080 "status": "DRAFT",
3081 "type": "NUMBER",
3082 "enum_values": [
3083 "string"
3084 ]
3085 },
3086 "required": true
3087 }
3088 ]
3089 },
3090 "meter_value_id": "string",
3091 "meter_value": {
3092 "object_type": "string",
3093 "id": "string",
3094 "reference": "string",
3095 "name": "string",
3096 "description": "string",
3097 "status": "DRAFT",
3098 "type": "NUMBER"
3099 },
3100 "meter_property_id": "string",
3101 "meter_property": {
3102 "object_type": "string",
3103 "id": "string",
3104 "reference": "string",
3105 "name": "string",
3106 "description": "string",
3107 "status": "DRAFT",
3108 "type": "NUMBER",
3109 "enum_values": [
3110 "string"
3111 ]
3112 }
3113 },
3114 "tiering_meter_value_calculation_id": "string",
3115 "tiering_meter_value_calculation": {
3116 "object_type": "string",
3117 "id": "string",
3118 "reference": "string",
3119 "name": "string",
3120 "description": "string",
3121 "calculation_type": "SUM",
3122 "persist": true,
3123 "meter_id": "string",
3124 "meter": {
3125 "object_type": "string",
3126 "id": "string",
3127 "reference": "string",
3128 "name": "string",
3129 "description": "string",
3130 "status": "DRAFT",
3131 "meter_values": [
3132 {
3133 "id": "string",
3134 "object": {
3135 "object_type": "string",
3136 "id": "string",
3137 "reference": "string",
3138 "name": "string",
3139 "description": "string",
3140 "status": "DRAFT",
3141 "type": "NUMBER"
3142 },
3143 "required": true
3144 }
3145 ],
3146 "meter_properties": [
3147 {
3148 "id": "string",
3149 "object": {
3150 "object_type": "string",
3151 "id": "string",
3152 "reference": "string",
3153 "name": "string",
3154 "description": "string",
3155 "status": "DRAFT",
3156 "type": "NUMBER",
3157 "enum_values": [
3158 "string"
3159 ]
3160 },
3161 "required": true
3162 }
3163 ]
3164 },
3165 "meter_value_id": "string",
3166 "meter_value": {
3167 "object_type": "string",
3168 "id": "string",
3169 "reference": "string",
3170 "name": "string",
3171 "description": "string",
3172 "status": "DRAFT",
3173 "type": "NUMBER"
3174 },
3175 "meter_property_id": "string",
3176 "meter_property": {
3177 "object_type": "string",
3178 "id": "string",
3179 "reference": "string",
3180 "name": "string",
3181 "description": "string",
3182 "status": "DRAFT",
3183 "type": "NUMBER",
3184 "enum_values": [
3185 "string"
3186 ]
3187 }
3188 },
3189 "report_meter_value_calculation_ids": [
3190 "string"
3191 ],
3192 "conditions": {
3193 "name": "string",
3194 "expression": {
3195 "operator": "AND",
3196 "operands": [
3197 {
3198 "meter_property": {
3199 "id": "string",
3200 "reference": "string",
3201 "meter_property": {
3202 "object_type": "string",
3203 "id": "string",
3204 "reference": "string",
3205 "name": "string",
3206 "description": "string",
3207 "status": "DRAFT",
3208 "type": "NUMBER",
3209 "enum_values": [
3210 "string"
3211 ]
3212 },
3213 "value": "string",
3214 "values": [
3215 "string"
3216 ],
3217 "comparator": "EQUALS"
3218 },
3219 "expression": {}
3220 }
3221 ]
3222 },
3223 "meter_properties": [
3224 {
3225 "id": "string",
3226 "reference": "string",
3227 "meter_property": {
3228 "object_type": "string",
3229 "id": "string",
3230 "reference": "string",
3231 "name": "string",
3232 "description": "string",
3233 "status": "DRAFT",
3234 "type": "NUMBER",
3235 "enum_values": [
3236 "string"
3237 ]
3238 },
3239 "value": "string",
3240 "values": [
3241 "string"
3242 ],
3243 "comparator": "EQUALS"
3244 }
3245 ]
3246 }
3247 },
3248 "credits": {
3249 "credit_type_id": "string",
3250 "credit_type": {
3251 "object_type": "string",
3252 "id": "string",
3253 "reference": "string",
3254 "status": "DRAFT",
3255 "name": "string",
3256 "description": "string",
3257 "unit_name": {
3258 "singular": "string",
3259 "plural": "string"
3260 },
3261 "created_at": "string",
3262 "updated_at": "string"
3263 }
3264 },
3265 "meter_value_calculation": {
3266 "object_type": "string",
3267 "id": "string",
3268 "reference": "string",
3269 "name": "string",
3270 "description": "string",
3271 "calculation_type": "SUM",
3272 "persist": true,
3273 "meter_id": "string",
3274 "meter": {
3275 "object_type": "string",
3276 "id": "string",
3277 "reference": "string",
3278 "name": "string",
3279 "description": "string",
3280 "status": "DRAFT",
3281 "meter_values": [
3282 {
3283 "id": "string",
3284 "object": {
3285 "object_type": "string",
3286 "id": "string",
3287 "reference": "string",
3288 "name": "string",
3289 "description": "string",
3290 "status": "DRAFT",
3291 "type": "NUMBER"
3292 },
3293 "required": true
3294 }
3295 ],
3296 "meter_properties": [
3297 {
3298 "id": "string",
3299 "object": {
3300 "object_type": "string",
3301 "id": "string",
3302 "reference": "string",
3303 "name": "string",
3304 "description": "string",
3305 "status": "DRAFT",
3306 "type": "NUMBER",
3307 "enum_values": [
3308 "string"
3309 ]
3310 },
3311 "required": true
3312 }
3313 ]
3314 },
3315 "meter_value_id": "string",
3316 "meter_value": {
3317 "object_type": "string",
3318 "id": "string",
3319 "reference": "string",
3320 "name": "string",
3321 "description": "string",
3322 "status": "DRAFT",
3323 "type": "NUMBER"
3324 },
3325 "meter_property_id": "string",
3326 "meter_property": {
3327 "object_type": "string",
3328 "id": "string",
3329 "reference": "string",
3330 "name": "string",
3331 "description": "string",
3332 "status": "DRAFT",
3333 "type": "NUMBER",
3334 "enum_values": [
3335 "string"
3336 ]
3337 }
3338 },
3339 "tax_category": "STANDARD",
3340 "display_order": 1,
3341 "unit_name": {
3342 "singular": "string",
3343 "plural": "string"
3344 },
3345 "custom_fields": [
3346 {
3347 "id": "string",
3348 "reference": "string",
3349 "value": "string",
3350 "values": [
3351 "string"
3352 ],
3353 "integration_details": {
3354 "id": "string",
3355 "reference": "string",
3356 "payment_gateway_variant": "ADYEN",
3357 "adyen": {
3358 "recurring_detail_reference": "string"
3359 },
3360 "stripe": {
3361 "payment_method_id": "string"
3362 }
3363 },
3364 "integration_id": "string"
3365 }
3366 ],
3367 "customer_id": "string",
3368 "meter_value_calculation_id": "string",
3369 "report_meter_value_calculation_ids": [
3370 "string"
3371 ]
3372 }
3373 ],
3374 "configs": [
3375 {
3376 "object_type": "string",
3377 "id": "string",
3378 "original_pricing_item_config_id": "string",
3379 "original_pricing_item_config": {},
3380 "details": {
3381 "billing_period": {
3382 "type": "DAY",
3383 "value": 1
3384 },
3385 "pricing_type": "FLAT",
3386 "pricing_period": {
3387 "type": "DAY",
3388 "value": 1
3389 },
3390 "bands": [
3391 {
3392 "amount": {
3393 "quantity": "string",
3394 "currency": "AED"
3395 },
3396 "percentage": "string",
3397 "credits": {
3398 "quantity": "string",
3399 "credit_type_id": "string"
3400 },
3401 "fixed_amount": {
3402 "quantity": "string",
3403 "currency": "AED"
3404 },
3405 "maximum_amount": {
3406 "quantity": "string",
3407 "currency": "AED"
3408 },
3409 "minimum_amount": {
3410 "quantity": "string",
3411 "currency": "AED"
3412 },
3413 "maximum_number": "string",
3414 "minimum_number": "string",
3415 "block_size": {
3416 "number": "string",
3417 "amount": {
3418 "quantity": "string",
3419 "currency": "AED"
3420 },
3421 "count": "string"
3422 },
3423 "tier_top_bound": {
3424 "number": "string",
3425 "amount": {
3426 "quantity": "string",
3427 "currency": "AED"
3428 },
3429 "count": "string"
3430 }
3431 }
3432 ]
3433 },
3434 "billing_period": {
3435 "type": "DAY",
3436 "value": 1
3437 },
3438 "pricing_period": {
3439 "type": "DAY",
3440 "value": 1
3441 },
3442 "default_included_volume": {
3443 "number": "string",
3444 "amount": {
3445 "quantity": "string",
3446 "currency": "AED"
3447 },
3448 "count": "string",
3449 "reset_type": "string"
3450 },
3451 "default_seats_value": {
3452 "number": "string",
3453 "amount": {
3454 "quantity": "string",
3455 "currency": "AED"
3456 },
3457 "count": "string"
3458 },
3459 "conditions": {
3460 "name": "string",
3461 "meter_properties": [
3462 {
3463 "id": "string",
3464 "reference": "string",
3465 "meter_property": {
3466 "object_type": "string",
3467 "id": "string",
3468 "reference": "string",
3469 "name": "string",
3470 "description": "string",
3471 "status": "DRAFT",
3472 "type": "NUMBER",
3473 "enum_values": [
3474 "string"
3475 ]
3476 },
3477 "value": "string",
3478 "values": [
3479 "string"
3480 ],
3481 "comparator": "EQUALS"
3482 }
3483 ],
3484 "configs": [
3485 {}
3486 ]
3487 },
3488 "tiering_conditions": {
3489 "name": "string",
3490 "expression": {
3491 "operator": "AND",
3492 "operands": [
3493 {
3494 "meter_property": {
3495 "id": "string",
3496 "reference": "string",
3497 "meter_property": {
3498 "object_type": "string",
3499 "id": "string",
3500 "reference": "string",
3501 "name": "string",
3502 "description": "string",
3503 "status": "DRAFT",
3504 "type": "NUMBER",
3505 "enum_values": [
3506 "string"
3507 ]
3508 },
3509 "value": "string",
3510 "values": [
3511 "string"
3512 ],
3513 "comparator": "EQUALS"
3514 },
3515 "expression": {}
3516 }
3517 ]
3518 },
3519 "meter_properties": [
3520 {
3521 "id": "string",
3522 "reference": "string",
3523 "meter_property": {
3524 "object_type": "string",
3525 "id": "string",
3526 "reference": "string",
3527 "name": "string",
3528 "description": "string",
3529 "status": "DRAFT",
3530 "type": "NUMBER",
3531 "enum_values": [
3532 "string"
3533 ]
3534 },
3535 "value": "string",
3536 "values": [
3537 "string"
3538 ],
3539 "comparator": "EQUALS"
3540 }
3541 ]
3542 },
3543 "order": 1,
3544 "billing_in_advance": true,
3545 "volume_group_reference": "string",
3546 "top_up": {
3547 "rollover": true
3548 },
3549 "split_pricing": {
3550 "meter_properties": [
3551 {
3552 "id": "string",
3553 "reference": "string",
3554 "value": "string",
3555 "meter_property": {
3556 "object_type": "string",
3557 "id": "string",
3558 "reference": "string",
3559 "name": "string",
3560 "description": "string",
3561 "status": "DRAFT",
3562 "type": "NUMBER",
3563 "enum_values": [
3564 "string"
3565 ]
3566 }
3567 }
3568 ]
3569 },
3570 "on_demand": true,
3571 "wallet_grants": [
3572 {
3573 "wallet_type_id": "string",
3574 "wallet_type": {
3575 "object_type": "string",
3576 "id": "string",
3577 "name": "string",
3578 "reference": "string",
3579 "status": "DRAFT",
3580 "type": "CREDIT",
3581 "credit": {
3582 "grant_type": "CREDITS",
3583 "amount_grant": {
3584 "default_currency": "AED",
3585 "tax_category": "STANDARD"
3586 },
3587 "credits_grant": {
3588 "credit_type_id": "string"
3589 }
3590 },
3591 "balance": {
3592 "default_currency": "string"
3593 },
3594 "created_at": "string",
3595 "updated_at": "string"
3596 },
3597 "amount_grant": {
3598 "amount": {
3599 "quantity": "string",
3600 "currency": "AED"
3601 },
3602 "percentage": "string"
3603 },
3604 "credits_grant": {
3605 "credits": {
3606 "quantity": "string",
3607 "credit_type_id": "string"
3608 },
3609 "conversion": {
3610 "credit_type_id": "string",
3611 "rate": "string"
3612 }
3613 },
3614 "expiry_policy": {
3615 "expiry_period": {
3616 "type": "DAY",
3617 "value": 1
3618 }
3619 }
3620 }
3621 ],
3622 "type": "FLAT",
3623 "pricing_type": "FLAT",
3624 "bands": [
3625 {
3626 "amount": {
3627 "quantity": "string",
3628 "currency": "AED"
3629 },
3630 "percentage": "string",
3631 "credits": {
3632 "quantity": "string",
3633 "credit_type_id": "string"
3634 },
3635 "fixed_amount": {
3636 "quantity": "string",
3637 "currency": "AED"
3638 },
3639 "maximum_amount": {
3640 "quantity": "string",
3641 "currency": "AED"
3642 },
3643 "minimum_amount": {
3644 "quantity": "string",
3645 "currency": "AED"
3646 },
3647 "maximum_number": "string",
3648 "minimum_number": "string",
3649 "block_size": {
3650 "number": "string",
3651 "amount": {
3652 "quantity": "string",
3653 "currency": "AED"
3654 },
3655 "count": "string"
3656 },
3657 "tier_top_bound": {
3658 "number": "string",
3659 "amount": {
3660 "quantity": "string",
3661 "currency": "AED"
3662 },
3663 "count": "string"
3664 }
3665 }
3666 ]
3667 }
3668 ],
3669 "pricing_currency_configs": [
3670 {
3671 "currency": "AED",
3672 "configs": [
3673 {
3674 "object_type": "string",
3675 "id": "string",
3676 "original_pricing_item_config_id": "string",
3677 "original_pricing_item_config": {},
3678 "details": {
3679 "billing_period": {
3680 "type": "DAY",
3681 "value": 1
3682 },
3683 "pricing_type": "FLAT",
3684 "pricing_period": {
3685 "type": "DAY",
3686 "value": 1
3687 },
3688 "bands": [
3689 {
3690 "amount": {
3691 "quantity": "string",
3692 "currency": "AED"
3693 },
3694 "percentage": "string",
3695 "credits": {
3696 "quantity": "string",
3697 "credit_type_id": "string"
3698 },
3699 "fixed_amount": {
3700 "quantity": "string",
3701 "currency": "AED"
3702 },
3703 "maximum_amount": {
3704 "quantity": "string",
3705 "currency": "AED"
3706 },
3707 "minimum_amount": {
3708 "quantity": "string",
3709 "currency": "AED"
3710 },
3711 "maximum_number": "string",
3712 "minimum_number": "string",
3713 "block_size": {
3714 "number": "string",
3715 "amount": {
3716 "quantity": "string",
3717 "currency": "AED"
3718 },
3719 "count": "string"
3720 },
3721 "tier_top_bound": {
3722 "number": "string",
3723 "amount": {
3724 "quantity": "string",
3725 "currency": "AED"
3726 },
3727 "count": "string"
3728 }
3729 }
3730 ]
3731 },
3732 "billing_period": {
3733 "type": "DAY",
3734 "value": 1
3735 },
3736 "pricing_period": {
3737 "type": "DAY",
3738 "value": 1
3739 },
3740 "default_included_volume": {
3741 "number": "string",
3742 "amount": {
3743 "quantity": "string",
3744 "currency": "AED"
3745 },
3746 "count": "string",
3747 "reset_type": "string"
3748 },
3749 "default_seats_value": {
3750 "number": "string",
3751 "amount": {
3752 "quantity": "string",
3753 "currency": "AED"
3754 },
3755 "count": "string"
3756 },
3757 "conditions": {
3758 "name": "string",
3759 "meter_properties": [
3760 {
3761 "id": "string",
3762 "reference": "string",
3763 "meter_property": {
3764 "object_type": "string",
3765 "id": "string",
3766 "reference": "string",
3767 "name": "string",
3768 "description": "string",
3769 "status": "DRAFT",
3770 "type": "NUMBER",
3771 "enum_values": [
3772 "string"
3773 ]
3774 },
3775 "value": "string",
3776 "values": [
3777 "string"
3778 ],
3779 "comparator": "EQUALS"
3780 }
3781 ],
3782 "configs": [
3783 {}
3784 ]
3785 },
3786 "tiering_conditions": {
3787 "name": "string",
3788 "expression": {
3789 "operator": "AND",
3790 "operands": [
3791 {
3792 "meter_property": {
3793 "id": "string",
3794 "reference": "string",
3795 "meter_property": {
3796 "object_type": "string",
3797 "id": "string",
3798 "reference": "string",
3799 "name": "string",
3800 "description": "string",
3801 "status": "DRAFT",
3802 "type": "NUMBER",
3803 "enum_values": [
3804 "string"
3805 ]
3806 },
3807 "value": "string",
3808 "values": [
3809 "string"
3810 ],
3811 "comparator": "EQUALS"
3812 },
3813 "expression": {}
3814 }
3815 ]
3816 },
3817 "meter_properties": [
3818 {
3819 "id": "string",
3820 "reference": "string",
3821 "meter_property": {
3822 "object_type": "string",
3823 "id": "string",
3824 "reference": "string",
3825 "name": "string",
3826 "description": "string",
3827 "status": "DRAFT",
3828 "type": "NUMBER",
3829 "enum_values": [
3830 "string"
3831 ]
3832 },
3833 "value": "string",
3834 "values": [
3835 "string"
3836 ],
3837 "comparator": "EQUALS"
3838 }
3839 ]
3840 },
3841 "order": 1,
3842 "billing_in_advance": true,
3843 "volume_group_reference": "string",
3844 "top_up": {
3845 "rollover": true
3846 },
3847 "split_pricing": {
3848 "meter_properties": [
3849 {
3850 "id": "string",
3851 "reference": "string",
3852 "value": "string",
3853 "meter_property": {
3854 "object_type": "string",
3855 "id": "string",
3856 "reference": "string",
3857 "name": "string",
3858 "description": "string",
3859 "status": "DRAFT",
3860 "type": "NUMBER",
3861 "enum_values": [
3862 "string"
3863 ]
3864 }
3865 }
3866 ]
3867 },
3868 "on_demand": true,
3869 "wallet_grants": [
3870 {
3871 "wallet_type_id": "string",
3872 "wallet_type": {
3873 "object_type": "string",
3874 "id": "string",
3875 "name": "string",
3876 "reference": "string",
3877 "status": "DRAFT",
3878 "type": "CREDIT",
3879 "credit": {
3880 "grant_type": "CREDITS",
3881 "amount_grant": {
3882 "default_currency": "AED",
3883 "tax_category": "STANDARD"
3884 },
3885 "credits_grant": {
3886 "credit_type_id": "string"
3887 }
3888 },
3889 "balance": {
3890 "default_currency": "string"
3891 },
3892 "created_at": "string",
3893 "updated_at": "string"
3894 },
3895 "amount_grant": {
3896 "amount": {
3897 "quantity": "string",
3898 "currency": "AED"
3899 },
3900 "percentage": "string"
3901 },
3902 "credits_grant": {
3903 "credits": {
3904 "quantity": "string",
3905 "credit_type_id": "string"
3906 },
3907 "conversion": {
3908 "credit_type_id": "string",
3909 "rate": "string"
3910 }
3911 },
3912 "expiry_policy": {
3913 "expiry_period": {
3914 "type": "DAY",
3915 "value": 1
3916 }
3917 }
3918 }
3919 ],
3920 "type": "FLAT",
3921 "pricing_type": "FLAT",
3922 "bands": [
3923 {
3924 "amount": {
3925 "quantity": "string",
3926 "currency": "AED"
3927 },
3928 "percentage": "string",
3929 "credits": {
3930 "quantity": "string",
3931 "credit_type_id": "string"
3932 },
3933 "fixed_amount": {
3934 "quantity": "string",
3935 "currency": "AED"
3936 },
3937 "maximum_amount": {
3938 "quantity": "string",
3939 "currency": "AED"
3940 },
3941 "minimum_amount": {
3942 "quantity": "string",
3943 "currency": "AED"
3944 },
3945 "maximum_number": "string",
3946 "minimum_number": "string",
3947 "block_size": {
3948 "number": "string",
3949 "amount": {
3950 "quantity": "string",
3951 "currency": "AED"
3952 },
3953 "count": "string"
3954 },
3955 "tier_top_bound": {
3956 "number": "string",
3957 "amount": {
3958 "quantity": "string",
3959 "currency": "AED"
3960 },
3961 "count": "string"
3962 }
3963 }
3964 ]
3965 }
3966 ],
3967 "billing_period_configs": [
3968 {
3969 "billing_period": {
3970 "type": "DAY",
3971 "value": 1
3972 },
3973 "configs": [
3974 {
3975 "object_type": "string",
3976 "id": "string",
3977 "original_pricing_item_config_id": "string",
3978 "original_pricing_item_config": {},
3979 "details": {
3980 "billing_period": {
3981 "type": "DAY",
3982 "value": 1
3983 },
3984 "pricing_type": "FLAT",
3985 "pricing_period": {
3986 "type": "DAY",
3987 "value": 1
3988 },
3989 "bands": [
3990 {
3991 "amount": {
3992 "quantity": "string",
3993 "currency": "AED"
3994 },
3995 "percentage": "string",
3996 "credits": {
3997 "quantity": "string",
3998 "credit_type_id": "string"
3999 },
4000 "fixed_amount": {
4001 "quantity": "string",
4002 "currency": "AED"
4003 },
4004 "maximum_amount": {
4005 "quantity": "string",
4006 "currency": "AED"
4007 },
4008 "minimum_amount": {
4009 "quantity": "string",
4010 "currency": "AED"
4011 },
4012 "maximum_number": "string",
4013 "minimum_number": "string",
4014 "block_size": {
4015 "number": "string",
4016 "amount": {
4017 "quantity": "string",
4018 "currency": "AED"
4019 },
4020 "count": "string"
4021 },
4022 "tier_top_bound": {
4023 "number": "string",
4024 "amount": {
4025 "quantity": "string",
4026 "currency": "AED"
4027 },
4028 "count": "string"
4029 }
4030 }
4031 ]
4032 },
4033 "billing_period": {
4034 "type": "DAY",
4035 "value": 1
4036 },
4037 "pricing_period": {
4038 "type": "DAY",
4039 "value": 1
4040 },
4041 "default_included_volume": {
4042 "number": "string",
4043 "amount": {
4044 "quantity": "string",
4045 "currency": "AED"
4046 },
4047 "count": "string",
4048 "reset_type": "string"
4049 },
4050 "default_seats_value": {
4051 "number": "string",
4052 "amount": {
4053 "quantity": "string",
4054 "currency": "AED"
4055 },
4056 "count": "string"
4057 },
4058 "conditions": {
4059 "name": "string",
4060 "meter_properties": [
4061 {
4062 "id": "string",
4063 "reference": "string",
4064 "meter_property": {
4065 "object_type": "string",
4066 "id": "string",
4067 "reference": "string",
4068 "name": "string",
4069 "description": "string",
4070 "status": "DRAFT",
4071 "type": "NUMBER",
4072 "enum_values": [
4073 "string"
4074 ]
4075 },
4076 "value": "string",
4077 "values": [
4078 "string"
4079 ],
4080 "comparator": "EQUALS"
4081 }
4082 ],
4083 "configs": [
4084 {}
4085 ]
4086 },
4087 "tiering_conditions": {
4088 "name": "string",
4089 "expression": {
4090 "operator": "AND",
4091 "operands": [
4092 {
4093 "meter_property": {
4094 "id": "string",
4095 "reference": "string",
4096 "meter_property": {
4097 "object_type": "string",
4098 "id": "string",
4099 "reference": "string",
4100 "name": "string",
4101 "description": "string",
4102 "status": "DRAFT",
4103 "type": "NUMBER",
4104 "enum_values": [
4105 "string"
4106 ]
4107 },
4108 "value": "string",
4109 "values": [
4110 "string"
4111 ],
4112 "comparator": "EQUALS"
4113 },
4114 "expression": {}
4115 }
4116 ]
4117 },
4118 "meter_properties": [
4119 {
4120 "id": "string",
4121 "reference": "string",
4122 "meter_property": {
4123 "object_type": "string",
4124 "id": "string",
4125 "reference": "string",
4126 "name": "string",
4127 "description": "string",
4128 "status": "DRAFT",
4129 "type": "NUMBER",
4130 "enum_values": [
4131 "string"
4132 ]
4133 },
4134 "value": "string",
4135 "values": [
4136 "string"
4137 ],
4138 "comparator": "EQUALS"
4139 }
4140 ]
4141 },
4142 "order": 1,
4143 "billing_in_advance": true,
4144 "volume_group_reference": "string",
4145 "top_up": {
4146 "rollover": true
4147 },
4148 "split_pricing": {
4149 "meter_properties": [
4150 {
4151 "id": "string",
4152 "reference": "string",
4153 "value": "string",
4154 "meter_property": {
4155 "object_type": "string",
4156 "id": "string",
4157 "reference": "string",
4158 "name": "string",
4159 "description": "string",
4160 "status": "DRAFT",
4161 "type": "NUMBER",
4162 "enum_values": [
4163 "string"
4164 ]
4165 }
4166 }
4167 ]
4168 },
4169 "on_demand": true,
4170 "wallet_grants": [
4171 {
4172 "wallet_type_id": "string",
4173 "wallet_type": {
4174 "object_type": "string",
4175 "id": "string",
4176 "name": "string",
4177 "reference": "string",
4178 "status": "DRAFT",
4179 "type": "CREDIT",
4180 "credit": {
4181 "grant_type": "CREDITS",
4182 "amount_grant": {
4183 "default_currency": "AED",
4184 "tax_category": "STANDARD"
4185 },
4186 "credits_grant": {
4187 "credit_type_id": "string"
4188 }
4189 },
4190 "balance": {
4191 "default_currency": "string"
4192 },
4193 "created_at": "string",
4194 "updated_at": "string"
4195 },
4196 "amount_grant": {
4197 "amount": {
4198 "quantity": "string",
4199 "currency": "AED"
4200 },
4201 "percentage": "string"
4202 },
4203 "credits_grant": {
4204 "credits": {
4205 "quantity": "string",
4206 "credit_type_id": "string"
4207 },
4208 "conversion": {
4209 "credit_type_id": "string",
4210 "rate": "string"
4211 }
4212 },
4213 "expiry_policy": {
4214 "expiry_period": {
4215 "type": "DAY",
4216 "value": 1
4217 }
4218 }
4219 }
4220 ],
4221 "type": "FLAT",
4222 "pricing_type": "FLAT",
4223 "bands": [
4224 {
4225 "amount": {
4226 "quantity": "string",
4227 "currency": "AED"
4228 },
4229 "percentage": "string",
4230 "credits": {
4231 "quantity": "string",
4232 "credit_type_id": "string"
4233 },
4234 "fixed_amount": {
4235 "quantity": "string",
4236 "currency": "AED"
4237 },
4238 "maximum_amount": {
4239 "quantity": "string",
4240 "currency": "AED"
4241 },
4242 "minimum_amount": {
4243 "quantity": "string",
4244 "currency": "AED"
4245 },
4246 "maximum_number": "string",
4247 "minimum_number": "string",
4248 "block_size": {
4249 "number": "string",
4250 "amount": {
4251 "quantity": "string",
4252 "currency": "AED"
4253 },
4254 "count": "string"
4255 },
4256 "tier_top_bound": {
4257 "number": "string",
4258 "amount": {
4259 "quantity": "string",
4260 "currency": "AED"
4261 },
4262 "count": "string"
4263 }
4264 }
4265 ]
4266 }
4267 ]
4268 }
4269 ],
4270 "fallback_currency": "AED"
4271 }
4272 ],
4273 "billing_period_configs": [
4274 {
4275 "billing_period": {
4276 "type": "DAY",
4277 "value": 1
4278 },
4279 "configs": [
4280 {
4281 "object_type": "string",
4282 "id": "string",
4283 "original_pricing_item_config_id": "string",
4284 "original_pricing_item_config": {},
4285 "details": {
4286 "billing_period": {
4287 "type": "DAY",
4288 "value": 1
4289 },
4290 "pricing_type": "FLAT",
4291 "pricing_period": {
4292 "type": "DAY",
4293 "value": 1
4294 },
4295 "bands": [
4296 {
4297 "amount": {
4298 "quantity": "string",
4299 "currency": "AED"
4300 },
4301 "percentage": "string",
4302 "credits": {
4303 "quantity": "string",
4304 "credit_type_id": "string"
4305 },
4306 "fixed_amount": {
4307 "quantity": "string",
4308 "currency": "AED"
4309 },
4310 "maximum_amount": {
4311 "quantity": "string",
4312 "currency": "AED"
4313 },
4314 "minimum_amount": {
4315 "quantity": "string",
4316 "currency": "AED"
4317 },
4318 "maximum_number": "string",
4319 "minimum_number": "string",
4320 "block_size": {
4321 "number": "string",
4322 "amount": {
4323 "quantity": "string",
4324 "currency": "AED"
4325 },
4326 "count": "string"
4327 },
4328 "tier_top_bound": {
4329 "number": "string",
4330 "amount": {
4331 "quantity": "string",
4332 "currency": "AED"
4333 },
4334 "count": "string"
4335 }
4336 }
4337 ]
4338 },
4339 "billing_period": {
4340 "type": "DAY",
4341 "value": 1
4342 },
4343 "pricing_period": {
4344 "type": "DAY",
4345 "value": 1
4346 },
4347 "default_included_volume": {
4348 "number": "string",
4349 "amount": {
4350 "quantity": "string",
4351 "currency": "AED"
4352 },
4353 "count": "string",
4354 "reset_type": "string"
4355 },
4356 "default_seats_value": {
4357 "number": "string",
4358 "amount": {
4359 "quantity": "string",
4360 "currency": "AED"
4361 },
4362 "count": "string"
4363 },
4364 "conditions": {
4365 "name": "string",
4366 "meter_properties": [
4367 {
4368 "id": "string",
4369 "reference": "string",
4370 "meter_property": {
4371 "object_type": "string",
4372 "id": "string",
4373 "reference": "string",
4374 "name": "string",
4375 "description": "string",
4376 "status": "DRAFT",
4377 "type": "NUMBER",
4378 "enum_values": [
4379 "string"
4380 ]
4381 },
4382 "value": "string",
4383 "values": [
4384 "string"
4385 ],
4386 "comparator": "EQUALS"
4387 }
4388 ],
4389 "configs": [
4390 {}
4391 ]
4392 },
4393 "tiering_conditions": {
4394 "name": "string",
4395 "expression": {
4396 "operator": "AND",
4397 "operands": [
4398 {
4399 "meter_property": {
4400 "id": "string",
4401 "reference": "string",
4402 "meter_property": {
4403 "object_type": "string",
4404 "id": "string",
4405 "reference": "string",
4406 "name": "string",
4407 "description": "string",
4408 "status": "DRAFT",
4409 "type": "NUMBER",
4410 "enum_values": [
4411 "string"
4412 ]
4413 },
4414 "value": "string",
4415 "values": [
4416 "string"
4417 ],
4418 "comparator": "EQUALS"
4419 },
4420 "expression": {}
4421 }
4422 ]
4423 },
4424 "meter_properties": [
4425 {
4426 "id": "string",
4427 "reference": "string",
4428 "meter_property": {
4429 "object_type": "string",
4430 "id": "string",
4431 "reference": "string",
4432 "name": "string",
4433 "description": "string",
4434 "status": "DRAFT",
4435 "type": "NUMBER",
4436 "enum_values": [
4437 "string"
4438 ]
4439 },
4440 "value": "string",
4441 "values": [
4442 "string"
4443 ],
4444 "comparator": "EQUALS"
4445 }
4446 ]
4447 },
4448 "order": 1,
4449 "billing_in_advance": true,
4450 "volume_group_reference": "string",
4451 "top_up": {
4452 "rollover": true
4453 },
4454 "split_pricing": {
4455 "meter_properties": [
4456 {
4457 "id": "string",
4458 "reference": "string",
4459 "value": "string",
4460 "meter_property": {
4461 "object_type": "string",
4462 "id": "string",
4463 "reference": "string",
4464 "name": "string",
4465 "description": "string",
4466 "status": "DRAFT",
4467 "type": "NUMBER",
4468 "enum_values": [
4469 "string"
4470 ]
4471 }
4472 }
4473 ]
4474 },
4475 "on_demand": true,
4476 "wallet_grants": [
4477 {
4478 "wallet_type_id": "string",
4479 "wallet_type": {
4480 "object_type": "string",
4481 "id": "string",
4482 "name": "string",
4483 "reference": "string",
4484 "status": "DRAFT",
4485 "type": "CREDIT",
4486 "credit": {
4487 "grant_type": "CREDITS",
4488 "amount_grant": {
4489 "default_currency": "AED",
4490 "tax_category": "STANDARD"
4491 },
4492 "credits_grant": {
4493 "credit_type_id": "string"
4494 }
4495 },
4496 "balance": {
4497 "default_currency": "string"
4498 },
4499 "created_at": "string",
4500 "updated_at": "string"
4501 },
4502 "amount_grant": {
4503 "amount": {
4504 "quantity": "string",
4505 "currency": "AED"
4506 },
4507 "percentage": "string"
4508 },
4509 "credits_grant": {
4510 "credits": {
4511 "quantity": "string",
4512 "credit_type_id": "string"
4513 },
4514 "conversion": {
4515 "credit_type_id": "string",
4516 "rate": "string"
4517 }
4518 },
4519 "expiry_policy": {
4520 "expiry_period": {
4521 "type": "DAY",
4522 "value": 1
4523 }
4524 }
4525 }
4526 ],
4527 "type": "FLAT",
4528 "pricing_type": "FLAT",
4529 "bands": [
4530 {
4531 "amount": {
4532 "quantity": "string",
4533 "currency": "AED"
4534 },
4535 "percentage": "string",
4536 "credits": {
4537 "quantity": "string",
4538 "credit_type_id": "string"
4539 },
4540 "fixed_amount": {
4541 "quantity": "string",
4542 "currency": "AED"
4543 },
4544 "maximum_amount": {
4545 "quantity": "string",
4546 "currency": "AED"
4547 },
4548 "minimum_amount": {
4549 "quantity": "string",
4550 "currency": "AED"
4551 },
4552 "maximum_number": "string",
4553 "minimum_number": "string",
4554 "block_size": {
4555 "number": "string",
4556 "amount": {
4557 "quantity": "string",
4558 "currency": "AED"
4559 },
4560 "count": "string"
4561 },
4562 "tier_top_bound": {
4563 "number": "string",
4564 "amount": {
4565 "quantity": "string",
4566 "currency": "AED"
4567 },
4568 "count": "string"
4569 }
4570 }
4571 ]
4572 }
4573 ]
4574 }
4575 ],
4576 "display_order": 1
4577 }
4578 ]
4579 }
4580 ],
4581 "pricing_groups": [
4582 {
4583 "object_type": "string",
4584 "id": "string",
4585 "pricing_plan_version_id": "string",
4586 "pricing_plan_schedule_id": "string",
4587 "name": "string",
4588 "product_type": "DEFAULT",
4589 "selection_constraint": "ANY",
4590 "display_order": 1,
4591 "pricings": [
4592 {
4593 "object_type": "string",
4594 "id": "string",
4595 "pricing_plan_version_id": "string",
4596 "pricing_plan_schedule_id": "string",
4597 "pricing_group_id": "string",
4598 "original_pricing_id": "string",
4599 "original_pricing": {},
4600 "override": "ALL",
4601 "name": "string",
4602 "product_type": "DEFAULT",
4603 "product_ids": [
4604 "string"
4605 ],
4606 "display_order": 1,
4607 "products": [
4608 {
4609 "object_type": "string",
4610 "id": "string",
4611 "category_id": "string",
4612 "category": {
4613 "object_type": "string",
4614 "id": "string",
4615 "name": "string",
4616 "reference": "string",
4617 "description": "string",
4618 "tax_category": "STANDARD",
4619 "display_order": 1,
4620 "customer_id": "string"
4621 },
4622 "parent_product_id": "string",
4623 "name": "string",
4624 "reference": "string",
4625 "description": "string",
4626 "status": "DRAFT",
4627 "product_type": "DEFAULT",
4628 "tax_category": "STANDARD",
4629 "features": [
4630 {
4631 "id": "string",
4632 "reference": "string"
4633 }
4634 ],
4635 "custom_fields": [
4636 {
4637 "id": "string",
4638 "reference": "string",
4639 "value": "string",
4640 "values": [
4641 "string"
4642 ],
4643 "integration_details": {
4644 "id": "string",
4645 "reference": "string",
4646 "payment_gateway_variant": "ADYEN",
4647 "adyen": {
4648 "recurring_detail_reference": "string"
4649 },
4650 "stripe": {
4651 "payment_method_id": "string"
4652 }
4653 },
4654 "integration_id": "string"
4655 }
4656 ],
4657 "display_order": 1,
4658 "linked_integrations": [
4659 {
4660 "id": "string",
4661 "link_details": [
4662 {
4663 "url": "string",
4664 "custom_field_name": "string"
4665 }
4666 ]
4667 }
4668 ],
4669 "billing_entity_id": "string",
4670 "customer_id": "string"
4671 }
4672 ],
4673 "entitlements": [
4674 {
4675 "feature_id": "string",
4676 "feature": {
4677 "object_type": "string",
4678 "id": "string",
4679 "reference": "string",
4680 "name": "string",
4681 "description": "string",
4682 "type": "SWITCH",
4683 "enum_values": [
4684 "string"
4685 ],
4686 "meter_value_calculation_id": "string",
4687 "meter_value_calculation": {
4688 "object_type": "string",
4689 "id": "string",
4690 "reference": "string",
4691 "name": "string",
4692 "description": "string",
4693 "calculation_type": "SUM",
4694 "persist": true,
4695 "meter_id": "string",
4696 "meter": {
4697 "object_type": "string",
4698 "id": "string",
4699 "reference": "string",
4700 "name": "string",
4701 "description": "string",
4702 "status": "DRAFT",
4703 "meter_values": [
4704 {
4705 "id": "string",
4706 "object": {
4707 "object_type": "string",
4708 "id": "string",
4709 "reference": "string",
4710 "name": "string",
4711 "description": "string",
4712 "status": "DRAFT",
4713 "type": "NUMBER"
4714 },
4715 "required": true
4716 }
4717 ],
4718 "meter_properties": [
4719 {
4720 "id": "string",
4721 "object": {
4722 "object_type": "string",
4723 "id": "string",
4724 "reference": "string",
4725 "name": "string",
4726 "description": "string",
4727 "status": "DRAFT",
4728 "type": "NUMBER",
4729 "enum_values": [
4730 "string"
4731 ]
4732 },
4733 "required": true
4734 }
4735 ]
4736 },
4737 "meter_value_id": "string",
4738 "meter_value": {
4739 "object_type": "string",
4740 "id": "string",
4741 "reference": "string",
4742 "name": "string",
4743 "description": "string",
4744 "status": "DRAFT",
4745 "type": "NUMBER"
4746 },
4747 "meter_property_id": "string",
4748 "meter_property": {
4749 "object_type": "string",
4750 "id": "string",
4751 "reference": "string",
4752 "name": "string",
4753 "description": "string",
4754 "status": "DRAFT",
4755 "type": "NUMBER",
4756 "enum_values": [
4757 "string"
4758 ]
4759 }
4760 }
4761 },
4762 "feature_reference": "string",
4763 "override": true,
4764 "number": "string",
4765 "switch": true,
4766 "amount": {
4767 "quantity": "string",
4768 "currency": "AED"
4769 },
4770 "enum": "string",
4771 "string": "string",
4772 "overwrite": true
4773 }
4774 ],
4775 "items": [
4776 {
4777 "object_type": "string",
4778 "id": "string",
4779 "original_pricing_item_id": "string",
4780 "original_pricing_item": {},
4781 "override": "ALL",
4782 "product_item_ids": [
4783 "string"
4784 ],
4785 "product_items": [
4786 {
4787 "object_type": "string",
4788 "id": "string",
4789 "product_id": "string",
4790 "product": {
4791 "object_type": "string",
4792 "id": "string",
4793 "category_id": "string",
4794 "category": {
4795 "object_type": "string",
4796 "id": "string",
4797 "name": "string",
4798 "reference": "string",
4799 "description": "string",
4800 "tax_category": "STANDARD",
4801 "display_order": 1,
4802 "customer_id": "string"
4803 },
4804 "parent_product_id": "string",
4805 "name": "string",
4806 "reference": "string",
4807 "description": "string",
4808 "status": "DRAFT",
4809 "product_type": "DEFAULT",
4810 "tax_category": "STANDARD",
4811 "features": [
4812 {
4813 "id": "string",
4814 "reference": "string"
4815 }
4816 ],
4817 "custom_fields": [
4818 {
4819 "id": "string",
4820 "reference": "string",
4821 "value": "string",
4822 "values": [
4823 "string"
4824 ],
4825 "integration_details": {
4826 "id": "string",
4827 "reference": "string",
4828 "payment_gateway_variant": "ADYEN",
4829 "adyen": {
4830 "recurring_detail_reference": "string"
4831 },
4832 "stripe": {
4833 "payment_method_id": "string"
4834 }
4835 },
4836 "integration_id": "string"
4837 }
4838 ],
4839 "display_order": 1,
4840 "linked_integrations": [
4841 {
4842 "id": "string",
4843 "link_details": [
4844 {
4845 "url": "string",
4846 "custom_field_name": "string"
4847 }
4848 ]
4849 }
4850 ],
4851 "billing_entity_id": "string",
4852 "customer_id": "string"
4853 },
4854 "name": "string",
4855 "status": "DRAFT",
4856 "reference": "string",
4857 "description": "string",
4858 "type": "REVENUE",
4859 "model_type": "USAGE_BASED",
4860 "usage_based": {
4861 "meter_value_calculation_id": "string",
4862 "meter_value_calculation": {
4863 "object_type": "string",
4864 "id": "string",
4865 "reference": "string",
4866 "name": "string",
4867 "description": "string",
4868 "calculation_type": "SUM",
4869 "persist": true,
4870 "meter_id": "string",
4871 "meter": {
4872 "object_type": "string",
4873 "id": "string",
4874 "reference": "string",
4875 "name": "string",
4876 "description": "string",
4877 "status": "DRAFT",
4878 "meter_values": [
4879 {
4880 "id": "string",
4881 "object": {
4882 "object_type": "string",
4883 "id": "string",
4884 "reference": "string",
4885 "name": "string",
4886 "description": "string",
4887 "status": "DRAFT",
4888 "type": "NUMBER"
4889 },
4890 "required": true
4891 }
4892 ],
4893 "meter_properties": [
4894 {
4895 "id": "string",
4896 "object": {
4897 "object_type": "string",
4898 "id": "string",
4899 "reference": "string",
4900 "name": "string",
4901 "description": "string",
4902 "status": "DRAFT",
4903 "type": "NUMBER",
4904 "enum_values": [
4905 "string"
4906 ]
4907 },
4908 "required": true
4909 }
4910 ]
4911 },
4912 "meter_value_id": "string",
4913 "meter_value": {
4914 "object_type": "string",
4915 "id": "string",
4916 "reference": "string",
4917 "name": "string",
4918 "description": "string",
4919 "status": "DRAFT",
4920 "type": "NUMBER"
4921 },
4922 "meter_property_id": "string",
4923 "meter_property": {
4924 "object_type": "string",
4925 "id": "string",
4926 "reference": "string",
4927 "name": "string",
4928 "description": "string",
4929 "status": "DRAFT",
4930 "type": "NUMBER",
4931 "enum_values": [
4932 "string"
4933 ]
4934 }
4935 },
4936 "tiering_meter_value_calculation_id": "string",
4937 "tiering_meter_value_calculation": {
4938 "object_type": "string",
4939 "id": "string",
4940 "reference": "string",
4941 "name": "string",
4942 "description": "string",
4943 "calculation_type": "SUM",
4944 "persist": true,
4945 "meter_id": "string",
4946 "meter": {
4947 "object_type": "string",
4948 "id": "string",
4949 "reference": "string",
4950 "name": "string",
4951 "description": "string",
4952 "status": "DRAFT",
4953 "meter_values": [
4954 {
4955 "id": "string",
4956 "object": {
4957 "object_type": "string",
4958 "id": "string",
4959 "reference": "string",
4960 "name": "string",
4961 "description": "string",
4962 "status": "DRAFT",
4963 "type": "NUMBER"
4964 },
4965 "required": true
4966 }
4967 ],
4968 "meter_properties": [
4969 {
4970 "id": "string",
4971 "object": {
4972 "object_type": "string",
4973 "id": "string",
4974 "reference": "string",
4975 "name": "string",
4976 "description": "string",
4977 "status": "DRAFT",
4978 "type": "NUMBER",
4979 "enum_values": [
4980 "string"
4981 ]
4982 },
4983 "required": true
4984 }
4985 ]
4986 },
4987 "meter_value_id": "string",
4988 "meter_value": {
4989 "object_type": "string",
4990 "id": "string",
4991 "reference": "string",
4992 "name": "string",
4993 "description": "string",
4994 "status": "DRAFT",
4995 "type": "NUMBER"
4996 },
4997 "meter_property_id": "string",
4998 "meter_property": {
4999 "object_type": "string",
5000 "id": "string",
5001 "reference": "string",
5002 "name": "string",
5003 "description": "string",
5004 "status": "DRAFT",
5005 "type": "NUMBER",
5006 "enum_values": [
5007 "string"
5008 ]
5009 }
5010 },
5011 "report_meter_value_calculation_ids": [
5012 "string"
5013 ],
5014 "conditions": {
5015 "name": "string",
5016 "expression": {
5017 "operator": "AND",
5018 "operands": [
5019 {
5020 "meter_property": {
5021 "id": "string",
5022 "reference": "string",
5023 "meter_property": {
5024 "object_type": "string",
5025 "id": "string",
5026 "reference": "string",
5027 "name": "string",
5028 "description": "string",
5029 "status": "DRAFT",
5030 "type": "NUMBER",
5031 "enum_values": [
5032 "string"
5033 ]
5034 },
5035 "value": "string",
5036 "values": [
5037 "string"
5038 ],
5039 "comparator": "EQUALS"
5040 },
5041 "expression": {}
5042 }
5043 ]
5044 },
5045 "meter_properties": [
5046 {
5047 "id": "string",
5048 "reference": "string",
5049 "meter_property": {
5050 "object_type": "string",
5051 "id": "string",
5052 "reference": "string",
5053 "name": "string",
5054 "description": "string",
5055 "status": "DRAFT",
5056 "type": "NUMBER",
5057 "enum_values": [
5058 "string"
5059 ]
5060 },
5061 "value": "string",
5062 "values": [
5063 "string"
5064 ],
5065 "comparator": "EQUALS"
5066 }
5067 ]
5068 }
5069 },
5070 "credits": {
5071 "credit_type_id": "string",
5072 "credit_type": {
5073 "object_type": "string",
5074 "id": "string",
5075 "reference": "string",
5076 "status": "DRAFT",
5077 "name": "string",
5078 "description": "string",
5079 "unit_name": {
5080 "singular": "string",
5081 "plural": "string"
5082 },
5083 "created_at": "string",
5084 "updated_at": "string"
5085 }
5086 },
5087 "meter_value_calculation": {
5088 "object_type": "string",
5089 "id": "string",
5090 "reference": "string",
5091 "name": "string",
5092 "description": "string",
5093 "calculation_type": "SUM",
5094 "persist": true,
5095 "meter_id": "string",
5096 "meter": {
5097 "object_type": "string",
5098 "id": "string",
5099 "reference": "string",
5100 "name": "string",
5101 "description": "string",
5102 "status": "DRAFT",
5103 "meter_values": [
5104 {
5105 "id": "string",
5106 "object": {
5107 "object_type": "string",
5108 "id": "string",
5109 "reference": "string",
5110 "name": "string",
5111 "description": "string",
5112 "status": "DRAFT",
5113 "type": "NUMBER"
5114 },
5115 "required": true
5116 }
5117 ],
5118 "meter_properties": [
5119 {
5120 "id": "string",
5121 "object": {
5122 "object_type": "string",
5123 "id": "string",
5124 "reference": "string",
5125 "name": "string",
5126 "description": "string",
5127 "status": "DRAFT",
5128 "type": "NUMBER",
5129 "enum_values": [
5130 "string"
5131 ]
5132 },
5133 "required": true
5134 }
5135 ]
5136 },
5137 "meter_value_id": "string",
5138 "meter_value": {
5139 "object_type": "string",
5140 "id": "string",
5141 "reference": "string",
5142 "name": "string",
5143 "description": "string",
5144 "status": "DRAFT",
5145 "type": "NUMBER"
5146 },
5147 "meter_property_id": "string",
5148 "meter_property": {
5149 "object_type": "string",
5150 "id": "string",
5151 "reference": "string",
5152 "name": "string",
5153 "description": "string",
5154 "status": "DRAFT",
5155 "type": "NUMBER",
5156 "enum_values": [
5157 "string"
5158 ]
5159 }
5160 },
5161 "tax_category": "STANDARD",
5162 "display_order": 1,
5163 "unit_name": {
5164 "singular": "string",
5165 "plural": "string"
5166 },
5167 "custom_fields": [
5168 {
5169 "id": "string",
5170 "reference": "string",
5171 "value": "string",
5172 "values": [
5173 "string"
5174 ],
5175 "integration_details": {
5176 "id": "string",
5177 "reference": "string",
5178 "payment_gateway_variant": "ADYEN",
5179 "adyen": {
5180 "recurring_detail_reference": "string"
5181 },
5182 "stripe": {
5183 "payment_method_id": "string"
5184 }
5185 },
5186 "integration_id": "string"
5187 }
5188 ],
5189 "customer_id": "string",
5190 "meter_value_calculation_id": "string",
5191 "report_meter_value_calculation_ids": [
5192 "string"
5193 ]
5194 }
5195 ],
5196 "configs": [
5197 {
5198 "object_type": "string",
5199 "id": "string",
5200 "original_pricing_item_config_id": "string",
5201 "original_pricing_item_config": {},
5202 "details": {
5203 "billing_period": {
5204 "type": "DAY",
5205 "value": 1
5206 },
5207 "pricing_type": "FLAT",
5208 "pricing_period": {
5209 "type": "DAY",
5210 "value": 1
5211 },
5212 "bands": [
5213 {
5214 "amount": {
5215 "quantity": "string",
5216 "currency": "AED"
5217 },
5218 "percentage": "string",
5219 "credits": {
5220 "quantity": "string",
5221 "credit_type_id": "string"
5222 },
5223 "fixed_amount": {
5224 "quantity": "string",
5225 "currency": "AED"
5226 },
5227 "maximum_amount": {
5228 "quantity": "string",
5229 "currency": "AED"
5230 },
5231 "minimum_amount": {
5232 "quantity": "string",
5233 "currency": "AED"
5234 },
5235 "maximum_number": "string",
5236 "minimum_number": "string",
5237 "block_size": {
5238 "number": "string",
5239 "amount": {
5240 "quantity": "string",
5241 "currency": "AED"
5242 },
5243 "count": "string"
5244 },
5245 "tier_top_bound": {
5246 "number": "string",
5247 "amount": {
5248 "quantity": "string",
5249 "currency": "AED"
5250 },
5251 "count": "string"
5252 }
5253 }
5254 ]
5255 },
5256 "billing_period": {
5257 "type": "DAY",
5258 "value": 1
5259 },
5260 "pricing_period": {
5261 "type": "DAY",
5262 "value": 1
5263 },
5264 "default_included_volume": {
5265 "number": "string",
5266 "amount": {
5267 "quantity": "string",
5268 "currency": "AED"
5269 },
5270 "count": "string",
5271 "reset_type": "string"
5272 },
5273 "default_seats_value": {
5274 "number": "string",
5275 "amount": {
5276 "quantity": "string",
5277 "currency": "AED"
5278 },
5279 "count": "string"
5280 },
5281 "conditions": {
5282 "name": "string",
5283 "meter_properties": [
5284 {
5285 "id": "string",
5286 "reference": "string",
5287 "meter_property": {
5288 "object_type": "string",
5289 "id": "string",
5290 "reference": "string",
5291 "name": "string",
5292 "description": "string",
5293 "status": "DRAFT",
5294 "type": "NUMBER",
5295 "enum_values": [
5296 "string"
5297 ]
5298 },
5299 "value": "string",
5300 "values": [
5301 "string"
5302 ],
5303 "comparator": "EQUALS"
5304 }
5305 ],
5306 "configs": [
5307 {}
5308 ]
5309 },
5310 "tiering_conditions": {
5311 "name": "string",
5312 "expression": {
5313 "operator": "AND",
5314 "operands": [
5315 {
5316 "meter_property": {
5317 "id": "string",
5318 "reference": "string",
5319 "meter_property": {
5320 "object_type": "string",
5321 "id": "string",
5322 "reference": "string",
5323 "name": "string",
5324 "description": "string",
5325 "status": "DRAFT",
5326 "type": "NUMBER",
5327 "enum_values": [
5328 "string"
5329 ]
5330 },
5331 "value": "string",
5332 "values": [
5333 "string"
5334 ],
5335 "comparator": "EQUALS"
5336 },
5337 "expression": {}
5338 }
5339 ]
5340 },
5341 "meter_properties": [
5342 {
5343 "id": "string",
5344 "reference": "string",
5345 "meter_property": {
5346 "object_type": "string",
5347 "id": "string",
5348 "reference": "string",
5349 "name": "string",
5350 "description": "string",
5351 "status": "DRAFT",
5352 "type": "NUMBER",
5353 "enum_values": [
5354 "string"
5355 ]
5356 },
5357 "value": "string",
5358 "values": [
5359 "string"
5360 ],
5361 "comparator": "EQUALS"
5362 }
5363 ]
5364 },
5365 "order": 1,
5366 "billing_in_advance": true,
5367 "volume_group_reference": "string",
5368 "top_up": {
5369 "rollover": true
5370 },
5371 "split_pricing": {
5372 "meter_properties": [
5373 {
5374 "id": "string",
5375 "reference": "string",
5376 "value": "string",
5377 "meter_property": {
5378 "object_type": "string",
5379 "id": "string",
5380 "reference": "string",
5381 "name": "string",
5382 "description": "string",
5383 "status": "DRAFT",
5384 "type": "NUMBER",
5385 "enum_values": [
5386 "string"
5387 ]
5388 }
5389 }
5390 ]
5391 },
5392 "on_demand": true,
5393 "wallet_grants": [
5394 {
5395 "wallet_type_id": "string",
5396 "wallet_type": {
5397 "object_type": "string",
5398 "id": "string",
5399 "name": "string",
5400 "reference": "string",
5401 "status": "DRAFT",
5402 "type": "CREDIT",
5403 "credit": {
5404 "grant_type": "CREDITS",
5405 "amount_grant": {
5406 "default_currency": "AED",
5407 "tax_category": "STANDARD"
5408 },
5409 "credits_grant": {
5410 "credit_type_id": "string"
5411 }
5412 },
5413 "balance": {
5414 "default_currency": "string"
5415 },
5416 "created_at": "string",
5417 "updated_at": "string"
5418 },
5419 "amount_grant": {
5420 "amount": {
5421 "quantity": "string",
5422 "currency": "AED"
5423 },
5424 "percentage": "string"
5425 },
5426 "credits_grant": {
5427 "credits": {
5428 "quantity": "string",
5429 "credit_type_id": "string"
5430 },
5431 "conversion": {
5432 "credit_type_id": "string",
5433 "rate": "string"
5434 }
5435 },
5436 "expiry_policy": {
5437 "expiry_period": {
5438 "type": "DAY",
5439 "value": 1
5440 }
5441 }
5442 }
5443 ],
5444 "type": "FLAT",
5445 "pricing_type": "FLAT",
5446 "bands": [
5447 {
5448 "amount": {
5449 "quantity": "string",
5450 "currency": "AED"
5451 },
5452 "percentage": "string",
5453 "credits": {
5454 "quantity": "string",
5455 "credit_type_id": "string"
5456 },
5457 "fixed_amount": {
5458 "quantity": "string",
5459 "currency": "AED"
5460 },
5461 "maximum_amount": {
5462 "quantity": "string",
5463 "currency": "AED"
5464 },
5465 "minimum_amount": {
5466 "quantity": "string",
5467 "currency": "AED"
5468 },
5469 "maximum_number": "string",
5470 "minimum_number": "string",
5471 "block_size": {
5472 "number": "string",
5473 "amount": {
5474 "quantity": "string",
5475 "currency": "AED"
5476 },
5477 "count": "string"
5478 },
5479 "tier_top_bound": {
5480 "number": "string",
5481 "amount": {
5482 "quantity": "string",
5483 "currency": "AED"
5484 },
5485 "count": "string"
5486 }
5487 }
5488 ]
5489 }
5490 ],
5491 "pricing_currency_configs": [
5492 {
5493 "currency": "AED",
5494 "configs": [
5495 {
5496 "object_type": "string",
5497 "id": "string",
5498 "original_pricing_item_config_id": "string",
5499 "original_pricing_item_config": {},
5500 "details": {
5501 "billing_period": {
5502 "type": "DAY",
5503 "value": 1
5504 },
5505 "pricing_type": "FLAT",
5506 "pricing_period": {
5507 "type": "DAY",
5508 "value": 1
5509 },
5510 "bands": [
5511 {
5512 "amount": {
5513 "quantity": "string",
5514 "currency": "AED"
5515 },
5516 "percentage": "string",
5517 "credits": {
5518 "quantity": "string",
5519 "credit_type_id": "string"
5520 },
5521 "fixed_amount": {
5522 "quantity": "string",
5523 "currency": "AED"
5524 },
5525 "maximum_amount": {
5526 "quantity": "string",
5527 "currency": "AED"
5528 },
5529 "minimum_amount": {
5530 "quantity": "string",
5531 "currency": "AED"
5532 },
5533 "maximum_number": "string",
5534 "minimum_number": "string",
5535 "block_size": {
5536 "number": "string",
5537 "amount": {
5538 "quantity": "string",
5539 "currency": "AED"
5540 },
5541 "count": "string"
5542 },
5543 "tier_top_bound": {
5544 "number": "string",
5545 "amount": {
5546 "quantity": "string",
5547 "currency": "AED"
5548 },
5549 "count": "string"
5550 }
5551 }
5552 ]
5553 },
5554 "billing_period": {
5555 "type": "DAY",
5556 "value": 1
5557 },
5558 "pricing_period": {
5559 "type": "DAY",
5560 "value": 1
5561 },
5562 "default_included_volume": {
5563 "number": "string",
5564 "amount": {
5565 "quantity": "string",
5566 "currency": "AED"
5567 },
5568 "count": "string",
5569 "reset_type": "string"
5570 },
5571 "default_seats_value": {
5572 "number": "string",
5573 "amount": {
5574 "quantity": "string",
5575 "currency": "AED"
5576 },
5577 "count": "string"
5578 },
5579 "conditions": {
5580 "name": "string",
5581 "meter_properties": [
5582 {
5583 "id": "string",
5584 "reference": "string",
5585 "meter_property": {
5586 "object_type": "string",
5587 "id": "string",
5588 "reference": "string",
5589 "name": "string",
5590 "description": "string",
5591 "status": "DRAFT",
5592 "type": "NUMBER",
5593 "enum_values": [
5594 "string"
5595 ]
5596 },
5597 "value": "string",
5598 "values": [
5599 "string"
5600 ],
5601 "comparator": "EQUALS"
5602 }
5603 ],
5604 "configs": [
5605 {}
5606 ]
5607 },
5608 "tiering_conditions": {
5609 "name": "string",
5610 "expression": {
5611 "operator": "AND",
5612 "operands": [
5613 {
5614 "meter_property": {
5615 "id": "string",
5616 "reference": "string",
5617 "meter_property": {
5618 "object_type": "string",
5619 "id": "string",
5620 "reference": "string",
5621 "name": "string",
5622 "description": "string",
5623 "status": "DRAFT",
5624 "type": "NUMBER",
5625 "enum_values": [
5626 "string"
5627 ]
5628 },
5629 "value": "string",
5630 "values": [
5631 "string"
5632 ],
5633 "comparator": "EQUALS"
5634 },
5635 "expression": {}
5636 }
5637 ]
5638 },
5639 "meter_properties": [
5640 {
5641 "id": "string",
5642 "reference": "string",
5643 "meter_property": {
5644 "object_type": "string",
5645 "id": "string",
5646 "reference": "string",
5647 "name": "string",
5648 "description": "string",
5649 "status": "DRAFT",
5650 "type": "NUMBER",
5651 "enum_values": [
5652 "string"
5653 ]
5654 },
5655 "value": "string",
5656 "values": [
5657 "string"
5658 ],
5659 "comparator": "EQUALS"
5660 }
5661 ]
5662 },
5663 "order": 1,
5664 "billing_in_advance": true,
5665 "volume_group_reference": "string",
5666 "top_up": {
5667 "rollover": true
5668 },
5669 "split_pricing": {
5670 "meter_properties": [
5671 {
5672 "id": "string",
5673 "reference": "string",
5674 "value": "string",
5675 "meter_property": {
5676 "object_type": "string",
5677 "id": "string",
5678 "reference": "string",
5679 "name": "string",
5680 "description": "string",
5681 "status": "DRAFT",
5682 "type": "NUMBER",
5683 "enum_values": [
5684 "string"
5685 ]
5686 }
5687 }
5688 ]
5689 },
5690 "on_demand": true,
5691 "wallet_grants": [
5692 {
5693 "wallet_type_id": "string",
5694 "wallet_type": {
5695 "object_type": "string",
5696 "id": "string",
5697 "name": "string",
5698 "reference": "string",
5699 "status": "DRAFT",
5700 "type": "CREDIT",
5701 "credit": {
5702 "grant_type": "CREDITS",
5703 "amount_grant": {
5704 "default_currency": "AED",
5705 "tax_category": "STANDARD"
5706 },
5707 "credits_grant": {
5708 "credit_type_id": "string"
5709 }
5710 },
5711 "balance": {
5712 "default_currency": "string"
5713 },
5714 "created_at": "string",
5715 "updated_at": "string"
5716 },
5717 "amount_grant": {
5718 "amount": {
5719 "quantity": "string",
5720 "currency": "AED"
5721 },
5722 "percentage": "string"
5723 },
5724 "credits_grant": {
5725 "credits": {
5726 "quantity": "string",
5727 "credit_type_id": "string"
5728 },
5729 "conversion": {
5730 "credit_type_id": "string",
5731 "rate": "string"
5732 }
5733 },
5734 "expiry_policy": {
5735 "expiry_period": {
5736 "type": "DAY",
5737 "value": 1
5738 }
5739 }
5740 }
5741 ],
5742 "type": "FLAT",
5743 "pricing_type": "FLAT",
5744 "bands": [
5745 {
5746 "amount": {
5747 "quantity": "string",
5748 "currency": "AED"
5749 },
5750 "percentage": "string",
5751 "credits": {
5752 "quantity": "string",
5753 "credit_type_id": "string"
5754 },
5755 "fixed_amount": {
5756 "quantity": "string",
5757 "currency": "AED"
5758 },
5759 "maximum_amount": {
5760 "quantity": "string",
5761 "currency": "AED"
5762 },
5763 "minimum_amount": {
5764 "quantity": "string",
5765 "currency": "AED"
5766 },
5767 "maximum_number": "string",
5768 "minimum_number": "string",
5769 "block_size": {
5770 "number": "string",
5771 "amount": {
5772 "quantity": "string",
5773 "currency": "AED"
5774 },
5775 "count": "string"
5776 },
5777 "tier_top_bound": {
5778 "number": "string",
5779 "amount": {
5780 "quantity": "string",
5781 "currency": "AED"
5782 },
5783 "count": "string"
5784 }
5785 }
5786 ]
5787 }
5788 ],
5789 "billing_period_configs": [
5790 {
5791 "billing_period": {
5792 "type": "DAY",
5793 "value": 1
5794 },
5795 "configs": [
5796 {
5797 "object_type": "string",
5798 "id": "string",
5799 "original_pricing_item_config_id": "string",
5800 "original_pricing_item_config": {},
5801 "details": {
5802 "billing_period": {
5803 "type": "DAY",
5804 "value": 1
5805 },
5806 "pricing_type": "FLAT",
5807 "pricing_period": {
5808 "type": "DAY",
5809 "value": 1
5810 },
5811 "bands": [
5812 {
5813 "amount": {
5814 "quantity": "string",
5815 "currency": "AED"
5816 },
5817 "percentage": "string",
5818 "credits": {
5819 "quantity": "string",
5820 "credit_type_id": "string"
5821 },
5822 "fixed_amount": {
5823 "quantity": "string",
5824 "currency": "AED"
5825 },
5826 "maximum_amount": {
5827 "quantity": "string",
5828 "currency": "AED"
5829 },
5830 "minimum_amount": {
5831 "quantity": "string",
5832 "currency": "AED"
5833 },
5834 "maximum_number": "string",
5835 "minimum_number": "string",
5836 "block_size": {
5837 "number": "string",
5838 "amount": {
5839 "quantity": "string",
5840 "currency": "AED"
5841 },
5842 "count": "string"
5843 },
5844 "tier_top_bound": {
5845 "number": "string",
5846 "amount": {
5847 "quantity": "string",
5848 "currency": "AED"
5849 },
5850 "count": "string"
5851 }
5852 }
5853 ]
5854 },
5855 "billing_period": {
5856 "type": "DAY",
5857 "value": 1
5858 },
5859 "pricing_period": {
5860 "type": "DAY",
5861 "value": 1
5862 },
5863 "default_included_volume": {
5864 "number": "string",
5865 "amount": {
5866 "quantity": "string",
5867 "currency": "AED"
5868 },
5869 "count": "string",
5870 "reset_type": "string"
5871 },
5872 "default_seats_value": {
5873 "number": "string",
5874 "amount": {
5875 "quantity": "string",
5876 "currency": "AED"
5877 },
5878 "count": "string"
5879 },
5880 "conditions": {
5881 "name": "string",
5882 "meter_properties": [
5883 {
5884 "id": "string",
5885 "reference": "string",
5886 "meter_property": {
5887 "object_type": "string",
5888 "id": "string",
5889 "reference": "string",
5890 "name": "string",
5891 "description": "string",
5892 "status": "DRAFT",
5893 "type": "NUMBER",
5894 "enum_values": [
5895 "string"
5896 ]
5897 },
5898 "value": "string",
5899 "values": [
5900 "string"
5901 ],
5902 "comparator": "EQUALS"
5903 }
5904 ],
5905 "configs": [
5906 {}
5907 ]
5908 },
5909 "tiering_conditions": {
5910 "name": "string",
5911 "expression": {
5912 "operator": "AND",
5913 "operands": [
5914 {
5915 "meter_property": {
5916 "id": "string",
5917 "reference": "string",
5918 "meter_property": {
5919 "object_type": {},
5920 "id": {},
5921 "reference": {},
5922 "name": {},
5923 "description": {},
5924 "status": {},
5925 "type": {},
5926 "enum_values": {}
5927 },
5928 "value": "string",
5929 "values": [
5930 "string"
5931 ],
5932 "comparator": "EQUALS"
5933 },
5934 "expression": {}
5935 }
5936 ]
5937 },
5938 "meter_properties": [
5939 {
5940 "id": "string",
5941 "reference": "string",
5942 "meter_property": {
5943 "object_type": "string",
5944 "id": "string",
5945 "reference": "string",
5946 "name": "string",
5947 "description": "string",
5948 "status": "DRAFT",
5949 "type": "NUMBER",
5950 "enum_values": [
5951 "string"
5952 ]
5953 },
5954 "value": "string",
5955 "values": [
5956 "string"
5957 ],
5958 "comparator": "EQUALS"
5959 }
5960 ]
5961 },
5962 "order": 1,
5963 "billing_in_advance": true,
5964 "volume_group_reference": "string",
5965 "top_up": {
5966 "rollover": true
5967 },
5968 "split_pricing": {
5969 "meter_properties": [
5970 {
5971 "id": "string",
5972 "reference": "string",
5973 "value": "string",
5974 "meter_property": {
5975 "object_type": "string",
5976 "id": "string",
5977 "reference": "string",
5978 "name": "string",
5979 "description": "string",
5980 "status": "DRAFT",
5981 "type": "NUMBER",
5982 "enum_values": [
5983 "string"
5984 ]
5985 }
5986 }
5987 ]
5988 },
5989 "on_demand": true,
5990 "wallet_grants": [
5991 {
5992 "wallet_type_id": "string",
5993 "wallet_type": {
5994 "object_type": "string",
5995 "id": "string",
5996 "name": "string",
5997 "reference": "string",
5998 "status": "DRAFT",
5999 "type": "CREDIT",
6000 "credit": {
6001 "grant_type": "CREDITS",
6002 "amount_grant": {
6003 "default_currency": "AED",
6004 "tax_category": "STANDARD"
6005 },
6006 "credits_grant": {
6007 "credit_type_id": "string"
6008 }
6009 },
6010 "balance": {
6011 "default_currency": "string"
6012 },
6013 "created_at": "string",
6014 "updated_at": "string"
6015 },
6016 "amount_grant": {
6017 "amount": {
6018 "quantity": "string",
6019 "currency": "AED"
6020 },
6021 "percentage": "string"
6022 },
6023 "credits_grant": {
6024 "credits": {
6025 "quantity": "string",
6026 "credit_type_id": "string"
6027 },
6028 "conversion": {
6029 "credit_type_id": "string",
6030 "rate": "string"
6031 }
6032 },
6033 "expiry_policy": {
6034 "expiry_period": {
6035 "type": "DAY",
6036 "value": 1
6037 }
6038 }
6039 }
6040 ],
6041 "type": "FLAT",
6042 "pricing_type": "FLAT",
6043 "bands": [
6044 {
6045 "amount": {
6046 "quantity": "string",
6047 "currency": "AED"
6048 },
6049 "percentage": "string",
6050 "credits": {
6051 "quantity": "string",
6052 "credit_type_id": "string"
6053 },
6054 "fixed_amount": {
6055 "quantity": "string",
6056 "currency": "AED"
6057 },
6058 "maximum_amount": {
6059 "quantity": "string",
6060 "currency": "AED"
6061 },
6062 "minimum_amount": {
6063 "quantity": "string",
6064 "currency": "AED"
6065 },
6066 "maximum_number": "string",
6067 "minimum_number": "string",
6068 "block_size": {
6069 "number": "string",
6070 "amount": {
6071 "quantity": "string",
6072 "currency": "AED"
6073 },
6074 "count": "string"
6075 },
6076 "tier_top_bound": {
6077 "number": "string",
6078 "amount": {
6079 "quantity": "string",
6080 "currency": "AED"
6081 },
6082 "count": "string"
6083 }
6084 }
6085 ]
6086 }
6087 ]
6088 }
6089 ],
6090 "fallback_currency": "AED"
6091 }
6092 ],
6093 "billing_period_configs": [
6094 {
6095 "billing_period": {
6096 "type": "DAY",
6097 "value": 1
6098 },
6099 "configs": [
6100 {
6101 "object_type": "string",
6102 "id": "string",
6103 "original_pricing_item_config_id": "string",
6104 "original_pricing_item_config": {},
6105 "details": {
6106 "billing_period": {
6107 "type": "DAY",
6108 "value": 1
6109 },
6110 "pricing_type": "FLAT",
6111 "pricing_period": {
6112 "type": "DAY",
6113 "value": 1
6114 },
6115 "bands": [
6116 {
6117 "amount": {
6118 "quantity": "string",
6119 "currency": "AED"
6120 },
6121 "percentage": "string",
6122 "credits": {
6123 "quantity": "string",
6124 "credit_type_id": "string"
6125 },
6126 "fixed_amount": {
6127 "quantity": "string",
6128 "currency": "AED"
6129 },
6130 "maximum_amount": {
6131 "quantity": "string",
6132 "currency": "AED"
6133 },
6134 "minimum_amount": {
6135 "quantity": "string",
6136 "currency": "AED"
6137 },
6138 "maximum_number": "string",
6139 "minimum_number": "string",
6140 "block_size": {
6141 "number": "string",
6142 "amount": {
6143 "quantity": "string",
6144 "currency": "AED"
6145 },
6146 "count": "string"
6147 },
6148 "tier_top_bound": {
6149 "number": "string",
6150 "amount": {
6151 "quantity": "string",
6152 "currency": "AED"
6153 },
6154 "count": "string"
6155 }
6156 }
6157 ]
6158 },
6159 "billing_period": {
6160 "type": "DAY",
6161 "value": 1
6162 },
6163 "pricing_period": {
6164 "type": "DAY",
6165 "value": 1
6166 },
6167 "default_included_volume": {
6168 "number": "string",
6169 "amount": {
6170 "quantity": "string",
6171 "currency": "AED"
6172 },
6173 "count": "string",
6174 "reset_type": "string"
6175 },
6176 "default_seats_value": {
6177 "number": "string",
6178 "amount": {
6179 "quantity": "string",
6180 "currency": "AED"
6181 },
6182 "count": "string"
6183 },
6184 "conditions": {
6185 "name": "string",
6186 "meter_properties": [
6187 {
6188 "id": "string",
6189 "reference": "string",
6190 "meter_property": {
6191 "object_type": "string",
6192 "id": "string",
6193 "reference": "string",
6194 "name": "string",
6195 "description": "string",
6196 "status": "DRAFT",
6197 "type": "NUMBER",
6198 "enum_values": [
6199 "string"
6200 ]
6201 },
6202 "value": "string",
6203 "values": [
6204 "string"
6205 ],
6206 "comparator": "EQUALS"
6207 }
6208 ],
6209 "configs": [
6210 {}
6211 ]
6212 },
6213 "tiering_conditions": {
6214 "name": "string",
6215 "expression": {
6216 "operator": "AND",
6217 "operands": [
6218 {
6219 "meter_property": {
6220 "id": "string",
6221 "reference": "string",
6222 "meter_property": {
6223 "object_type": "string",
6224 "id": "string",
6225 "reference": "string",
6226 "name": "string",
6227 "description": "string",
6228 "status": "DRAFT",
6229 "type": "NUMBER",
6230 "enum_values": [
6231 "string"
6232 ]
6233 },
6234 "value": "string",
6235 "values": [
6236 "string"
6237 ],
6238 "comparator": "EQUALS"
6239 },
6240 "expression": {}
6241 }
6242 ]
6243 },
6244 "meter_properties": [
6245 {
6246 "id": "string",
6247 "reference": "string",
6248 "meter_property": {
6249 "object_type": "string",
6250 "id": "string",
6251 "reference": "string",
6252 "name": "string",
6253 "description": "string",
6254 "status": "DRAFT",
6255 "type": "NUMBER",
6256 "enum_values": [
6257 "string"
6258 ]
6259 },
6260 "value": "string",
6261 "values": [
6262 "string"
6263 ],
6264 "comparator": "EQUALS"
6265 }
6266 ]
6267 },
6268 "order": 1,
6269 "billing_in_advance": true,
6270 "volume_group_reference": "string",
6271 "top_up": {
6272 "rollover": true
6273 },
6274 "split_pricing": {
6275 "meter_properties": [
6276 {
6277 "id": "string",
6278 "reference": "string",
6279 "value": "string",
6280 "meter_property": {
6281 "object_type": "string",
6282 "id": "string",
6283 "reference": "string",
6284 "name": "string",
6285 "description": "string",
6286 "status": "DRAFT",
6287 "type": "NUMBER",
6288 "enum_values": [
6289 "string"
6290 ]
6291 }
6292 }
6293 ]
6294 },
6295 "on_demand": true,
6296 "wallet_grants": [
6297 {
6298 "wallet_type_id": "string",
6299 "wallet_type": {
6300 "object_type": "string",
6301 "id": "string",
6302 "name": "string",
6303 "reference": "string",
6304 "status": "DRAFT",
6305 "type": "CREDIT",
6306 "credit": {
6307 "grant_type": "CREDITS",
6308 "amount_grant": {
6309 "default_currency": "AED",
6310 "tax_category": "STANDARD"
6311 },
6312 "credits_grant": {
6313 "credit_type_id": "string"
6314 }
6315 },
6316 "balance": {
6317 "default_currency": "string"
6318 },
6319 "created_at": "string",
6320 "updated_at": "string"
6321 },
6322 "amount_grant": {
6323 "amount": {
6324 "quantity": "string",
6325 "currency": "AED"
6326 },
6327 "percentage": "string"
6328 },
6329 "credits_grant": {
6330 "credits": {
6331 "quantity": "string",
6332 "credit_type_id": "string"
6333 },
6334 "conversion": {
6335 "credit_type_id": "string",
6336 "rate": "string"
6337 }
6338 },
6339 "expiry_policy": {
6340 "expiry_period": {
6341 "type": "DAY",
6342 "value": 1
6343 }
6344 }
6345 }
6346 ],
6347 "type": "FLAT",
6348 "pricing_type": "FLAT",
6349 "bands": [
6350 {
6351 "amount": {
6352 "quantity": "string",
6353 "currency": "AED"
6354 },
6355 "percentage": "string",
6356 "credits": {
6357 "quantity": "string",
6358 "credit_type_id": "string"
6359 },
6360 "fixed_amount": {
6361 "quantity": "string",
6362 "currency": "AED"
6363 },
6364 "maximum_amount": {
6365 "quantity": "string",
6366 "currency": "AED"
6367 },
6368 "minimum_amount": {
6369 "quantity": "string",
6370 "currency": "AED"
6371 },
6372 "maximum_number": "string",
6373 "minimum_number": "string",
6374 "block_size": {
6375 "number": "string",
6376 "amount": {
6377 "quantity": "string",
6378 "currency": "AED"
6379 },
6380 "count": "string"
6381 },
6382 "tier_top_bound": {
6383 "number": "string",
6384 "amount": {
6385 "quantity": "string",
6386 "currency": "AED"
6387 },
6388 "count": "string"
6389 }
6390 }
6391 ]
6392 }
6393 ]
6394 }
6395 ],
6396 "display_order": 1
6397 }
6398 ]
6399 }
6400 ]
6401 }
6402 ],
6403 "display_order": 1
6404 }
6405 ],
6406 "combined_pricing_plan_version": {
6407 "object_type": "string",
6408 "id": "string",
6409 "pricing_plan_id": "string",
6410 "pricing_plan": {
6411 "object_type": "string",
6412 "id": "string",
6413 "reference": "string",
6414 "name": "string",
6415 "description": "string",
6416 "customer_id": "string",
6417 "type": "STANDARD",
6418 "amount_type": "EXCLUDING_TAX",
6419 "pricing_plan_version_infos": [
6420 {
6421 "version": 1,
6422 "id": "string",
6423 "status": "string",
6424 "rate_card": {
6425 "start_at": "2024-01-15T09:30:00Z"
6426 }
6427 }
6428 ],
6429 "pricing_plan_selection_rules": [
6430 {
6431 "type": "RESOURCE",
6432 "resource": {
6433 "type": "PLATFORM",
6434 "field": "COUNTRY",
6435 "value": "string",
6436 "values": [
6437 "string"
6438 ],
6439 "comparator": "EQUALS"
6440 }
6441 }
6442 ],
6443 "pricing_currencies": [
6444 "AED"
6445 ],
6446 "variant": "DEFAULT",
6447 "custom_fields": [
6448 {
6449 "id": "string",
6450 "reference": "string",
6451 "value": "string",
6452 "values": [
6453 "string"
6454 ],
6455 "integration_details": {
6456 "id": "string",
6457 "reference": "string",
6458 "payment_gateway_variant": "ADYEN",
6459 "adyen": {
6460 "recurring_detail_reference": "string"
6461 },
6462 "stripe": {
6463 "payment_method_id": "string"
6464 }
6465 },
6466 "integration_id": "string"
6467 }
6468 ]
6469 },
6470 "version": 1,
6471 "status": "DRAFT",
6472 "pricing_currency_settings": {
6473 "default_pricing_currency": "string",
6474 "pricing_currencies": [
6475 "string"
6476 ]
6477 },
6478 "billing_period_settings": {
6479 "billing_periods": [
6480 {
6481 "period": {
6482 "type": "DAY",
6483 "value": 1
6484 },
6485 "description": "string"
6486 }
6487 ]
6488 },
6489 "copied_from_pricing_plan_version_id": "string",
6490 "pricing_categories": [
6491 {
6492 "object_type": "string",
6493 "id": "string",
6494 "product_category_id": "string",
6495 "product_category": {
6496 "object_type": "string",
6497 "id": "string",
6498 "name": "string",
6499 "reference": "string",
6500 "description": "string",
6501 "tax_category": "STANDARD",
6502 "display_order": 1,
6503 "customer_id": "string"
6504 },
6505 "pricings": [
6506 {
6507 "object_type": "string",
6508 "id": "string",
6509 "pricing_plan_version_id": "string",
6510 "pricing_plan_schedule_id": "string",
6511 "pricing_group_id": "string",
6512 "original_pricing_id": "string",
6513 "original_pricing": {},
6514 "override": "ALL",
6515 "name": "string",
6516 "product_type": "DEFAULT",
6517 "product_ids": [
6518 "string"
6519 ],
6520 "display_order": 1,
6521 "products": [
6522 {
6523 "object_type": "string",
6524 "id": "string",
6525 "category_id": "string",
6526 "category": {
6527 "object_type": "string",
6528 "id": "string",
6529 "name": "string",
6530 "reference": "string",
6531 "description": "string",
6532 "tax_category": "STANDARD",
6533 "display_order": 1,
6534 "customer_id": "string"
6535 },
6536 "parent_product_id": "string",
6537 "name": "string",
6538 "reference": "string",
6539 "description": "string",
6540 "status": "DRAFT",
6541 "product_type": "DEFAULT",
6542 "tax_category": "STANDARD",
6543 "features": [
6544 {
6545 "id": "string",
6546 "reference": "string"
6547 }
6548 ],
6549 "custom_fields": [
6550 {
6551 "id": "string",
6552 "reference": "string",
6553 "value": "string",
6554 "values": [
6555 "string"
6556 ],
6557 "integration_details": {
6558 "id": "string",
6559 "reference": "string",
6560 "payment_gateway_variant": "ADYEN",
6561 "adyen": {
6562 "recurring_detail_reference": "string"
6563 },
6564 "stripe": {
6565 "payment_method_id": "string"
6566 }
6567 },
6568 "integration_id": "string"
6569 }
6570 ],
6571 "display_order": 1,
6572 "linked_integrations": [
6573 {
6574 "id": "string",
6575 "link_details": [
6576 {
6577 "url": "string",
6578 "custom_field_name": "string"
6579 }
6580 ]
6581 }
6582 ],
6583 "billing_entity_id": "string",
6584 "customer_id": "string"
6585 }
6586 ],
6587 "entitlements": [
6588 {
6589 "feature_id": "string",
6590 "feature": {
6591 "object_type": "string",
6592 "id": "string",
6593 "reference": "string",
6594 "name": "string",
6595 "description": "string",
6596 "type": "SWITCH",
6597 "enum_values": [
6598 "string"
6599 ],
6600 "meter_value_calculation_id": "string",
6601 "meter_value_calculation": {
6602 "object_type": "string",
6603 "id": "string",
6604 "reference": "string",
6605 "name": "string",
6606 "description": "string",
6607 "calculation_type": "SUM",
6608 "persist": true,
6609 "meter_id": "string",
6610 "meter": {
6611 "object_type": "string",
6612 "id": "string",
6613 "reference": "string",
6614 "name": "string",
6615 "description": "string",
6616 "status": "DRAFT",
6617 "meter_values": [
6618 {
6619 "id": "string",
6620 "object": {
6621 "object_type": "string",
6622 "id": "string",
6623 "reference": "string",
6624 "name": "string",
6625 "description": "string",
6626 "status": "DRAFT",
6627 "type": "NUMBER"
6628 },
6629 "required": true
6630 }
6631 ],
6632 "meter_properties": [
6633 {
6634 "id": "string",
6635 "object": {
6636 "object_type": "string",
6637 "id": "string",
6638 "reference": "string",
6639 "name": "string",
6640 "description": "string",
6641 "status": "DRAFT",
6642 "type": "NUMBER",
6643 "enum_values": [
6644 "string"
6645 ]
6646 },
6647 "required": true
6648 }
6649 ]
6650 },
6651 "meter_value_id": "string",
6652 "meter_value": {
6653 "object_type": "string",
6654 "id": "string",
6655 "reference": "string",
6656 "name": "string",
6657 "description": "string",
6658 "status": "DRAFT",
6659 "type": "NUMBER"
6660 },
6661 "meter_property_id": "string",
6662 "meter_property": {
6663 "object_type": "string",
6664 "id": "string",
6665 "reference": "string",
6666 "name": "string",
6667 "description": "string",
6668 "status": "DRAFT",
6669 "type": "NUMBER",
6670 "enum_values": [
6671 "string"
6672 ]
6673 }
6674 }
6675 },
6676 "feature_reference": "string",
6677 "override": true,
6678 "number": "string",
6679 "switch": true,
6680 "amount": {
6681 "quantity": "string",
6682 "currency": "AED"
6683 },
6684 "enum": "string",
6685 "string": "string",
6686 "overwrite": true
6687 }
6688 ],
6689 "items": [
6690 {
6691 "object_type": "string",
6692 "id": "string",
6693 "original_pricing_item_id": "string",
6694 "original_pricing_item": {},
6695 "override": "ALL",
6696 "product_item_ids": [
6697 "string"
6698 ],
6699 "product_items": [
6700 {
6701 "object_type": "string",
6702 "id": "string",
6703 "product_id": "string",
6704 "product": {
6705 "object_type": "string",
6706 "id": "string",
6707 "category_id": "string",
6708 "category": {
6709 "object_type": "string",
6710 "id": "string",
6711 "name": "string",
6712 "reference": "string",
6713 "description": "string",
6714 "tax_category": "STANDARD",
6715 "display_order": 1,
6716 "customer_id": "string"
6717 },
6718 "parent_product_id": "string",
6719 "name": "string",
6720 "reference": "string",
6721 "description": "string",
6722 "status": "DRAFT",
6723 "product_type": "DEFAULT",
6724 "tax_category": "STANDARD",
6725 "features": [
6726 {
6727 "id": "string",
6728 "reference": "string"
6729 }
6730 ],
6731 "custom_fields": [
6732 {
6733 "id": "string",
6734 "reference": "string",
6735 "value": "string",
6736 "values": [
6737 "string"
6738 ],
6739 "integration_details": {
6740 "id": "string",
6741 "reference": "string",
6742 "payment_gateway_variant": "ADYEN",
6743 "adyen": {
6744 "recurring_detail_reference": "string"
6745 },
6746 "stripe": {
6747 "payment_method_id": "string"
6748 }
6749 },
6750 "integration_id": "string"
6751 }
6752 ],
6753 "display_order": 1,
6754 "linked_integrations": [
6755 {
6756 "id": "string",
6757 "link_details": [
6758 {
6759 "url": "string",
6760 "custom_field_name": "string"
6761 }
6762 ]
6763 }
6764 ],
6765 "billing_entity_id": "string",
6766 "customer_id": "string"
6767 },
6768 "name": "string",
6769 "status": "DRAFT",
6770 "reference": "string",
6771 "description": "string",
6772 "type": "REVENUE",
6773 "model_type": "USAGE_BASED",
6774 "usage_based": {
6775 "meter_value_calculation_id": "string",
6776 "meter_value_calculation": {
6777 "object_type": "string",
6778 "id": "string",
6779 "reference": "string",
6780 "name": "string",
6781 "description": "string",
6782 "calculation_type": "SUM",
6783 "persist": true,
6784 "meter_id": "string",
6785 "meter": {
6786 "object_type": "string",
6787 "id": "string",
6788 "reference": "string",
6789 "name": "string",
6790 "description": "string",
6791 "status": "DRAFT",
6792 "meter_values": [
6793 {
6794 "id": "string",
6795 "object": {
6796 "object_type": "string",
6797 "id": "string",
6798 "reference": "string",
6799 "name": "string",
6800 "description": "string",
6801 "status": "DRAFT",
6802 "type": "NUMBER"
6803 },
6804 "required": true
6805 }
6806 ],
6807 "meter_properties": [
6808 {
6809 "id": "string",
6810 "object": {
6811 "object_type": "string",
6812 "id": "string",
6813 "reference": "string",
6814 "name": "string",
6815 "description": "string",
6816 "status": "DRAFT",
6817 "type": "NUMBER",
6818 "enum_values": [
6819 "string"
6820 ]
6821 },
6822 "required": true
6823 }
6824 ]
6825 },
6826 "meter_value_id": "string",
6827 "meter_value": {
6828 "object_type": "string",
6829 "id": "string",
6830 "reference": "string",
6831 "name": "string",
6832 "description": "string",
6833 "status": "DRAFT",
6834 "type": "NUMBER"
6835 },
6836 "meter_property_id": "string",
6837 "meter_property": {
6838 "object_type": "string",
6839 "id": "string",
6840 "reference": "string",
6841 "name": "string",
6842 "description": "string",
6843 "status": "DRAFT",
6844 "type": "NUMBER",
6845 "enum_values": [
6846 "string"
6847 ]
6848 }
6849 },
6850 "tiering_meter_value_calculation_id": "string",
6851 "tiering_meter_value_calculation": {
6852 "object_type": "string",
6853 "id": "string",
6854 "reference": "string",
6855 "name": "string",
6856 "description": "string",
6857 "calculation_type": "SUM",
6858 "persist": true,
6859 "meter_id": "string",
6860 "meter": {
6861 "object_type": "string",
6862 "id": "string",
6863 "reference": "string",
6864 "name": "string",
6865 "description": "string",
6866 "status": "DRAFT",
6867 "meter_values": [
6868 {
6869 "id": "string",
6870 "object": {
6871 "object_type": "string",
6872 "id": "string",
6873 "reference": "string",
6874 "name": "string",
6875 "description": "string",
6876 "status": "DRAFT",
6877 "type": "NUMBER"
6878 },
6879 "required": true
6880 }
6881 ],
6882 "meter_properties": [
6883 {
6884 "id": "string",
6885 "object": {
6886 "object_type": "string",
6887 "id": "string",
6888 "reference": "string",
6889 "name": "string",
6890 "description": "string",
6891 "status": "DRAFT",
6892 "type": "NUMBER",
6893 "enum_values": [
6894 "string"
6895 ]
6896 },
6897 "required": true
6898 }
6899 ]
6900 },
6901 "meter_value_id": "string",
6902 "meter_value": {
6903 "object_type": "string",
6904 "id": "string",
6905 "reference": "string",
6906 "name": "string",
6907 "description": "string",
6908 "status": "DRAFT",
6909 "type": "NUMBER"
6910 },
6911 "meter_property_id": "string",
6912 "meter_property": {
6913 "object_type": "string",
6914 "id": "string",
6915 "reference": "string",
6916 "name": "string",
6917 "description": "string",
6918 "status": "DRAFT",
6919 "type": "NUMBER",
6920 "enum_values": [
6921 "string"
6922 ]
6923 }
6924 },
6925 "report_meter_value_calculation_ids": [
6926 "string"
6927 ],
6928 "conditions": {
6929 "name": "string",
6930 "expression": {
6931 "operator": "AND",
6932 "operands": [
6933 {
6934 "meter_property": {
6935 "id": "string",
6936 "reference": "string",
6937 "meter_property": {
6938 "object_type": "string",
6939 "id": "string",
6940 "reference": "string",
6941 "name": "string",
6942 "description": "string",
6943 "status": "DRAFT",
6944 "type": "NUMBER",
6945 "enum_values": [
6946 "string"
6947 ]
6948 },
6949 "value": "string",
6950 "values": [
6951 "string"
6952 ],
6953 "comparator": "EQUALS"
6954 },
6955 "expression": {}
6956 }
6957 ]
6958 },
6959 "meter_properties": [
6960 {
6961 "id": "string",
6962 "reference": "string",
6963 "meter_property": {
6964 "object_type": "string",
6965 "id": "string",
6966 "reference": "string",
6967 "name": "string",
6968 "description": "string",
6969 "status": "DRAFT",
6970 "type": "NUMBER",
6971 "enum_values": [
6972 "string"
6973 ]
6974 },
6975 "value": "string",
6976 "values": [
6977 "string"
6978 ],
6979 "comparator": "EQUALS"
6980 }
6981 ]
6982 }
6983 },
6984 "credits": {
6985 "credit_type_id": "string",
6986 "credit_type": {
6987 "object_type": "string",
6988 "id": "string",
6989 "reference": "string",
6990 "status": "DRAFT",
6991 "name": "string",
6992 "description": "string",
6993 "unit_name": {
6994 "singular": "string",
6995 "plural": "string"
6996 },
6997 "created_at": "string",
6998 "updated_at": "string"
6999 }
7000 },
7001 "meter_value_calculation": {
7002 "object_type": "string",
7003 "id": "string",
7004 "reference": "string",
7005 "name": "string",
7006 "description": "string",
7007 "calculation_type": "SUM",
7008 "persist": true,
7009 "meter_id": "string",
7010 "meter": {
7011 "object_type": "string",
7012 "id": "string",
7013 "reference": "string",
7014 "name": "string",
7015 "description": "string",
7016 "status": "DRAFT",
7017 "meter_values": [
7018 {
7019 "id": "string",
7020 "object": {
7021 "object_type": "string",
7022 "id": "string",
7023 "reference": "string",
7024 "name": "string",
7025 "description": "string",
7026 "status": "DRAFT",
7027 "type": "NUMBER"
7028 },
7029 "required": true
7030 }
7031 ],
7032 "meter_properties": [
7033 {
7034 "id": "string",
7035 "object": {
7036 "object_type": "string",
7037 "id": "string",
7038 "reference": "string",
7039 "name": "string",
7040 "description": "string",
7041 "status": "DRAFT",
7042 "type": "NUMBER",
7043 "enum_values": [
7044 "string"
7045 ]
7046 },
7047 "required": true
7048 }
7049 ]
7050 },
7051 "meter_value_id": "string",
7052 "meter_value": {
7053 "object_type": "string",
7054 "id": "string",
7055 "reference": "string",
7056 "name": "string",
7057 "description": "string",
7058 "status": "DRAFT",
7059 "type": "NUMBER"
7060 },
7061 "meter_property_id": "string",
7062 "meter_property": {
7063 "object_type": "string",
7064 "id": "string",
7065 "reference": "string",
7066 "name": "string",
7067 "description": "string",
7068 "status": "DRAFT",
7069 "type": "NUMBER",
7070 "enum_values": [
7071 "string"
7072 ]
7073 }
7074 },
7075 "tax_category": "STANDARD",
7076 "display_order": 1,
7077 "unit_name": {
7078 "singular": "string",
7079 "plural": "string"
7080 },
7081 "custom_fields": [
7082 {
7083 "id": "string",
7084 "reference": "string",
7085 "value": "string",
7086 "values": [
7087 "string"
7088 ],
7089 "integration_details": {
7090 "id": "string",
7091 "reference": "string",
7092 "payment_gateway_variant": "ADYEN",
7093 "adyen": {
7094 "recurring_detail_reference": "string"
7095 },
7096 "stripe": {
7097 "payment_method_id": "string"
7098 }
7099 },
7100 "integration_id": "string"
7101 }
7102 ],
7103 "customer_id": "string",
7104 "meter_value_calculation_id": "string",
7105 "report_meter_value_calculation_ids": [
7106 "string"
7107 ]
7108 }
7109 ],
7110 "configs": [
7111 {
7112 "object_type": "string",
7113 "id": "string",
7114 "original_pricing_item_config_id": "string",
7115 "original_pricing_item_config": {},
7116 "details": {
7117 "billing_period": {
7118 "type": "DAY",
7119 "value": 1
7120 },
7121 "pricing_type": "FLAT",
7122 "pricing_period": {
7123 "type": "DAY",
7124 "value": 1
7125 },
7126 "bands": [
7127 {
7128 "amount": {
7129 "quantity": "string",
7130 "currency": "AED"
7131 },
7132 "percentage": "string",
7133 "credits": {
7134 "quantity": "string",
7135 "credit_type_id": "string"
7136 },
7137 "fixed_amount": {
7138 "quantity": "string",
7139 "currency": "AED"
7140 },
7141 "maximum_amount": {
7142 "quantity": "string",
7143 "currency": "AED"
7144 },
7145 "minimum_amount": {
7146 "quantity": "string",
7147 "currency": "AED"
7148 },
7149 "maximum_number": "string",
7150 "minimum_number": "string",
7151 "block_size": {
7152 "number": "string",
7153 "amount": {
7154 "quantity": "string",
7155 "currency": "AED"
7156 },
7157 "count": "string"
7158 },
7159 "tier_top_bound": {
7160 "number": "string",
7161 "amount": {
7162 "quantity": "string",
7163 "currency": "AED"
7164 },
7165 "count": "string"
7166 }
7167 }
7168 ]
7169 },
7170 "billing_period": {
7171 "type": "DAY",
7172 "value": 1
7173 },
7174 "pricing_period": {
7175 "type": "DAY",
7176 "value": 1
7177 },
7178 "default_included_volume": {
7179 "number": "string",
7180 "amount": {
7181 "quantity": "string",
7182 "currency": "AED"
7183 },
7184 "count": "string",
7185 "reset_type": "string"
7186 },
7187 "default_seats_value": {
7188 "number": "string",
7189 "amount": {
7190 "quantity": "string",
7191 "currency": "AED"
7192 },
7193 "count": "string"
7194 },
7195 "conditions": {
7196 "name": "string",
7197 "meter_properties": [
7198 {
7199 "id": "string",
7200 "reference": "string",
7201 "meter_property": {
7202 "object_type": "string",
7203 "id": "string",
7204 "reference": "string",
7205 "name": "string",
7206 "description": "string",
7207 "status": "DRAFT",
7208 "type": "NUMBER",
7209 "enum_values": [
7210 "string"
7211 ]
7212 },
7213 "value": "string",
7214 "values": [
7215 "string"
7216 ],
7217 "comparator": "EQUALS"
7218 }
7219 ],
7220 "configs": [
7221 {}
7222 ]
7223 },
7224 "tiering_conditions": {
7225 "name": "string",
7226 "expression": {
7227 "operator": "AND",
7228 "operands": [
7229 {
7230 "meter_property": {
7231 "id": "string",
7232 "reference": "string",
7233 "meter_property": {
7234 "object_type": "string",
7235 "id": "string",
7236 "reference": "string",
7237 "name": "string",
7238 "description": "string",
7239 "status": "DRAFT",
7240 "type": "NUMBER",
7241 "enum_values": [
7242 "string"
7243 ]
7244 },
7245 "value": "string",
7246 "values": [
7247 "string"
7248 ],
7249 "comparator": "EQUALS"
7250 },
7251 "expression": {}
7252 }
7253 ]
7254 },
7255 "meter_properties": [
7256 {
7257 "id": "string",
7258 "reference": "string",
7259 "meter_property": {
7260 "object_type": "string",
7261 "id": "string",
7262 "reference": "string",
7263 "name": "string",
7264 "description": "string",
7265 "status": "DRAFT",
7266 "type": "NUMBER",
7267 "enum_values": [
7268 "string"
7269 ]
7270 },
7271 "value": "string",
7272 "values": [
7273 "string"
7274 ],
7275 "comparator": "EQUALS"
7276 }
7277 ]
7278 },
7279 "order": 1,
7280 "billing_in_advance": true,
7281 "volume_group_reference": "string",
7282 "top_up": {
7283 "rollover": true
7284 },
7285 "split_pricing": {
7286 "meter_properties": [
7287 {
7288 "id": "string",
7289 "reference": "string",
7290 "value": "string",
7291 "meter_property": {
7292 "object_type": "string",
7293 "id": "string",
7294 "reference": "string",
7295 "name": "string",
7296 "description": "string",
7297 "status": "DRAFT",
7298 "type": "NUMBER",
7299 "enum_values": [
7300 "string"
7301 ]
7302 }
7303 }
7304 ]
7305 },
7306 "on_demand": true,
7307 "wallet_grants": [
7308 {
7309 "wallet_type_id": "string",
7310 "wallet_type": {
7311 "object_type": "string",
7312 "id": "string",
7313 "name": "string",
7314 "reference": "string",
7315 "status": "DRAFT",
7316 "type": "CREDIT",
7317 "credit": {
7318 "grant_type": "CREDITS",
7319 "amount_grant": {
7320 "default_currency": "AED",
7321 "tax_category": "STANDARD"
7322 },
7323 "credits_grant": {
7324 "credit_type_id": "string"
7325 }
7326 },
7327 "balance": {
7328 "default_currency": "string"
7329 },
7330 "created_at": "string",
7331 "updated_at": "string"
7332 },
7333 "amount_grant": {
7334 "amount": {
7335 "quantity": "string",
7336 "currency": "AED"
7337 },
7338 "percentage": "string"
7339 },
7340 "credits_grant": {
7341 "credits": {
7342 "quantity": "string",
7343 "credit_type_id": "string"
7344 },
7345 "conversion": {
7346 "credit_type_id": "string",
7347 "rate": "string"
7348 }
7349 },
7350 "expiry_policy": {
7351 "expiry_period": {
7352 "type": "DAY",
7353 "value": 1
7354 }
7355 }
7356 }
7357 ],
7358 "type": "FLAT",
7359 "pricing_type": "FLAT",
7360 "bands": [
7361 {
7362 "amount": {
7363 "quantity": "string",
7364 "currency": "AED"
7365 },
7366 "percentage": "string",
7367 "credits": {
7368 "quantity": "string",
7369 "credit_type_id": "string"
7370 },
7371 "fixed_amount": {
7372 "quantity": "string",
7373 "currency": "AED"
7374 },
7375 "maximum_amount": {
7376 "quantity": "string",
7377 "currency": "AED"
7378 },
7379 "minimum_amount": {
7380 "quantity": "string",
7381 "currency": "AED"
7382 },
7383 "maximum_number": "string",
7384 "minimum_number": "string",
7385 "block_size": {
7386 "number": "string",
7387 "amount": {
7388 "quantity": "string",
7389 "currency": "AED"
7390 },
7391 "count": "string"
7392 },
7393 "tier_top_bound": {
7394 "number": "string",
7395 "amount": {
7396 "quantity": "string",
7397 "currency": "AED"
7398 },
7399 "count": "string"
7400 }
7401 }
7402 ]
7403 }
7404 ],
7405 "pricing_currency_configs": [
7406 {
7407 "currency": "AED",
7408 "configs": [
7409 {
7410 "object_type": "string",
7411 "id": "string",
7412 "original_pricing_item_config_id": "string",
7413 "original_pricing_item_config": {},
7414 "details": {
7415 "billing_period": {
7416 "type": "DAY",
7417 "value": 1
7418 },
7419 "pricing_type": "FLAT",
7420 "pricing_period": {
7421 "type": "DAY",
7422 "value": 1
7423 },
7424 "bands": [
7425 {
7426 "amount": {
7427 "quantity": "string",
7428 "currency": "AED"
7429 },
7430 "percentage": "string",
7431 "credits": {
7432 "quantity": "string",
7433 "credit_type_id": "string"
7434 },
7435 "fixed_amount": {
7436 "quantity": "string",
7437 "currency": "AED"
7438 },
7439 "maximum_amount": {
7440 "quantity": "string",
7441 "currency": "AED"
7442 },
7443 "minimum_amount": {
7444 "quantity": "string",
7445 "currency": "AED"
7446 },
7447 "maximum_number": "string",
7448 "minimum_number": "string",
7449 "block_size": {
7450 "number": "string",
7451 "amount": {
7452 "quantity": "string",
7453 "currency": "AED"
7454 },
7455 "count": "string"
7456 },
7457 "tier_top_bound": {
7458 "number": "string",
7459 "amount": {
7460 "quantity": "string",
7461 "currency": "AED"
7462 },
7463 "count": "string"
7464 }
7465 }
7466 ]
7467 },
7468 "billing_period": {
7469 "type": "DAY",
7470 "value": 1
7471 },
7472 "pricing_period": {
7473 "type": "DAY",
7474 "value": 1
7475 },
7476 "default_included_volume": {
7477 "number": "string",
7478 "amount": {
7479 "quantity": "string",
7480 "currency": "AED"
7481 },
7482 "count": "string",
7483 "reset_type": "string"
7484 },
7485 "default_seats_value": {
7486 "number": "string",
7487 "amount": {
7488 "quantity": "string",
7489 "currency": "AED"
7490 },
7491 "count": "string"
7492 },
7493 "conditions": {
7494 "name": "string",
7495 "meter_properties": [
7496 {
7497 "id": "string",
7498 "reference": "string",
7499 "meter_property": {
7500 "object_type": "string",
7501 "id": "string",
7502 "reference": "string",
7503 "name": "string",
7504 "description": "string",
7505 "status": "DRAFT",
7506 "type": "NUMBER",
7507 "enum_values": [
7508 "string"
7509 ]
7510 },
7511 "value": "string",
7512 "values": [
7513 "string"
7514 ],
7515 "comparator": "EQUALS"
7516 }
7517 ],
7518 "configs": [
7519 {}
7520 ]
7521 },
7522 "tiering_conditions": {
7523 "name": "string",
7524 "expression": {
7525 "operator": "AND",
7526 "operands": [
7527 {
7528 "meter_property": {
7529 "id": "string",
7530 "reference": "string",
7531 "meter_property": {
7532 "object_type": "string",
7533 "id": "string",
7534 "reference": "string",
7535 "name": "string",
7536 "description": "string",
7537 "status": "DRAFT",
7538 "type": "NUMBER",
7539 "enum_values": [
7540 "string"
7541 ]
7542 },
7543 "value": "string",
7544 "values": [
7545 "string"
7546 ],
7547 "comparator": "EQUALS"
7548 },
7549 "expression": {}
7550 }
7551 ]
7552 },
7553 "meter_properties": [
7554 {
7555 "id": "string",
7556 "reference": "string",
7557 "meter_property": {
7558 "object_type": "string",
7559 "id": "string",
7560 "reference": "string",
7561 "name": "string",
7562 "description": "string",
7563 "status": "DRAFT",
7564 "type": "NUMBER",
7565 "enum_values": [
7566 "string"
7567 ]
7568 },
7569 "value": "string",
7570 "values": [
7571 "string"
7572 ],
7573 "comparator": "EQUALS"
7574 }
7575 ]
7576 },
7577 "order": 1,
7578 "billing_in_advance": true,
7579 "volume_group_reference": "string",
7580 "top_up": {
7581 "rollover": true
7582 },
7583 "split_pricing": {
7584 "meter_properties": [
7585 {
7586 "id": "string",
7587 "reference": "string",
7588 "value": "string",
7589 "meter_property": {
7590 "object_type": "string",
7591 "id": "string",
7592 "reference": "string",
7593 "name": "string",
7594 "description": "string",
7595 "status": "DRAFT",
7596 "type": "NUMBER",
7597 "enum_values": [
7598 "string"
7599 ]
7600 }
7601 }
7602 ]
7603 },
7604 "on_demand": true,
7605 "wallet_grants": [
7606 {
7607 "wallet_type_id": "string",
7608 "wallet_type": {
7609 "object_type": "string",
7610 "id": "string",
7611 "name": "string",
7612 "reference": "string",
7613 "status": "DRAFT",
7614 "type": "CREDIT",
7615 "credit": {
7616 "grant_type": "CREDITS",
7617 "amount_grant": {
7618 "default_currency": "AED",
7619 "tax_category": "STANDARD"
7620 },
7621 "credits_grant": {
7622 "credit_type_id": "string"
7623 }
7624 },
7625 "balance": {
7626 "default_currency": "string"
7627 },
7628 "created_at": "string",
7629 "updated_at": "string"
7630 },
7631 "amount_grant": {
7632 "amount": {
7633 "quantity": "string",
7634 "currency": "AED"
7635 },
7636 "percentage": "string"
7637 },
7638 "credits_grant": {
7639 "credits": {
7640 "quantity": "string",
7641 "credit_type_id": "string"
7642 },
7643 "conversion": {
7644 "credit_type_id": "string",
7645 "rate": "string"
7646 }
7647 },
7648 "expiry_policy": {
7649 "expiry_period": {
7650 "type": "DAY",
7651 "value": 1
7652 }
7653 }
7654 }
7655 ],
7656 "type": "FLAT",
7657 "pricing_type": "FLAT",
7658 "bands": [
7659 {
7660 "amount": {
7661 "quantity": "string",
7662 "currency": "AED"
7663 },
7664 "percentage": "string",
7665 "credits": {
7666 "quantity": "string",
7667 "credit_type_id": "string"
7668 },
7669 "fixed_amount": {
7670 "quantity": "string",
7671 "currency": "AED"
7672 },
7673 "maximum_amount": {
7674 "quantity": "string",
7675 "currency": "AED"
7676 },
7677 "minimum_amount": {
7678 "quantity": "string",
7679 "currency": "AED"
7680 },
7681 "maximum_number": "string",
7682 "minimum_number": "string",
7683 "block_size": {
7684 "number": "string",
7685 "amount": {
7686 "quantity": "string",
7687 "currency": "AED"
7688 },
7689 "count": "string"
7690 },
7691 "tier_top_bound": {
7692 "number": "string",
7693 "amount": {
7694 "quantity": "string",
7695 "currency": "AED"
7696 },
7697 "count": "string"
7698 }
7699 }
7700 ]
7701 }
7702 ],
7703 "billing_period_configs": [
7704 {
7705 "billing_period": {
7706 "type": "DAY",
7707 "value": 1
7708 },
7709 "configs": [
7710 {
7711 "object_type": "string",
7712 "id": "string",
7713 "original_pricing_item_config_id": "string",
7714 "original_pricing_item_config": {},
7715 "details": {
7716 "billing_period": {
7717 "type": "DAY",
7718 "value": 1
7719 },
7720 "pricing_type": "FLAT",
7721 "pricing_period": {
7722 "type": "DAY",
7723 "value": 1
7724 },
7725 "bands": [
7726 {
7727 "amount": {
7728 "quantity": "string",
7729 "currency": "AED"
7730 },
7731 "percentage": "string",
7732 "credits": {
7733 "quantity": "string",
7734 "credit_type_id": "string"
7735 },
7736 "fixed_amount": {
7737 "quantity": "string",
7738 "currency": "AED"
7739 },
7740 "maximum_amount": {
7741 "quantity": "string",
7742 "currency": "AED"
7743 },
7744 "minimum_amount": {
7745 "quantity": "string",
7746 "currency": "AED"
7747 },
7748 "maximum_number": "string",
7749 "minimum_number": "string",
7750 "block_size": {
7751 "number": "string",
7752 "amount": {
7753 "quantity": "string",
7754 "currency": "AED"
7755 },
7756 "count": "string"
7757 },
7758 "tier_top_bound": {
7759 "number": "string",
7760 "amount": {
7761 "quantity": "string",
7762 "currency": "AED"
7763 },
7764 "count": "string"
7765 }
7766 }
7767 ]
7768 },
7769 "billing_period": {
7770 "type": "DAY",
7771 "value": 1
7772 },
7773 "pricing_period": {
7774 "type": "DAY",
7775 "value": 1
7776 },
7777 "default_included_volume": {
7778 "number": "string",
7779 "amount": {
7780 "quantity": "string",
7781 "currency": "AED"
7782 },
7783 "count": "string",
7784 "reset_type": "string"
7785 },
7786 "default_seats_value": {
7787 "number": "string",
7788 "amount": {
7789 "quantity": "string",
7790 "currency": "AED"
7791 },
7792 "count": "string"
7793 },
7794 "conditions": {
7795 "name": "string",
7796 "meter_properties": [
7797 {
7798 "id": "string",
7799 "reference": "string",
7800 "meter_property": {
7801 "object_type": "string",
7802 "id": "string",
7803 "reference": "string",
7804 "name": "string",
7805 "description": "string",
7806 "status": "DRAFT",
7807 "type": "NUMBER",
7808 "enum_values": [
7809 "string"
7810 ]
7811 },
7812 "value": "string",
7813 "values": [
7814 "string"
7815 ],
7816 "comparator": "EQUALS"
7817 }
7818 ],
7819 "configs": [
7820 {}
7821 ]
7822 },
7823 "tiering_conditions": {
7824 "name": "string",
7825 "expression": {
7826 "operator": "AND",
7827 "operands": [
7828 {
7829 "meter_property": {
7830 "id": "string",
7831 "reference": "string",
7832 "meter_property": {
7833 "object_type": {},
7834 "id": {},
7835 "reference": {},
7836 "name": {},
7837 "description": {},
7838 "status": {},
7839 "type": {},
7840 "enum_values": {}
7841 },
7842 "value": "string",
7843 "values": [
7844 "string"
7845 ],
7846 "comparator": "EQUALS"
7847 },
7848 "expression": {}
7849 }
7850 ]
7851 },
7852 "meter_properties": [
7853 {
7854 "id": "string",
7855 "reference": "string",
7856 "meter_property": {
7857 "object_type": "string",
7858 "id": "string",
7859 "reference": "string",
7860 "name": "string",
7861 "description": "string",
7862 "status": "DRAFT",
7863 "type": "NUMBER",
7864 "enum_values": [
7865 "string"
7866 ]
7867 },
7868 "value": "string",
7869 "values": [
7870 "string"
7871 ],
7872 "comparator": "EQUALS"
7873 }
7874 ]
7875 },
7876 "order": 1,
7877 "billing_in_advance": true,
7878 "volume_group_reference": "string",
7879 "top_up": {
7880 "rollover": true
7881 },
7882 "split_pricing": {
7883 "meter_properties": [
7884 {
7885 "id": "string",
7886 "reference": "string",
7887 "value": "string",
7888 "meter_property": {
7889 "object_type": "string",
7890 "id": "string",
7891 "reference": "string",
7892 "name": "string",
7893 "description": "string",
7894 "status": "DRAFT",
7895 "type": "NUMBER",
7896 "enum_values": [
7897 "string"
7898 ]
7899 }
7900 }
7901 ]
7902 },
7903 "on_demand": true,
7904 "wallet_grants": [
7905 {
7906 "wallet_type_id": "string",
7907 "wallet_type": {
7908 "object_type": "string",
7909 "id": "string",
7910 "name": "string",
7911 "reference": "string",
7912 "status": "DRAFT",
7913 "type": "CREDIT",
7914 "credit": {
7915 "grant_type": "CREDITS",
7916 "amount_grant": {
7917 "default_currency": "AED",
7918 "tax_category": "STANDARD"
7919 },
7920 "credits_grant": {
7921 "credit_type_id": "string"
7922 }
7923 },
7924 "balance": {
7925 "default_currency": "string"
7926 },
7927 "created_at": "string",
7928 "updated_at": "string"
7929 },
7930 "amount_grant": {
7931 "amount": {
7932 "quantity": "string",
7933 "currency": "AED"
7934 },
7935 "percentage": "string"
7936 },
7937 "credits_grant": {
7938 "credits": {
7939 "quantity": "string",
7940 "credit_type_id": "string"
7941 },
7942 "conversion": {
7943 "credit_type_id": "string",
7944 "rate": "string"
7945 }
7946 },
7947 "expiry_policy": {
7948 "expiry_period": {
7949 "type": "DAY",
7950 "value": 1
7951 }
7952 }
7953 }
7954 ],
7955 "type": "FLAT",
7956 "pricing_type": "FLAT",
7957 "bands": [
7958 {
7959 "amount": {
7960 "quantity": "string",
7961 "currency": "AED"
7962 },
7963 "percentage": "string",
7964 "credits": {
7965 "quantity": "string",
7966 "credit_type_id": "string"
7967 },
7968 "fixed_amount": {
7969 "quantity": "string",
7970 "currency": "AED"
7971 },
7972 "maximum_amount": {
7973 "quantity": "string",
7974 "currency": "AED"
7975 },
7976 "minimum_amount": {
7977 "quantity": "string",
7978 "currency": "AED"
7979 },
7980 "maximum_number": "string",
7981 "minimum_number": "string",
7982 "block_size": {
7983 "number": "string",
7984 "amount": {
7985 "quantity": "string",
7986 "currency": "AED"
7987 },
7988 "count": "string"
7989 },
7990 "tier_top_bound": {
7991 "number": "string",
7992 "amount": {
7993 "quantity": "string",
7994 "currency": "AED"
7995 },
7996 "count": "string"
7997 }
7998 }
7999 ]
8000 }
8001 ]
8002 }
8003 ],
8004 "fallback_currency": "AED"
8005 }
8006 ],
8007 "billing_period_configs": [
8008 {
8009 "billing_period": {
8010 "type": "DAY",
8011 "value": 1
8012 },
8013 "configs": [
8014 {
8015 "object_type": "string",
8016 "id": "string",
8017 "original_pricing_item_config_id": "string",
8018 "original_pricing_item_config": {},
8019 "details": {
8020 "billing_period": {
8021 "type": "DAY",
8022 "value": 1
8023 },
8024 "pricing_type": "FLAT",
8025 "pricing_period": {
8026 "type": "DAY",
8027 "value": 1
8028 },
8029 "bands": [
8030 {
8031 "amount": {
8032 "quantity": "string",
8033 "currency": "AED"
8034 },
8035 "percentage": "string",
8036 "credits": {
8037 "quantity": "string",
8038 "credit_type_id": "string"
8039 },
8040 "fixed_amount": {
8041 "quantity": "string",
8042 "currency": "AED"
8043 },
8044 "maximum_amount": {
8045 "quantity": "string",
8046 "currency": "AED"
8047 },
8048 "minimum_amount": {
8049 "quantity": "string",
8050 "currency": "AED"
8051 },
8052 "maximum_number": "string",
8053 "minimum_number": "string",
8054 "block_size": {
8055 "number": "string",
8056 "amount": {
8057 "quantity": "string",
8058 "currency": "AED"
8059 },
8060 "count": "string"
8061 },
8062 "tier_top_bound": {
8063 "number": "string",
8064 "amount": {
8065 "quantity": "string",
8066 "currency": "AED"
8067 },
8068 "count": "string"
8069 }
8070 }
8071 ]
8072 },
8073 "billing_period": {
8074 "type": "DAY",
8075 "value": 1
8076 },
8077 "pricing_period": {
8078 "type": "DAY",
8079 "value": 1
8080 },
8081 "default_included_volume": {
8082 "number": "string",
8083 "amount": {
8084 "quantity": "string",
8085 "currency": "AED"
8086 },
8087 "count": "string",
8088 "reset_type": "string"
8089 },
8090 "default_seats_value": {
8091 "number": "string",
8092 "amount": {
8093 "quantity": "string",
8094 "currency": "AED"
8095 },
8096 "count": "string"
8097 },
8098 "conditions": {
8099 "name": "string",
8100 "meter_properties": [
8101 {
8102 "id": "string",
8103 "reference": "string",
8104 "meter_property": {
8105 "object_type": "string",
8106 "id": "string",
8107 "reference": "string",
8108 "name": "string",
8109 "description": "string",
8110 "status": "DRAFT",
8111 "type": "NUMBER",
8112 "enum_values": [
8113 "string"
8114 ]
8115 },
8116 "value": "string",
8117 "values": [
8118 "string"
8119 ],
8120 "comparator": "EQUALS"
8121 }
8122 ],
8123 "configs": [
8124 {}
8125 ]
8126 },
8127 "tiering_conditions": {
8128 "name": "string",
8129 "expression": {
8130 "operator": "AND",
8131 "operands": [
8132 {
8133 "meter_property": {
8134 "id": "string",
8135 "reference": "string",
8136 "meter_property": {
8137 "object_type": "string",
8138 "id": "string",
8139 "reference": "string",
8140 "name": "string",
8141 "description": "string",
8142 "status": "DRAFT",
8143 "type": "NUMBER",
8144 "enum_values": [
8145 "string"
8146 ]
8147 },
8148 "value": "string",
8149 "values": [
8150 "string"
8151 ],
8152 "comparator": "EQUALS"
8153 },
8154 "expression": {}
8155 }
8156 ]
8157 },
8158 "meter_properties": [
8159 {
8160 "id": "string",
8161 "reference": "string",
8162 "meter_property": {
8163 "object_type": "string",
8164 "id": "string",
8165 "reference": "string",
8166 "name": "string",
8167 "description": "string",
8168 "status": "DRAFT",
8169 "type": "NUMBER",
8170 "enum_values": [
8171 "string"
8172 ]
8173 },
8174 "value": "string",
8175 "values": [
8176 "string"
8177 ],
8178 "comparator": "EQUALS"
8179 }
8180 ]
8181 },
8182 "order": 1,
8183 "billing_in_advance": true,
8184 "volume_group_reference": "string",
8185 "top_up": {
8186 "rollover": true
8187 },
8188 "split_pricing": {
8189 "meter_properties": [
8190 {
8191 "id": "string",
8192 "reference": "string",
8193 "value": "string",
8194 "meter_property": {
8195 "object_type": "string",
8196 "id": "string",
8197 "reference": "string",
8198 "name": "string",
8199 "description": "string",
8200 "status": "DRAFT",
8201 "type": "NUMBER",
8202 "enum_values": [
8203 "string"
8204 ]
8205 }
8206 }
8207 ]
8208 },
8209 "on_demand": true,
8210 "wallet_grants": [
8211 {
8212 "wallet_type_id": "string",
8213 "wallet_type": {
8214 "object_type": "string",
8215 "id": "string",
8216 "name": "string",
8217 "reference": "string",
8218 "status": "DRAFT",
8219 "type": "CREDIT",
8220 "credit": {
8221 "grant_type": "CREDITS",
8222 "amount_grant": {
8223 "default_currency": "AED",
8224 "tax_category": "STANDARD"
8225 },
8226 "credits_grant": {
8227 "credit_type_id": "string"
8228 }
8229 },
8230 "balance": {
8231 "default_currency": "string"
8232 },
8233 "created_at": "string",
8234 "updated_at": "string"
8235 },
8236 "amount_grant": {
8237 "amount": {
8238 "quantity": "string",
8239 "currency": "AED"
8240 },
8241 "percentage": "string"
8242 },
8243 "credits_grant": {
8244 "credits": {
8245 "quantity": "string",
8246 "credit_type_id": "string"
8247 },
8248 "conversion": {
8249 "credit_type_id": "string",
8250 "rate": "string"
8251 }
8252 },
8253 "expiry_policy": {
8254 "expiry_period": {
8255 "type": "DAY",
8256 "value": 1
8257 }
8258 }
8259 }
8260 ],
8261 "type": "FLAT",
8262 "pricing_type": "FLAT",
8263 "bands": [
8264 {
8265 "amount": {
8266 "quantity": "string",
8267 "currency": "AED"
8268 },
8269 "percentage": "string",
8270 "credits": {
8271 "quantity": "string",
8272 "credit_type_id": "string"
8273 },
8274 "fixed_amount": {
8275 "quantity": "string",
8276 "currency": "AED"
8277 },
8278 "maximum_amount": {
8279 "quantity": "string",
8280 "currency": "AED"
8281 },
8282 "minimum_amount": {
8283 "quantity": "string",
8284 "currency": "AED"
8285 },
8286 "maximum_number": "string",
8287 "minimum_number": "string",
8288 "block_size": {
8289 "number": "string",
8290 "amount": {
8291 "quantity": "string",
8292 "currency": "AED"
8293 },
8294 "count": "string"
8295 },
8296 "tier_top_bound": {
8297 "number": "string",
8298 "amount": {
8299 "quantity": "string",
8300 "currency": "AED"
8301 },
8302 "count": "string"
8303 }
8304 }
8305 ]
8306 }
8307 ]
8308 }
8309 ],
8310 "display_order": 1
8311 }
8312 ]
8313 }
8314 ],
8315 "pricing_groups": [
8316 {
8317 "object_type": "string",
8318 "id": "string",
8319 "pricing_plan_version_id": "string",
8320 "pricing_plan_schedule_id": "string",
8321 "name": "string",
8322 "product_type": "DEFAULT",
8323 "selection_constraint": "ANY",
8324 "display_order": 1,
8325 "pricings": [
8326 {
8327 "object_type": "string",
8328 "id": "string",
8329 "pricing_plan_version_id": "string",
8330 "pricing_plan_schedule_id": "string",
8331 "pricing_group_id": "string",
8332 "original_pricing_id": "string",
8333 "original_pricing": {},
8334 "override": "ALL",
8335 "name": "string",
8336 "product_type": "DEFAULT",
8337 "product_ids": [
8338 "string"
8339 ],
8340 "display_order": 1,
8341 "products": [
8342 {
8343 "object_type": "string",
8344 "id": "string",
8345 "category_id": "string",
8346 "category": {
8347 "object_type": "string",
8348 "id": "string",
8349 "name": "string",
8350 "reference": "string",
8351 "description": "string",
8352 "tax_category": "STANDARD",
8353 "display_order": 1,
8354 "customer_id": "string"
8355 },
8356 "parent_product_id": "string",
8357 "name": "string",
8358 "reference": "string",
8359 "description": "string",
8360 "status": "DRAFT",
8361 "product_type": "DEFAULT",
8362 "tax_category": "STANDARD",
8363 "features": [
8364 {
8365 "id": "string",
8366 "reference": "string"
8367 }
8368 ],
8369 "custom_fields": [
8370 {
8371 "id": "string",
8372 "reference": "string",
8373 "value": "string",
8374 "values": [
8375 "string"
8376 ],
8377 "integration_details": {
8378 "id": "string",
8379 "reference": "string",
8380 "payment_gateway_variant": "ADYEN",
8381 "adyen": {
8382 "recurring_detail_reference": "string"
8383 },
8384 "stripe": {
8385 "payment_method_id": "string"
8386 }
8387 },
8388 "integration_id": "string"
8389 }
8390 ],
8391 "display_order": 1,
8392 "linked_integrations": [
8393 {
8394 "id": "string",
8395 "link_details": [
8396 {
8397 "url": "string",
8398 "custom_field_name": "string"
8399 }
8400 ]
8401 }
8402 ],
8403 "billing_entity_id": "string",
8404 "customer_id": "string"
8405 }
8406 ],
8407 "entitlements": [
8408 {
8409 "feature_id": "string",
8410 "feature": {
8411 "object_type": "string",
8412 "id": "string",
8413 "reference": "string",
8414 "name": "string",
8415 "description": "string",
8416 "type": "SWITCH",
8417 "enum_values": [
8418 "string"
8419 ],
8420 "meter_value_calculation_id": "string",
8421 "meter_value_calculation": {
8422 "object_type": "string",
8423 "id": "string",
8424 "reference": "string",
8425 "name": "string",
8426 "description": "string",
8427 "calculation_type": "SUM",
8428 "persist": true,
8429 "meter_id": "string",
8430 "meter": {
8431 "object_type": "string",
8432 "id": "string",
8433 "reference": "string",
8434 "name": "string",
8435 "description": "string",
8436 "status": "DRAFT",
8437 "meter_values": [
8438 {
8439 "id": "string",
8440 "object": {
8441 "object_type": "string",
8442 "id": "string",
8443 "reference": "string",
8444 "name": "string",
8445 "description": "string",
8446 "status": "DRAFT",
8447 "type": "NUMBER"
8448 },
8449 "required": true
8450 }
8451 ],
8452 "meter_properties": [
8453 {
8454 "id": "string",
8455 "object": {
8456 "object_type": "string",
8457 "id": "string",
8458 "reference": "string",
8459 "name": "string",
8460 "description": "string",
8461 "status": "DRAFT",
8462 "type": "NUMBER",
8463 "enum_values": [
8464 "string"
8465 ]
8466 },
8467 "required": true
8468 }
8469 ]
8470 },
8471 "meter_value_id": "string",
8472 "meter_value": {
8473 "object_type": "string",
8474 "id": "string",
8475 "reference": "string",
8476 "name": "string",
8477 "description": "string",
8478 "status": "DRAFT",
8479 "type": "NUMBER"
8480 },
8481 "meter_property_id": "string",
8482 "meter_property": {
8483 "object_type": "string",
8484 "id": "string",
8485 "reference": "string",
8486 "name": "string",
8487 "description": "string",
8488 "status": "DRAFT",
8489 "type": "NUMBER",
8490 "enum_values": [
8491 "string"
8492 ]
8493 }
8494 }
8495 },
8496 "feature_reference": "string",
8497 "override": true,
8498 "number": "string",
8499 "switch": true,
8500 "amount": {
8501 "quantity": "string",
8502 "currency": "AED"
8503 },
8504 "enum": "string",
8505 "string": "string",
8506 "overwrite": true
8507 }
8508 ],
8509 "items": [
8510 {
8511 "object_type": "string",
8512 "id": "string",
8513 "original_pricing_item_id": "string",
8514 "original_pricing_item": {},
8515 "override": "ALL",
8516 "product_item_ids": [
8517 "string"
8518 ],
8519 "product_items": [
8520 {
8521 "object_type": "string",
8522 "id": "string",
8523 "product_id": "string",
8524 "product": {
8525 "object_type": "string",
8526 "id": "string",
8527 "category_id": "string",
8528 "category": {
8529 "object_type": "string",
8530 "id": "string",
8531 "name": "string",
8532 "reference": "string",
8533 "description": "string",
8534 "tax_category": "STANDARD",
8535 "display_order": 1,
8536 "customer_id": "string"
8537 },
8538 "parent_product_id": "string",
8539 "name": "string",
8540 "reference": "string",
8541 "description": "string",
8542 "status": "DRAFT",
8543 "product_type": "DEFAULT",
8544 "tax_category": "STANDARD",
8545 "features": [
8546 {
8547 "id": "string",
8548 "reference": "string"
8549 }
8550 ],
8551 "custom_fields": [
8552 {
8553 "id": "string",
8554 "reference": "string",
8555 "value": "string",
8556 "values": [
8557 "string"
8558 ],
8559 "integration_details": {
8560 "id": "string",
8561 "reference": "string",
8562 "payment_gateway_variant": "ADYEN",
8563 "adyen": {
8564 "recurring_detail_reference": "string"
8565 },
8566 "stripe": {
8567 "payment_method_id": "string"
8568 }
8569 },
8570 "integration_id": "string"
8571 }
8572 ],
8573 "display_order": 1,
8574 "linked_integrations": [
8575 {
8576 "id": "string",
8577 "link_details": [
8578 {
8579 "url": "string",
8580 "custom_field_name": "string"
8581 }
8582 ]
8583 }
8584 ],
8585 "billing_entity_id": "string",
8586 "customer_id": "string"
8587 },
8588 "name": "string",
8589 "status": "DRAFT",
8590 "reference": "string",
8591 "description": "string",
8592 "type": "REVENUE",
8593 "model_type": "USAGE_BASED",
8594 "usage_based": {
8595 "meter_value_calculation_id": "string",
8596 "meter_value_calculation": {
8597 "object_type": "string",
8598 "id": "string",
8599 "reference": "string",
8600 "name": "string",
8601 "description": "string",
8602 "calculation_type": "SUM",
8603 "persist": true,
8604 "meter_id": "string",
8605 "meter": {
8606 "object_type": "string",
8607 "id": "string",
8608 "reference": "string",
8609 "name": "string",
8610 "description": "string",
8611 "status": "DRAFT",
8612 "meter_values": [
8613 {
8614 "id": "string",
8615 "object": {
8616 "object_type": "string",
8617 "id": "string",
8618 "reference": "string",
8619 "name": "string",
8620 "description": "string",
8621 "status": "DRAFT",
8622 "type": "NUMBER"
8623 },
8624 "required": true
8625 }
8626 ],
8627 "meter_properties": [
8628 {
8629 "id": "string",
8630 "object": {
8631 "object_type": "string",
8632 "id": "string",
8633 "reference": "string",
8634 "name": "string",
8635 "description": "string",
8636 "status": "DRAFT",
8637 "type": "NUMBER",
8638 "enum_values": [
8639 "string"
8640 ]
8641 },
8642 "required": true
8643 }
8644 ]
8645 },
8646 "meter_value_id": "string",
8647 "meter_value": {
8648 "object_type": "string",
8649 "id": "string",
8650 "reference": "string",
8651 "name": "string",
8652 "description": "string",
8653 "status": "DRAFT",
8654 "type": "NUMBER"
8655 },
8656 "meter_property_id": "string",
8657 "meter_property": {
8658 "object_type": "string",
8659 "id": "string",
8660 "reference": "string",
8661 "name": "string",
8662 "description": "string",
8663 "status": "DRAFT",
8664 "type": "NUMBER",
8665 "enum_values": [
8666 "string"
8667 ]
8668 }
8669 },
8670 "tiering_meter_value_calculation_id": "string",
8671 "tiering_meter_value_calculation": {
8672 "object_type": "string",
8673 "id": "string",
8674 "reference": "string",
8675 "name": "string",
8676 "description": "string",
8677 "calculation_type": "SUM",
8678 "persist": true,
8679 "meter_id": "string",
8680 "meter": {
8681 "object_type": "string",
8682 "id": "string",
8683 "reference": "string",
8684 "name": "string",
8685 "description": "string",
8686 "status": "DRAFT",
8687 "meter_values": [
8688 {
8689 "id": "string",
8690 "object": {
8691 "object_type": "string",
8692 "id": "string",
8693 "reference": "string",
8694 "name": "string",
8695 "description": "string",
8696 "status": "DRAFT",
8697 "type": "NUMBER"
8698 },
8699 "required": true
8700 }
8701 ],
8702 "meter_properties": [
8703 {
8704 "id": "string",
8705 "object": {
8706 "object_type": "string",
8707 "id": "string",
8708 "reference": "string",
8709 "name": "string",
8710 "description": "string",
8711 "status": "DRAFT",
8712 "type": "NUMBER",
8713 "enum_values": [
8714 "string"
8715 ]
8716 },
8717 "required": true
8718 }
8719 ]
8720 },
8721 "meter_value_id": "string",
8722 "meter_value": {
8723 "object_type": "string",
8724 "id": "string",
8725 "reference": "string",
8726 "name": "string",
8727 "description": "string",
8728 "status": "DRAFT",
8729 "type": "NUMBER"
8730 },
8731 "meter_property_id": "string",
8732 "meter_property": {
8733 "object_type": "string",
8734 "id": "string",
8735 "reference": "string",
8736 "name": "string",
8737 "description": "string",
8738 "status": "DRAFT",
8739 "type": "NUMBER",
8740 "enum_values": [
8741 "string"
8742 ]
8743 }
8744 },
8745 "report_meter_value_calculation_ids": [
8746 "string"
8747 ],
8748 "conditions": {
8749 "name": "string",
8750 "expression": {
8751 "operator": "AND",
8752 "operands": [
8753 {
8754 "meter_property": {
8755 "id": "string",
8756 "reference": "string",
8757 "meter_property": {
8758 "object_type": {},
8759 "id": {},
8760 "reference": {},
8761 "name": {},
8762 "description": {},
8763 "status": {},
8764 "type": {},
8765 "enum_values": {}
8766 },
8767 "value": "string",
8768 "values": [
8769 "string"
8770 ],
8771 "comparator": "EQUALS"
8772 },
8773 "expression": {}
8774 }
8775 ]
8776 },
8777 "meter_properties": [
8778 {
8779 "id": "string",
8780 "reference": "string",
8781 "meter_property": {
8782 "object_type": "string",
8783 "id": "string",
8784 "reference": "string",
8785 "name": "string",
8786 "description": "string",
8787 "status": "DRAFT",
8788 "type": "NUMBER",
8789 "enum_values": [
8790 "string"
8791 ]
8792 },
8793 "value": "string",
8794 "values": [
8795 "string"
8796 ],
8797 "comparator": "EQUALS"
8798 }
8799 ]
8800 }
8801 },
8802 "credits": {
8803 "credit_type_id": "string",
8804 "credit_type": {
8805 "object_type": "string",
8806 "id": "string",
8807 "reference": "string",
8808 "status": "DRAFT",
8809 "name": "string",
8810 "description": "string",
8811 "unit_name": {
8812 "singular": "string",
8813 "plural": "string"
8814 },
8815 "created_at": "string",
8816 "updated_at": "string"
8817 }
8818 },
8819 "meter_value_calculation": {
8820 "object_type": "string",
8821 "id": "string",
8822 "reference": "string",
8823 "name": "string",
8824 "description": "string",
8825 "calculation_type": "SUM",
8826 "persist": true,
8827 "meter_id": "string",
8828 "meter": {
8829 "object_type": "string",
8830 "id": "string",
8831 "reference": "string",
8832 "name": "string",
8833 "description": "string",
8834 "status": "DRAFT",
8835 "meter_values": [
8836 {
8837 "id": "string",
8838 "object": {
8839 "object_type": "string",
8840 "id": "string",
8841 "reference": "string",
8842 "name": "string",
8843 "description": "string",
8844 "status": "DRAFT",
8845 "type": "NUMBER"
8846 },
8847 "required": true
8848 }
8849 ],
8850 "meter_properties": [
8851 {
8852 "id": "string",
8853 "object": {
8854 "object_type": "string",
8855 "id": "string",
8856 "reference": "string",
8857 "name": "string",
8858 "description": "string",
8859 "status": "DRAFT",
8860 "type": "NUMBER",
8861 "enum_values": [
8862 "string"
8863 ]
8864 },
8865 "required": true
8866 }
8867 ]
8868 },
8869 "meter_value_id": "string",
8870 "meter_value": {
8871 "object_type": "string",
8872 "id": "string",
8873 "reference": "string",
8874 "name": "string",
8875 "description": "string",
8876 "status": "DRAFT",
8877 "type": "NUMBER"
8878 },
8879 "meter_property_id": "string",
8880 "meter_property": {
8881 "object_type": "string",
8882 "id": "string",
8883 "reference": "string",
8884 "name": "string",
8885 "description": "string",
8886 "status": "DRAFT",
8887 "type": "NUMBER",
8888 "enum_values": [
8889 "string"
8890 ]
8891 }
8892 },
8893 "tax_category": "STANDARD",
8894 "display_order": 1,
8895 "unit_name": {
8896 "singular": "string",
8897 "plural": "string"
8898 },
8899 "custom_fields": [
8900 {
8901 "id": "string",
8902 "reference": "string",
8903 "value": "string",
8904 "values": [
8905 "string"
8906 ],
8907 "integration_details": {
8908 "id": "string",
8909 "reference": "string",
8910 "payment_gateway_variant": "ADYEN",
8911 "adyen": {
8912 "recurring_detail_reference": "string"
8913 },
8914 "stripe": {
8915 "payment_method_id": "string"
8916 }
8917 },
8918 "integration_id": "string"
8919 }
8920 ],
8921 "customer_id": "string",
8922 "meter_value_calculation_id": "string",
8923 "report_meter_value_calculation_ids": [
8924 "string"
8925 ]
8926 }
8927 ],
8928 "configs": [
8929 {
8930 "object_type": "string",
8931 "id": "string",
8932 "original_pricing_item_config_id": "string",
8933 "original_pricing_item_config": {},
8934 "details": {
8935 "billing_period": {
8936 "type": "DAY",
8937 "value": 1
8938 },
8939 "pricing_type": "FLAT",
8940 "pricing_period": {
8941 "type": "DAY",
8942 "value": 1
8943 },
8944 "bands": [
8945 {
8946 "amount": {
8947 "quantity": "string",
8948 "currency": "AED"
8949 },
8950 "percentage": "string",
8951 "credits": {
8952 "quantity": "string",
8953 "credit_type_id": "string"
8954 },
8955 "fixed_amount": {
8956 "quantity": "string",
8957 "currency": "AED"
8958 },
8959 "maximum_amount": {
8960 "quantity": "string",
8961 "currency": "AED"
8962 },
8963 "minimum_amount": {
8964 "quantity": "string",
8965 "currency": "AED"
8966 },
8967 "maximum_number": "string",
8968 "minimum_number": "string",
8969 "block_size": {
8970 "number": "string",
8971 "amount": {
8972 "quantity": "string",
8973 "currency": "AED"
8974 },
8975 "count": "string"
8976 },
8977 "tier_top_bound": {
8978 "number": "string",
8979 "amount": {
8980 "quantity": "string",
8981 "currency": "AED"
8982 },
8983 "count": "string"
8984 }
8985 }
8986 ]
8987 },
8988 "billing_period": {
8989 "type": "DAY",
8990 "value": 1
8991 },
8992 "pricing_period": {
8993 "type": "DAY",
8994 "value": 1
8995 },
8996 "default_included_volume": {
8997 "number": "string",
8998 "amount": {
8999 "quantity": "string",
9000 "currency": "AED"
9001 },
9002 "count": "string",
9003 "reset_type": "string"
9004 },
9005 "default_seats_value": {
9006 "number": "string",
9007 "amount": {
9008 "quantity": "string",
9009 "currency": "AED"
9010 },
9011 "count": "string"
9012 },
9013 "conditions": {
9014 "name": "string",
9015 "meter_properties": [
9016 {
9017 "id": "string",
9018 "reference": "string",
9019 "meter_property": {
9020 "object_type": "string",
9021 "id": "string",
9022 "reference": "string",
9023 "name": "string",
9024 "description": "string",
9025 "status": "DRAFT",
9026 "type": "NUMBER",
9027 "enum_values": [
9028 "string"
9029 ]
9030 },
9031 "value": "string",
9032 "values": [
9033 "string"
9034 ],
9035 "comparator": "EQUALS"
9036 }
9037 ],
9038 "configs": [
9039 {}
9040 ]
9041 },
9042 "tiering_conditions": {
9043 "name": "string",
9044 "expression": {
9045 "operator": "AND",
9046 "operands": [
9047 {
9048 "meter_property": {
9049 "id": "string",
9050 "reference": "string",
9051 "meter_property": {
9052 "object_type": "string",
9053 "id": "string",
9054 "reference": "string",
9055 "name": "string",
9056 "description": "string",
9057 "status": "DRAFT",
9058 "type": "NUMBER",
9059 "enum_values": [
9060 "string"
9061 ]
9062 },
9063 "value": "string",
9064 "values": [
9065 "string"
9066 ],
9067 "comparator": "EQUALS"
9068 },
9069 "expression": {}
9070 }
9071 ]
9072 },
9073 "meter_properties": [
9074 {
9075 "id": "string",
9076 "reference": "string",
9077 "meter_property": {
9078 "object_type": "string",
9079 "id": "string",
9080 "reference": "string",
9081 "name": "string",
9082 "description": "string",
9083 "status": "DRAFT",
9084 "type": "NUMBER",
9085 "enum_values": [
9086 "string"
9087 ]
9088 },
9089 "value": "string",
9090 "values": [
9091 "string"
9092 ],
9093 "comparator": "EQUALS"
9094 }
9095 ]
9096 },
9097 "order": 1,
9098 "billing_in_advance": true,
9099 "volume_group_reference": "string",
9100 "top_up": {
9101 "rollover": true
9102 },
9103 "split_pricing": {
9104 "meter_properties": [
9105 {
9106 "id": "string",
9107 "reference": "string",
9108 "value": "string",
9109 "meter_property": {
9110 "object_type": "string",
9111 "id": "string",
9112 "reference": "string",
9113 "name": "string",
9114 "description": "string",
9115 "status": "DRAFT",
9116 "type": "NUMBER",
9117 "enum_values": [
9118 "string"
9119 ]
9120 }
9121 }
9122 ]
9123 },
9124 "on_demand": true,
9125 "wallet_grants": [
9126 {
9127 "wallet_type_id": "string",
9128 "wallet_type": {
9129 "object_type": "string",
9130 "id": "string",
9131 "name": "string",
9132 "reference": "string",
9133 "status": "DRAFT",
9134 "type": "CREDIT",
9135 "credit": {
9136 "grant_type": "CREDITS",
9137 "amount_grant": {
9138 "default_currency": "AED",
9139 "tax_category": "STANDARD"
9140 },
9141 "credits_grant": {
9142 "credit_type_id": "string"
9143 }
9144 },
9145 "balance": {
9146 "default_currency": "string"
9147 },
9148 "created_at": "string",
9149 "updated_at": "string"
9150 },
9151 "amount_grant": {
9152 "amount": {
9153 "quantity": "string",
9154 "currency": "AED"
9155 },
9156 "percentage": "string"
9157 },
9158 "credits_grant": {
9159 "credits": {
9160 "quantity": "string",
9161 "credit_type_id": "string"
9162 },
9163 "conversion": {
9164 "credit_type_id": "string",
9165 "rate": "string"
9166 }
9167 },
9168 "expiry_policy": {
9169 "expiry_period": {
9170 "type": "DAY",
9171 "value": 1
9172 }
9173 }
9174 }
9175 ],
9176 "type": "FLAT",
9177 "pricing_type": "FLAT",
9178 "bands": [
9179 {
9180 "amount": {
9181 "quantity": "string",
9182 "currency": "AED"
9183 },
9184 "percentage": "string",
9185 "credits": {
9186 "quantity": "string",
9187 "credit_type_id": "string"
9188 },
9189 "fixed_amount": {
9190 "quantity": "string",
9191 "currency": "AED"
9192 },
9193 "maximum_amount": {
9194 "quantity": "string",
9195 "currency": "AED"
9196 },
9197 "minimum_amount": {
9198 "quantity": "string",
9199 "currency": "AED"
9200 },
9201 "maximum_number": "string",
9202 "minimum_number": "string",
9203 "block_size": {
9204 "number": "string",
9205 "amount": {
9206 "quantity": "string",
9207 "currency": "AED"
9208 },
9209 "count": "string"
9210 },
9211 "tier_top_bound": {
9212 "number": "string",
9213 "amount": {
9214 "quantity": "string",
9215 "currency": "AED"
9216 },
9217 "count": "string"
9218 }
9219 }
9220 ]
9221 }
9222 ],
9223 "pricing_currency_configs": [
9224 {
9225 "currency": "AED",
9226 "configs": [
9227 {
9228 "object_type": "string",
9229 "id": "string",
9230 "original_pricing_item_config_id": "string",
9231 "original_pricing_item_config": {},
9232 "details": {
9233 "billing_period": {
9234 "type": "DAY",
9235 "value": 1
9236 },
9237 "pricing_type": "FLAT",
9238 "pricing_period": {
9239 "type": "DAY",
9240 "value": 1
9241 },
9242 "bands": [
9243 {
9244 "amount": {
9245 "quantity": "string",
9246 "currency": "AED"
9247 },
9248 "percentage": "string",
9249 "credits": {
9250 "quantity": "string",
9251 "credit_type_id": "string"
9252 },
9253 "fixed_amount": {
9254 "quantity": "string",
9255 "currency": "AED"
9256 },
9257 "maximum_amount": {
9258 "quantity": "string",
9259 "currency": "AED"
9260 },
9261 "minimum_amount": {
9262 "quantity": "string",
9263 "currency": "AED"
9264 },
9265 "maximum_number": "string",
9266 "minimum_number": "string",
9267 "block_size": {
9268 "number": "string",
9269 "amount": {
9270 "quantity": "string",
9271 "currency": "AED"
9272 },
9273 "count": "string"
9274 },
9275 "tier_top_bound": {
9276 "number": "string",
9277 "amount": {
9278 "quantity": "string",
9279 "currency": "AED"
9280 },
9281 "count": "string"
9282 }
9283 }
9284 ]
9285 },
9286 "billing_period": {
9287 "type": "DAY",
9288 "value": 1
9289 },
9290 "pricing_period": {
9291 "type": "DAY",
9292 "value": 1
9293 },
9294 "default_included_volume": {
9295 "number": "string",
9296 "amount": {
9297 "quantity": "string",
9298 "currency": "AED"
9299 },
9300 "count": "string",
9301 "reset_type": "string"
9302 },
9303 "default_seats_value": {
9304 "number": "string",
9305 "amount": {
9306 "quantity": "string",
9307 "currency": "AED"
9308 },
9309 "count": "string"
9310 },
9311 "conditions": {
9312 "name": "string",
9313 "meter_properties": [
9314 {
9315 "id": "string",
9316 "reference": "string",
9317 "meter_property": {
9318 "object_type": "string",
9319 "id": "string",
9320 "reference": "string",
9321 "name": "string",
9322 "description": "string",
9323 "status": "DRAFT",
9324 "type": "NUMBER",
9325 "enum_values": [
9326 "string"
9327 ]
9328 },
9329 "value": "string",
9330 "values": [
9331 "string"
9332 ],
9333 "comparator": "EQUALS"
9334 }
9335 ],
9336 "configs": [
9337 {}
9338 ]
9339 },
9340 "tiering_conditions": {
9341 "name": "string",
9342 "expression": {
9343 "operator": "AND",
9344 "operands": [
9345 {
9346 "meter_property": {
9347 "id": "string",
9348 "reference": "string",
9349 "meter_property": {
9350 "object_type": {},
9351 "id": {},
9352 "reference": {},
9353 "name": {},
9354 "description": {},
9355 "status": {},
9356 "type": {},
9357 "enum_values": {}
9358 },
9359 "value": "string",
9360 "values": [
9361 "string"
9362 ],
9363 "comparator": "EQUALS"
9364 },
9365 "expression": {}
9366 }
9367 ]
9368 },
9369 "meter_properties": [
9370 {
9371 "id": "string",
9372 "reference": "string",
9373 "meter_property": {
9374 "object_type": "string",
9375 "id": "string",
9376 "reference": "string",
9377 "name": "string",
9378 "description": "string",
9379 "status": "DRAFT",
9380 "type": "NUMBER",
9381 "enum_values": [
9382 "string"
9383 ]
9384 },
9385 "value": "string",
9386 "values": [
9387 "string"
9388 ],
9389 "comparator": "EQUALS"
9390 }
9391 ]
9392 },
9393 "order": 1,
9394 "billing_in_advance": true,
9395 "volume_group_reference": "string",
9396 "top_up": {
9397 "rollover": true
9398 },
9399 "split_pricing": {
9400 "meter_properties": [
9401 {
9402 "id": "string",
9403 "reference": "string",
9404 "value": "string",
9405 "meter_property": {
9406 "object_type": "string",
9407 "id": "string",
9408 "reference": "string",
9409 "name": "string",
9410 "description": "string",
9411 "status": "DRAFT",
9412 "type": "NUMBER",
9413 "enum_values": [
9414 "string"
9415 ]
9416 }
9417 }
9418 ]
9419 },
9420 "on_demand": true,
9421 "wallet_grants": [
9422 {
9423 "wallet_type_id": "string",
9424 "wallet_type": {
9425 "object_type": "string",
9426 "id": "string",
9427 "name": "string",
9428 "reference": "string",
9429 "status": "DRAFT",
9430 "type": "CREDIT",
9431 "credit": {
9432 "grant_type": "CREDITS",
9433 "amount_grant": {
9434 "default_currency": "AED",
9435 "tax_category": "STANDARD"
9436 },
9437 "credits_grant": {
9438 "credit_type_id": "string"
9439 }
9440 },
9441 "balance": {
9442 "default_currency": "string"
9443 },
9444 "created_at": "string",
9445 "updated_at": "string"
9446 },
9447 "amount_grant": {
9448 "amount": {
9449 "quantity": "string",
9450 "currency": "AED"
9451 },
9452 "percentage": "string"
9453 },
9454 "credits_grant": {
9455 "credits": {
9456 "quantity": "string",
9457 "credit_type_id": "string"
9458 },
9459 "conversion": {
9460 "credit_type_id": "string",
9461 "rate": "string"
9462 }
9463 },
9464 "expiry_policy": {
9465 "expiry_period": {
9466 "type": "DAY",
9467 "value": 1
9468 }
9469 }
9470 }
9471 ],
9472 "type": "FLAT",
9473 "pricing_type": "FLAT",
9474 "bands": [
9475 {
9476 "amount": {
9477 "quantity": "string",
9478 "currency": "AED"
9479 },
9480 "percentage": "string",
9481 "credits": {
9482 "quantity": "string",
9483 "credit_type_id": "string"
9484 },
9485 "fixed_amount": {
9486 "quantity": "string",
9487 "currency": "AED"
9488 },
9489 "maximum_amount": {
9490 "quantity": "string",
9491 "currency": "AED"
9492 },
9493 "minimum_amount": {
9494 "quantity": "string",
9495 "currency": "AED"
9496 },
9497 "maximum_number": "string",
9498 "minimum_number": "string",
9499 "block_size": {
9500 "number": "string",
9501 "amount": {
9502 "quantity": "string",
9503 "currency": "AED"
9504 },
9505 "count": "string"
9506 },
9507 "tier_top_bound": {
9508 "number": "string",
9509 "amount": {
9510 "quantity": "string",
9511 "currency": "AED"
9512 },
9513 "count": "string"
9514 }
9515 }
9516 ]
9517 }
9518 ],
9519 "billing_period_configs": [
9520 {
9521 "billing_period": {
9522 "type": "DAY",
9523 "value": 1
9524 },
9525 "configs": [
9526 {
9527 "object_type": "string",
9528 "id": "string",
9529 "original_pricing_item_config_id": "string",
9530 "original_pricing_item_config": {},
9531 "details": {
9532 "billing_period": {
9533 "type": "DAY",
9534 "value": 1
9535 },
9536 "pricing_type": "FLAT",
9537 "pricing_period": {
9538 "type": "DAY",
9539 "value": 1
9540 },
9541 "bands": [
9542 {
9543 "amount": {
9544 "quantity": "string",
9545 "currency": "AED"
9546 },
9547 "percentage": "string",
9548 "credits": {
9549 "quantity": "string",
9550 "credit_type_id": "string"
9551 },
9552 "fixed_amount": {
9553 "quantity": "string",
9554 "currency": "AED"
9555 },
9556 "maximum_amount": {
9557 "quantity": "string",
9558 "currency": "AED"
9559 },
9560 "minimum_amount": {
9561 "quantity": "string",
9562 "currency": "AED"
9563 },
9564 "maximum_number": "string",
9565 "minimum_number": "string",
9566 "block_size": {
9567 "number": "string",
9568 "amount": {
9569 "quantity": {},
9570 "currency": {}
9571 },
9572 "count": "string"
9573 },
9574 "tier_top_bound": {
9575 "number": "string",
9576 "amount": {
9577 "quantity": {},
9578 "currency": {}
9579 },
9580 "count": "string"
9581 }
9582 }
9583 ]
9584 },
9585 "billing_period": {
9586 "type": "DAY",
9587 "value": 1
9588 },
9589 "pricing_period": {
9590 "type": "DAY",
9591 "value": 1
9592 },
9593 "default_included_volume": {
9594 "number": "string",
9595 "amount": {
9596 "quantity": "string",
9597 "currency": "AED"
9598 },
9599 "count": "string",
9600 "reset_type": "string"
9601 },
9602 "default_seats_value": {
9603 "number": "string",
9604 "amount": {
9605 "quantity": "string",
9606 "currency": "AED"
9607 },
9608 "count": "string"
9609 },
9610 "conditions": {
9611 "name": "string",
9612 "meter_properties": [
9613 {
9614 "id": "string",
9615 "reference": "string",
9616 "meter_property": {
9617 "object_type": "string",
9618 "id": "string",
9619 "reference": "string",
9620 "name": "string",
9621 "description": "string",
9622 "status": "DRAFT",
9623 "type": "NUMBER",
9624 "enum_values": [
9625 "string"
9626 ]
9627 },
9628 "value": "string",
9629 "values": [
9630 "string"
9631 ],
9632 "comparator": "EQUALS"
9633 }
9634 ],
9635 "configs": [
9636 {}
9637 ]
9638 },
9639 "tiering_conditions": {
9640 "name": "string",
9641 "expression": {
9642 "operator": "AND",
9643 "operands": [
9644 {
9645 "meter_property": {
9646 "id": {},
9647 "reference": {},
9648 "meter_property": {},
9649 "value": {},
9650 "values": {},
9651 "comparator": {}
9652 },
9653 "expression": {}
9654 }
9655 ]
9656 },
9657 "meter_properties": [
9658 {
9659 "id": "string",
9660 "reference": "string",
9661 "meter_property": {
9662 "object_type": "string",
9663 "id": "string",
9664 "reference": "string",
9665 "name": "string",
9666 "description": "string",
9667 "status": "DRAFT",
9668 "type": "NUMBER",
9669 "enum_values": [
9670 "string"
9671 ]
9672 },
9673 "value": "string",
9674 "values": [
9675 "string"
9676 ],
9677 "comparator": "EQUALS"
9678 }
9679 ]
9680 },
9681 "order": 1,
9682 "billing_in_advance": true,
9683 "volume_group_reference": "string",
9684 "top_up": {
9685 "rollover": true
9686 },
9687 "split_pricing": {
9688 "meter_properties": [
9689 {
9690 "id": "string",
9691 "reference": "string",
9692 "value": "string",
9693 "meter_property": {
9694 "object_type": "string",
9695 "id": "string",
9696 "reference": "string",
9697 "name": "string",
9698 "description": "string",
9699 "status": "DRAFT",
9700 "type": "NUMBER",
9701 "enum_values": [
9702 "string"
9703 ]
9704 }
9705 }
9706 ]
9707 },
9708 "on_demand": true,
9709 "wallet_grants": [
9710 {
9711 "wallet_type_id": "string",
9712 "wallet_type": {
9713 "object_type": "string",
9714 "id": "string",
9715 "name": "string",
9716 "reference": "string",
9717 "status": "DRAFT",
9718 "type": "CREDIT",
9719 "credit": {
9720 "grant_type": "CREDITS",
9721 "amount_grant": {
9722 "default_currency": {},
9723 "tax_category": {}
9724 },
9725 "credits_grant": {
9726 "credit_type_id": {}
9727 }
9728 },
9729 "balance": {
9730 "default_currency": "string"
9731 },
9732 "created_at": "string",
9733 "updated_at": "string"
9734 },
9735 "amount_grant": {
9736 "amount": {
9737 "quantity": "string",
9738 "currency": "AED"
9739 },
9740 "percentage": "string"
9741 },
9742 "credits_grant": {
9743 "credits": {
9744 "quantity": "string",
9745 "credit_type_id": "string"
9746 },
9747 "conversion": {
9748 "credit_type_id": "string",
9749 "rate": "string"
9750 }
9751 },
9752 "expiry_policy": {
9753 "expiry_period": {
9754 "type": "DAY",
9755 "value": 1
9756 }
9757 }
9758 }
9759 ],
9760 "type": "FLAT",
9761 "pricing_type": "FLAT",
9762 "bands": [
9763 {
9764 "amount": {
9765 "quantity": "string",
9766 "currency": "AED"
9767 },
9768 "percentage": "string",
9769 "credits": {
9770 "quantity": "string",
9771 "credit_type_id": "string"
9772 },
9773 "fixed_amount": {
9774 "quantity": "string",
9775 "currency": "AED"
9776 },
9777 "maximum_amount": {
9778 "quantity": "string",
9779 "currency": "AED"
9780 },
9781 "minimum_amount": {
9782 "quantity": "string",
9783 "currency": "AED"
9784 },
9785 "maximum_number": "string",
9786 "minimum_number": "string",
9787 "block_size": {
9788 "number": "string",
9789 "amount": {
9790 "quantity": "string",
9791 "currency": "AED"
9792 },
9793 "count": "string"
9794 },
9795 "tier_top_bound": {
9796 "number": "string",
9797 "amount": {
9798 "quantity": "string",
9799 "currency": "AED"
9800 },
9801 "count": "string"
9802 }
9803 }
9804 ]
9805 }
9806 ]
9807 }
9808 ],
9809 "fallback_currency": "AED"
9810 }
9811 ],
9812 "billing_period_configs": [
9813 {
9814 "billing_period": {
9815 "type": "DAY",
9816 "value": 1
9817 },
9818 "configs": [
9819 {
9820 "object_type": "string",
9821 "id": "string",
9822 "original_pricing_item_config_id": "string",
9823 "original_pricing_item_config": {},
9824 "details": {
9825 "billing_period": {
9826 "type": "DAY",
9827 "value": 1
9828 },
9829 "pricing_type": "FLAT",
9830 "pricing_period": {
9831 "type": "DAY",
9832 "value": 1
9833 },
9834 "bands": [
9835 {
9836 "amount": {
9837 "quantity": "string",
9838 "currency": "AED"
9839 },
9840 "percentage": "string",
9841 "credits": {
9842 "quantity": "string",
9843 "credit_type_id": "string"
9844 },
9845 "fixed_amount": {
9846 "quantity": "string",
9847 "currency": "AED"
9848 },
9849 "maximum_amount": {
9850 "quantity": "string",
9851 "currency": "AED"
9852 },
9853 "minimum_amount": {
9854 "quantity": "string",
9855 "currency": "AED"
9856 },
9857 "maximum_number": "string",
9858 "minimum_number": "string",
9859 "block_size": {
9860 "number": "string",
9861 "amount": {
9862 "quantity": "string",
9863 "currency": "AED"
9864 },
9865 "count": "string"
9866 },
9867 "tier_top_bound": {
9868 "number": "string",
9869 "amount": {
9870 "quantity": "string",
9871 "currency": "AED"
9872 },
9873 "count": "string"
9874 }
9875 }
9876 ]
9877 },
9878 "billing_period": {
9879 "type": "DAY",
9880 "value": 1
9881 },
9882 "pricing_period": {
9883 "type": "DAY",
9884 "value": 1
9885 },
9886 "default_included_volume": {
9887 "number": "string",
9888 "amount": {
9889 "quantity": "string",
9890 "currency": "AED"
9891 },
9892 "count": "string",
9893 "reset_type": "string"
9894 },
9895 "default_seats_value": {
9896 "number": "string",
9897 "amount": {
9898 "quantity": "string",
9899 "currency": "AED"
9900 },
9901 "count": "string"
9902 },
9903 "conditions": {
9904 "name": "string",
9905 "meter_properties": [
9906 {
9907 "id": "string",
9908 "reference": "string",
9909 "meter_property": {
9910 "object_type": "string",
9911 "id": "string",
9912 "reference": "string",
9913 "name": "string",
9914 "description": "string",
9915 "status": "DRAFT",
9916 "type": "NUMBER",
9917 "enum_values": [
9918 "string"
9919 ]
9920 },
9921 "value": "string",
9922 "values": [
9923 "string"
9924 ],
9925 "comparator": "EQUALS"
9926 }
9927 ],
9928 "configs": [
9929 {}
9930 ]
9931 },
9932 "tiering_conditions": {
9933 "name": "string",
9934 "expression": {
9935 "operator": "AND",
9936 "operands": [
9937 {
9938 "meter_property": {
9939 "id": "string",
9940 "reference": "string",
9941 "meter_property": {
9942 "object_type": {},
9943 "id": {},
9944 "reference": {},
9945 "name": {},
9946 "description": {},
9947 "status": {},
9948 "type": {},
9949 "enum_values": {}
9950 },
9951 "value": "string",
9952 "values": [
9953 "string"
9954 ],
9955 "comparator": "EQUALS"
9956 },
9957 "expression": {}
9958 }
9959 ]
9960 },
9961 "meter_properties": [
9962 {
9963 "id": "string",
9964 "reference": "string",
9965 "meter_property": {
9966 "object_type": "string",
9967 "id": "string",
9968 "reference": "string",
9969 "name": "string",
9970 "description": "string",
9971 "status": "DRAFT",
9972 "type": "NUMBER",
9973 "enum_values": [
9974 "string"
9975 ]
9976 },
9977 "value": "string",
9978 "values": [
9979 "string"
9980 ],
9981 "comparator": "EQUALS"
9982 }
9983 ]
9984 },
9985 "order": 1,
9986 "billing_in_advance": true,
9987 "volume_group_reference": "string",
9988 "top_up": {
9989 "rollover": true
9990 },
9991 "split_pricing": {
9992 "meter_properties": [
9993 {
9994 "id": "string",
9995 "reference": "string",
9996 "value": "string",
9997 "meter_property": {
9998 "object_type": "string",
9999 "id": "string",
10000 "reference": "string",
10001 "name": "string",
10002 "description": "string",
10003 "status": "DRAFT",
10004 "type": "NUMBER",
10005 "enum_values": [
10006 "string"
10007 ]
10008 }
10009 }
10010 ]
10011 },
10012 "on_demand": true,
10013 "wallet_grants": [
10014 {
10015 "wallet_type_id": "string",
10016 "wallet_type": {
10017 "object_type": "string",
10018 "id": "string",
10019 "name": "string",
10020 "reference": "string",
10021 "status": "DRAFT",
10022 "type": "CREDIT",
10023 "credit": {
10024 "grant_type": "CREDITS",
10025 "amount_grant": {
10026 "default_currency": "AED",
10027 "tax_category": "STANDARD"
10028 },
10029 "credits_grant": {
10030 "credit_type_id": "string"
10031 }
10032 },
10033 "balance": {
10034 "default_currency": "string"
10035 },
10036 "created_at": "string",
10037 "updated_at": "string"
10038 },
10039 "amount_grant": {
10040 "amount": {
10041 "quantity": "string",
10042 "currency": "AED"
10043 },
10044 "percentage": "string"
10045 },
10046 "credits_grant": {
10047 "credits": {
10048 "quantity": "string",
10049 "credit_type_id": "string"
10050 },
10051 "conversion": {
10052 "credit_type_id": "string",
10053 "rate": "string"
10054 }
10055 },
10056 "expiry_policy": {
10057 "expiry_period": {
10058 "type": "DAY",
10059 "value": 1
10060 }
10061 }
10062 }
10063 ],
10064 "type": "FLAT",
10065 "pricing_type": "FLAT",
10066 "bands": [
10067 {
10068 "amount": {
10069 "quantity": "string",
10070 "currency": "AED"
10071 },
10072 "percentage": "string",
10073 "credits": {
10074 "quantity": "string",
10075 "credit_type_id": "string"
10076 },
10077 "fixed_amount": {
10078 "quantity": "string",
10079 "currency": "AED"
10080 },
10081 "maximum_amount": {
10082 "quantity": "string",
10083 "currency": "AED"
10084 },
10085 "minimum_amount": {
10086 "quantity": "string",
10087 "currency": "AED"
10088 },
10089 "maximum_number": "string",
10090 "minimum_number": "string",
10091 "block_size": {
10092 "number": "string",
10093 "amount": {
10094 "quantity": "string",
10095 "currency": "AED"
10096 },
10097 "count": "string"
10098 },
10099 "tier_top_bound": {
10100 "number": "string",
10101 "amount": {
10102 "quantity": "string",
10103 "currency": "AED"
10104 },
10105 "count": "string"
10106 }
10107 }
10108 ]
10109 }
10110 ]
10111 }
10112 ],
10113 "display_order": 1
10114 }
10115 ]
10116 }
10117 ]
10118 }
10119 ],
10120 "display_order": 1
10121 }
10122 ],
10123 "credit_types": [
10124 {
10125 "object_type": "string",
10126 "id": "string",
10127 "reference": "string",
10128 "status": "DRAFT",
10129 "name": "string",
10130 "description": "string",
10131 "unit_name": {
10132 "singular": "string",
10133 "plural": "string"
10134 },
10135 "created_at": "string",
10136 "updated_at": "string"
10137 }
10138 ],
10139 "rate_card": {
10140 "start_at": "2024-01-15T09:30:00Z"
10141 }
10142 },
10143 "realign_invoice_date_to_pricing_plan_schedule_start_at": true,
10144 "created_at": "string",
10145 "promotion_codes": [
10146 "string"
10147 ],
10148 "coupon_ids": [
10149 "string"
10150 ]
10151}

The response’s pricing_categories[].pricings[] (and their nested items[].configs[]) are the schedule’s current prices. Each carries its own id – that’s the resource you patch to override it.

Then override the price by patching that Pricing (or a specific PricingItem within it):

PATCH
/v:version/pricings/:resourceId
1curl -X PATCH https://test.api.solvimon.com/v1/pricings/ \
2 -H "X-API-KEY: <apiKey>" \
3 -H "Content-Type: application/json" \
4 -d '{}'
Response
1{
2 "object_type": "string",
3 "id": "string",
4 "pricing_plan_version_id": "string",
5 "pricing_plan_schedule_id": "string",
6 "pricing_group_id": "string",
7 "original_pricing_id": "string",
8 "original_pricing": {},
9 "override": "ALL",
10 "name": "string",
11 "product_type": "DEFAULT",
12 "product_ids": [
13 "string"
14 ],
15 "display_order": 1,
16 "products": [
17 {
18 "object_type": "string",
19 "id": "string",
20 "category_id": "string",
21 "category": {
22 "object_type": "string",
23 "id": "string",
24 "name": "string",
25 "reference": "string",
26 "description": "string",
27 "tax_category": "STANDARD",
28 "display_order": 1,
29 "customer_id": "string"
30 },
31 "parent_product_id": "string",
32 "name": "string",
33 "reference": "string",
34 "description": "string",
35 "status": "DRAFT",
36 "product_type": "DEFAULT",
37 "tax_category": "STANDARD",
38 "features": [
39 {
40 "id": "string",
41 "reference": "string"
42 }
43 ],
44 "custom_fields": [
45 {
46 "id": "string",
47 "reference": "string",
48 "value": "string",
49 "values": [
50 "string"
51 ],
52 "integration_details": {
53 "id": "string",
54 "reference": "string",
55 "payment_gateway_variant": "ADYEN",
56 "adyen": {
57 "recurring_detail_reference": "string"
58 },
59 "stripe": {
60 "payment_method_id": "string"
61 }
62 },
63 "integration_id": "string"
64 }
65 ],
66 "display_order": 1,
67 "linked_integrations": [
68 {
69 "id": "string",
70 "link_details": [
71 {
72 "url": "string",
73 "custom_field_name": "string"
74 }
75 ]
76 }
77 ],
78 "billing_entity_id": "string",
79 "customer_id": "string"
80 }
81 ],
82 "entitlements": [
83 {
84 "feature_id": "string",
85 "feature": {
86 "object_type": "string",
87 "id": "string",
88 "reference": "string",
89 "name": "string",
90 "description": "string",
91 "type": "SWITCH",
92 "enum_values": [
93 "string"
94 ],
95 "meter_value_calculation_id": "string",
96 "meter_value_calculation": {
97 "object_type": "string",
98 "id": "string",
99 "reference": "string",
100 "name": "string",
101 "description": "string",
102 "calculation_type": "SUM",
103 "persist": true,
104 "meter_id": "string",
105 "meter": {
106 "object_type": "string",
107 "id": "string",
108 "reference": "string",
109 "name": "string",
110 "description": "string",
111 "status": "DRAFT",
112 "meter_values": [
113 {
114 "id": "string",
115 "object": {
116 "object_type": "string",
117 "id": "string",
118 "reference": "string",
119 "name": "string",
120 "description": "string",
121 "status": "DRAFT",
122 "type": "NUMBER"
123 },
124 "required": true
125 }
126 ],
127 "meter_properties": [
128 {
129 "id": "string",
130 "object": {
131 "object_type": "string",
132 "id": "string",
133 "reference": "string",
134 "name": "string",
135 "description": "string",
136 "status": "DRAFT",
137 "type": "NUMBER",
138 "enum_values": [
139 "string"
140 ]
141 },
142 "required": true
143 }
144 ]
145 },
146 "meter_value_id": "string",
147 "meter_value": {
148 "object_type": "string",
149 "id": "string",
150 "reference": "string",
151 "name": "string",
152 "description": "string",
153 "status": "DRAFT",
154 "type": "NUMBER"
155 },
156 "meter_property_id": "string",
157 "meter_property": {
158 "object_type": "string",
159 "id": "string",
160 "reference": "string",
161 "name": "string",
162 "description": "string",
163 "status": "DRAFT",
164 "type": "NUMBER",
165 "enum_values": [
166 "string"
167 ]
168 }
169 }
170 },
171 "feature_reference": "string",
172 "override": true,
173 "number": "string",
174 "switch": true,
175 "amount": {
176 "quantity": "string",
177 "currency": "AED"
178 },
179 "enum": "string",
180 "string": "string",
181 "overwrite": true
182 }
183 ],
184 "items": [
185 {
186 "object_type": "string",
187 "id": "string",
188 "original_pricing_item_id": "string",
189 "original_pricing_item": {},
190 "override": "ALL",
191 "product_item_ids": [
192 "string"
193 ],
194 "product_items": [
195 {
196 "object_type": "string",
197 "id": "string",
198 "product_id": "string",
199 "product": {
200 "object_type": "string",
201 "id": "string",
202 "category_id": "string",
203 "category": {
204 "object_type": "string",
205 "id": "string",
206 "name": "string",
207 "reference": "string",
208 "description": "string",
209 "tax_category": "STANDARD",
210 "display_order": 1,
211 "customer_id": "string"
212 },
213 "parent_product_id": "string",
214 "name": "string",
215 "reference": "string",
216 "description": "string",
217 "status": "DRAFT",
218 "product_type": "DEFAULT",
219 "tax_category": "STANDARD",
220 "features": [
221 {
222 "id": "string",
223 "reference": "string"
224 }
225 ],
226 "custom_fields": [
227 {
228 "id": "string",
229 "reference": "string",
230 "value": "string",
231 "values": [
232 "string"
233 ],
234 "integration_details": {
235 "id": "string",
236 "reference": "string",
237 "payment_gateway_variant": "ADYEN",
238 "adyen": {
239 "recurring_detail_reference": "string"
240 },
241 "stripe": {
242 "payment_method_id": "string"
243 }
244 },
245 "integration_id": "string"
246 }
247 ],
248 "display_order": 1,
249 "linked_integrations": [
250 {
251 "id": "string",
252 "link_details": [
253 {
254 "url": "string",
255 "custom_field_name": "string"
256 }
257 ]
258 }
259 ],
260 "billing_entity_id": "string",
261 "customer_id": "string"
262 },
263 "name": "string",
264 "status": "DRAFT",
265 "reference": "string",
266 "description": "string",
267 "type": "REVENUE",
268 "model_type": "USAGE_BASED",
269 "usage_based": {
270 "meter_value_calculation_id": "string",
271 "meter_value_calculation": {
272 "object_type": "string",
273 "id": "string",
274 "reference": "string",
275 "name": "string",
276 "description": "string",
277 "calculation_type": "SUM",
278 "persist": true,
279 "meter_id": "string",
280 "meter": {
281 "object_type": "string",
282 "id": "string",
283 "reference": "string",
284 "name": "string",
285 "description": "string",
286 "status": "DRAFT",
287 "meter_values": [
288 {
289 "id": "string",
290 "object": {
291 "object_type": "string",
292 "id": "string",
293 "reference": "string",
294 "name": "string",
295 "description": "string",
296 "status": "DRAFT",
297 "type": "NUMBER"
298 },
299 "required": true
300 }
301 ],
302 "meter_properties": [
303 {
304 "id": "string",
305 "object": {
306 "object_type": "string",
307 "id": "string",
308 "reference": "string",
309 "name": "string",
310 "description": "string",
311 "status": "DRAFT",
312 "type": "NUMBER",
313 "enum_values": [
314 "string"
315 ]
316 },
317 "required": true
318 }
319 ]
320 },
321 "meter_value_id": "string",
322 "meter_value": {
323 "object_type": "string",
324 "id": "string",
325 "reference": "string",
326 "name": "string",
327 "description": "string",
328 "status": "DRAFT",
329 "type": "NUMBER"
330 },
331 "meter_property_id": "string",
332 "meter_property": {
333 "object_type": "string",
334 "id": "string",
335 "reference": "string",
336 "name": "string",
337 "description": "string",
338 "status": "DRAFT",
339 "type": "NUMBER",
340 "enum_values": [
341 "string"
342 ]
343 }
344 },
345 "tiering_meter_value_calculation_id": "string",
346 "tiering_meter_value_calculation": {
347 "object_type": "string",
348 "id": "string",
349 "reference": "string",
350 "name": "string",
351 "description": "string",
352 "calculation_type": "SUM",
353 "persist": true,
354 "meter_id": "string",
355 "meter": {
356 "object_type": "string",
357 "id": "string",
358 "reference": "string",
359 "name": "string",
360 "description": "string",
361 "status": "DRAFT",
362 "meter_values": [
363 {
364 "id": "string",
365 "object": {
366 "object_type": "string",
367 "id": "string",
368 "reference": "string",
369 "name": "string",
370 "description": "string",
371 "status": "DRAFT",
372 "type": "NUMBER"
373 },
374 "required": true
375 }
376 ],
377 "meter_properties": [
378 {
379 "id": "string",
380 "object": {
381 "object_type": "string",
382 "id": "string",
383 "reference": "string",
384 "name": "string",
385 "description": "string",
386 "status": "DRAFT",
387 "type": "NUMBER",
388 "enum_values": [
389 "string"
390 ]
391 },
392 "required": true
393 }
394 ]
395 },
396 "meter_value_id": "string",
397 "meter_value": {
398 "object_type": "string",
399 "id": "string",
400 "reference": "string",
401 "name": "string",
402 "description": "string",
403 "status": "DRAFT",
404 "type": "NUMBER"
405 },
406 "meter_property_id": "string",
407 "meter_property": {
408 "object_type": "string",
409 "id": "string",
410 "reference": "string",
411 "name": "string",
412 "description": "string",
413 "status": "DRAFT",
414 "type": "NUMBER",
415 "enum_values": [
416 "string"
417 ]
418 }
419 },
420 "report_meter_value_calculation_ids": [
421 "string"
422 ],
423 "conditions": {
424 "name": "string",
425 "expression": {
426 "operator": "AND",
427 "operands": [
428 {
429 "meter_property": {
430 "id": "string",
431 "reference": "string",
432 "meter_property": {
433 "object_type": "string",
434 "id": "string",
435 "reference": "string",
436 "name": "string",
437 "description": "string",
438 "status": "DRAFT",
439 "type": "NUMBER",
440 "enum_values": [
441 "string"
442 ]
443 },
444 "value": "string",
445 "values": [
446 "string"
447 ],
448 "comparator": "EQUALS"
449 },
450 "expression": {}
451 }
452 ]
453 },
454 "meter_properties": [
455 {
456 "id": "string",
457 "reference": "string",
458 "meter_property": {
459 "object_type": "string",
460 "id": "string",
461 "reference": "string",
462 "name": "string",
463 "description": "string",
464 "status": "DRAFT",
465 "type": "NUMBER",
466 "enum_values": [
467 "string"
468 ]
469 },
470 "value": "string",
471 "values": [
472 "string"
473 ],
474 "comparator": "EQUALS"
475 }
476 ]
477 }
478 },
479 "credits": {
480 "credit_type_id": "string",
481 "credit_type": {
482 "object_type": "string",
483 "id": "string",
484 "reference": "string",
485 "status": "DRAFT",
486 "name": "string",
487 "description": "string",
488 "unit_name": {
489 "singular": "string",
490 "plural": "string"
491 },
492 "created_at": "string",
493 "updated_at": "string"
494 }
495 },
496 "meter_value_calculation": {
497 "object_type": "string",
498 "id": "string",
499 "reference": "string",
500 "name": "string",
501 "description": "string",
502 "calculation_type": "SUM",
503 "persist": true,
504 "meter_id": "string",
505 "meter": {
506 "object_type": "string",
507 "id": "string",
508 "reference": "string",
509 "name": "string",
510 "description": "string",
511 "status": "DRAFT",
512 "meter_values": [
513 {
514 "id": "string",
515 "object": {
516 "object_type": "string",
517 "id": "string",
518 "reference": "string",
519 "name": "string",
520 "description": "string",
521 "status": "DRAFT",
522 "type": "NUMBER"
523 },
524 "required": true
525 }
526 ],
527 "meter_properties": [
528 {
529 "id": "string",
530 "object": {
531 "object_type": "string",
532 "id": "string",
533 "reference": "string",
534 "name": "string",
535 "description": "string",
536 "status": "DRAFT",
537 "type": "NUMBER",
538 "enum_values": [
539 "string"
540 ]
541 },
542 "required": true
543 }
544 ]
545 },
546 "meter_value_id": "string",
547 "meter_value": {
548 "object_type": "string",
549 "id": "string",
550 "reference": "string",
551 "name": "string",
552 "description": "string",
553 "status": "DRAFT",
554 "type": "NUMBER"
555 },
556 "meter_property_id": "string",
557 "meter_property": {
558 "object_type": "string",
559 "id": "string",
560 "reference": "string",
561 "name": "string",
562 "description": "string",
563 "status": "DRAFT",
564 "type": "NUMBER",
565 "enum_values": [
566 "string"
567 ]
568 }
569 },
570 "tax_category": "STANDARD",
571 "display_order": 1,
572 "unit_name": {
573 "singular": "string",
574 "plural": "string"
575 },
576 "custom_fields": [
577 {
578 "id": "string",
579 "reference": "string",
580 "value": "string",
581 "values": [
582 "string"
583 ],
584 "integration_details": {
585 "id": "string",
586 "reference": "string",
587 "payment_gateway_variant": "ADYEN",
588 "adyen": {
589 "recurring_detail_reference": "string"
590 },
591 "stripe": {
592 "payment_method_id": "string"
593 }
594 },
595 "integration_id": "string"
596 }
597 ],
598 "customer_id": "string",
599 "meter_value_calculation_id": "string",
600 "report_meter_value_calculation_ids": [
601 "string"
602 ]
603 }
604 ],
605 "configs": [
606 {
607 "object_type": "string",
608 "id": "string",
609 "original_pricing_item_config_id": "string",
610 "original_pricing_item_config": {},
611 "details": {
612 "billing_period": {
613 "type": "DAY",
614 "value": 1
615 },
616 "pricing_type": "FLAT",
617 "pricing_period": {
618 "type": "DAY",
619 "value": 1
620 },
621 "bands": [
622 {
623 "amount": {
624 "quantity": "string",
625 "currency": "AED"
626 },
627 "percentage": "string",
628 "credits": {
629 "quantity": "string",
630 "credit_type_id": "string"
631 },
632 "fixed_amount": {
633 "quantity": "string",
634 "currency": "AED"
635 },
636 "maximum_amount": {
637 "quantity": "string",
638 "currency": "AED"
639 },
640 "minimum_amount": {
641 "quantity": "string",
642 "currency": "AED"
643 },
644 "maximum_number": "string",
645 "minimum_number": "string",
646 "block_size": {
647 "number": "string",
648 "amount": {
649 "quantity": "string",
650 "currency": "AED"
651 },
652 "count": "string"
653 },
654 "tier_top_bound": {
655 "number": "string",
656 "amount": {
657 "quantity": "string",
658 "currency": "AED"
659 },
660 "count": "string"
661 }
662 }
663 ]
664 },
665 "billing_period": {
666 "type": "DAY",
667 "value": 1
668 },
669 "pricing_period": {
670 "type": "DAY",
671 "value": 1
672 },
673 "default_included_volume": {
674 "number": "string",
675 "amount": {
676 "quantity": "string",
677 "currency": "AED"
678 },
679 "count": "string",
680 "reset_type": "string"
681 },
682 "default_seats_value": {
683 "number": "string",
684 "amount": {
685 "quantity": "string",
686 "currency": "AED"
687 },
688 "count": "string"
689 },
690 "conditions": {
691 "name": "string",
692 "meter_properties": [
693 {
694 "id": "string",
695 "reference": "string",
696 "meter_property": {
697 "object_type": "string",
698 "id": "string",
699 "reference": "string",
700 "name": "string",
701 "description": "string",
702 "status": "DRAFT",
703 "type": "NUMBER",
704 "enum_values": [
705 "string"
706 ]
707 },
708 "value": "string",
709 "values": [
710 "string"
711 ],
712 "comparator": "EQUALS"
713 }
714 ],
715 "configs": [
716 {}
717 ]
718 },
719 "tiering_conditions": {
720 "name": "string",
721 "expression": {
722 "operator": "AND",
723 "operands": [
724 {
725 "meter_property": {
726 "id": "string",
727 "reference": "string",
728 "meter_property": {
729 "object_type": "string",
730 "id": "string",
731 "reference": "string",
732 "name": "string",
733 "description": "string",
734 "status": "DRAFT",
735 "type": "NUMBER",
736 "enum_values": [
737 "string"
738 ]
739 },
740 "value": "string",
741 "values": [
742 "string"
743 ],
744 "comparator": "EQUALS"
745 },
746 "expression": {}
747 }
748 ]
749 },
750 "meter_properties": [
751 {
752 "id": "string",
753 "reference": "string",
754 "meter_property": {
755 "object_type": "string",
756 "id": "string",
757 "reference": "string",
758 "name": "string",
759 "description": "string",
760 "status": "DRAFT",
761 "type": "NUMBER",
762 "enum_values": [
763 "string"
764 ]
765 },
766 "value": "string",
767 "values": [
768 "string"
769 ],
770 "comparator": "EQUALS"
771 }
772 ]
773 },
774 "order": 1,
775 "billing_in_advance": true,
776 "volume_group_reference": "string",
777 "top_up": {
778 "rollover": true
779 },
780 "split_pricing": {
781 "meter_properties": [
782 {
783 "id": "string",
784 "reference": "string",
785 "value": "string",
786 "meter_property": {
787 "object_type": "string",
788 "id": "string",
789 "reference": "string",
790 "name": "string",
791 "description": "string",
792 "status": "DRAFT",
793 "type": "NUMBER",
794 "enum_values": [
795 "string"
796 ]
797 }
798 }
799 ]
800 },
801 "on_demand": true,
802 "wallet_grants": [
803 {
804 "wallet_type_id": "string",
805 "wallet_type": {
806 "object_type": "string",
807 "id": "string",
808 "name": "string",
809 "reference": "string",
810 "status": "DRAFT",
811 "type": "CREDIT",
812 "credit": {
813 "grant_type": "CREDITS",
814 "amount_grant": {
815 "default_currency": "AED",
816 "tax_category": "STANDARD"
817 },
818 "credits_grant": {
819 "credit_type_id": "string"
820 }
821 },
822 "balance": {
823 "default_currency": "string"
824 },
825 "created_at": "string",
826 "updated_at": "string"
827 },
828 "amount_grant": {
829 "amount": {
830 "quantity": "string",
831 "currency": "AED"
832 },
833 "percentage": "string"
834 },
835 "credits_grant": {
836 "credits": {
837 "quantity": "string",
838 "credit_type_id": "string"
839 },
840 "conversion": {
841 "credit_type_id": "string",
842 "rate": "string"
843 }
844 },
845 "expiry_policy": {
846 "expiry_period": {
847 "type": "DAY",
848 "value": 1
849 }
850 }
851 }
852 ],
853 "type": "FLAT",
854 "pricing_type": "FLAT",
855 "bands": [
856 {
857 "amount": {
858 "quantity": "string",
859 "currency": "AED"
860 },
861 "percentage": "string",
862 "credits": {
863 "quantity": "string",
864 "credit_type_id": "string"
865 },
866 "fixed_amount": {
867 "quantity": "string",
868 "currency": "AED"
869 },
870 "maximum_amount": {
871 "quantity": "string",
872 "currency": "AED"
873 },
874 "minimum_amount": {
875 "quantity": "string",
876 "currency": "AED"
877 },
878 "maximum_number": "string",
879 "minimum_number": "string",
880 "block_size": {
881 "number": "string",
882 "amount": {
883 "quantity": "string",
884 "currency": "AED"
885 },
886 "count": "string"
887 },
888 "tier_top_bound": {
889 "number": "string",
890 "amount": {
891 "quantity": "string",
892 "currency": "AED"
893 },
894 "count": "string"
895 }
896 }
897 ]
898 }
899 ],
900 "pricing_currency_configs": [
901 {
902 "currency": "AED",
903 "configs": [
904 {
905 "object_type": "string",
906 "id": "string",
907 "original_pricing_item_config_id": "string",
908 "original_pricing_item_config": {},
909 "details": {
910 "billing_period": {
911 "type": "DAY",
912 "value": 1
913 },
914 "pricing_type": "FLAT",
915 "pricing_period": {
916 "type": "DAY",
917 "value": 1
918 },
919 "bands": [
920 {
921 "amount": {
922 "quantity": "string",
923 "currency": "AED"
924 },
925 "percentage": "string",
926 "credits": {
927 "quantity": "string",
928 "credit_type_id": "string"
929 },
930 "fixed_amount": {
931 "quantity": "string",
932 "currency": "AED"
933 },
934 "maximum_amount": {
935 "quantity": "string",
936 "currency": "AED"
937 },
938 "minimum_amount": {
939 "quantity": "string",
940 "currency": "AED"
941 },
942 "maximum_number": "string",
943 "minimum_number": "string",
944 "block_size": {
945 "number": "string",
946 "amount": {
947 "quantity": "string",
948 "currency": "AED"
949 },
950 "count": "string"
951 },
952 "tier_top_bound": {
953 "number": "string",
954 "amount": {
955 "quantity": "string",
956 "currency": "AED"
957 },
958 "count": "string"
959 }
960 }
961 ]
962 },
963 "billing_period": {
964 "type": "DAY",
965 "value": 1
966 },
967 "pricing_period": {
968 "type": "DAY",
969 "value": 1
970 },
971 "default_included_volume": {
972 "number": "string",
973 "amount": {
974 "quantity": "string",
975 "currency": "AED"
976 },
977 "count": "string",
978 "reset_type": "string"
979 },
980 "default_seats_value": {
981 "number": "string",
982 "amount": {
983 "quantity": "string",
984 "currency": "AED"
985 },
986 "count": "string"
987 },
988 "conditions": {
989 "name": "string",
990 "meter_properties": [
991 {
992 "id": "string",
993 "reference": "string",
994 "meter_property": {
995 "object_type": "string",
996 "id": "string",
997 "reference": "string",
998 "name": "string",
999 "description": "string",
1000 "status": "DRAFT",
1001 "type": "NUMBER",
1002 "enum_values": [
1003 "string"
1004 ]
1005 },
1006 "value": "string",
1007 "values": [
1008 "string"
1009 ],
1010 "comparator": "EQUALS"
1011 }
1012 ],
1013 "configs": [
1014 {}
1015 ]
1016 },
1017 "tiering_conditions": {
1018 "name": "string",
1019 "expression": {
1020 "operator": "AND",
1021 "operands": [
1022 {
1023 "meter_property": {
1024 "id": "string",
1025 "reference": "string",
1026 "meter_property": {
1027 "object_type": "string",
1028 "id": "string",
1029 "reference": "string",
1030 "name": "string",
1031 "description": "string",
1032 "status": "DRAFT",
1033 "type": "NUMBER",
1034 "enum_values": [
1035 "string"
1036 ]
1037 },
1038 "value": "string",
1039 "values": [
1040 "string"
1041 ],
1042 "comparator": "EQUALS"
1043 },
1044 "expression": {}
1045 }
1046 ]
1047 },
1048 "meter_properties": [
1049 {
1050 "id": "string",
1051 "reference": "string",
1052 "meter_property": {
1053 "object_type": "string",
1054 "id": "string",
1055 "reference": "string",
1056 "name": "string",
1057 "description": "string",
1058 "status": "DRAFT",
1059 "type": "NUMBER",
1060 "enum_values": [
1061 "string"
1062 ]
1063 },
1064 "value": "string",
1065 "values": [
1066 "string"
1067 ],
1068 "comparator": "EQUALS"
1069 }
1070 ]
1071 },
1072 "order": 1,
1073 "billing_in_advance": true,
1074 "volume_group_reference": "string",
1075 "top_up": {
1076 "rollover": true
1077 },
1078 "split_pricing": {
1079 "meter_properties": [
1080 {
1081 "id": "string",
1082 "reference": "string",
1083 "value": "string",
1084 "meter_property": {
1085 "object_type": "string",
1086 "id": "string",
1087 "reference": "string",
1088 "name": "string",
1089 "description": "string",
1090 "status": "DRAFT",
1091 "type": "NUMBER",
1092 "enum_values": [
1093 "string"
1094 ]
1095 }
1096 }
1097 ]
1098 },
1099 "on_demand": true,
1100 "wallet_grants": [
1101 {
1102 "wallet_type_id": "string",
1103 "wallet_type": {
1104 "object_type": "string",
1105 "id": "string",
1106 "name": "string",
1107 "reference": "string",
1108 "status": "DRAFT",
1109 "type": "CREDIT",
1110 "credit": {
1111 "grant_type": "CREDITS",
1112 "amount_grant": {
1113 "default_currency": "AED",
1114 "tax_category": "STANDARD"
1115 },
1116 "credits_grant": {
1117 "credit_type_id": "string"
1118 }
1119 },
1120 "balance": {
1121 "default_currency": "string"
1122 },
1123 "created_at": "string",
1124 "updated_at": "string"
1125 },
1126 "amount_grant": {
1127 "amount": {
1128 "quantity": "string",
1129 "currency": "AED"
1130 },
1131 "percentage": "string"
1132 },
1133 "credits_grant": {
1134 "credits": {
1135 "quantity": "string",
1136 "credit_type_id": "string"
1137 },
1138 "conversion": {
1139 "credit_type_id": "string",
1140 "rate": "string"
1141 }
1142 },
1143 "expiry_policy": {
1144 "expiry_period": {
1145 "type": "DAY",
1146 "value": 1
1147 }
1148 }
1149 }
1150 ],
1151 "type": "FLAT",
1152 "pricing_type": "FLAT",
1153 "bands": [
1154 {
1155 "amount": {
1156 "quantity": "string",
1157 "currency": "AED"
1158 },
1159 "percentage": "string",
1160 "credits": {
1161 "quantity": "string",
1162 "credit_type_id": "string"
1163 },
1164 "fixed_amount": {
1165 "quantity": "string",
1166 "currency": "AED"
1167 },
1168 "maximum_amount": {
1169 "quantity": "string",
1170 "currency": "AED"
1171 },
1172 "minimum_amount": {
1173 "quantity": "string",
1174 "currency": "AED"
1175 },
1176 "maximum_number": "string",
1177 "minimum_number": "string",
1178 "block_size": {
1179 "number": "string",
1180 "amount": {
1181 "quantity": "string",
1182 "currency": "AED"
1183 },
1184 "count": "string"
1185 },
1186 "tier_top_bound": {
1187 "number": "string",
1188 "amount": {
1189 "quantity": "string",
1190 "currency": "AED"
1191 },
1192 "count": "string"
1193 }
1194 }
1195 ]
1196 }
1197 ],
1198 "billing_period_configs": [
1199 {
1200 "billing_period": {
1201 "type": "DAY",
1202 "value": 1
1203 },
1204 "configs": [
1205 {
1206 "object_type": "string",
1207 "id": "string",
1208 "original_pricing_item_config_id": "string",
1209 "original_pricing_item_config": {},
1210 "details": {
1211 "billing_period": {
1212 "type": "DAY",
1213 "value": 1
1214 },
1215 "pricing_type": "FLAT",
1216 "pricing_period": {
1217 "type": "DAY",
1218 "value": 1
1219 },
1220 "bands": [
1221 {
1222 "amount": {
1223 "quantity": "string",
1224 "currency": "AED"
1225 },
1226 "percentage": "string",
1227 "credits": {
1228 "quantity": "string",
1229 "credit_type_id": "string"
1230 },
1231 "fixed_amount": {
1232 "quantity": "string",
1233 "currency": "AED"
1234 },
1235 "maximum_amount": {
1236 "quantity": "string",
1237 "currency": "AED"
1238 },
1239 "minimum_amount": {
1240 "quantity": "string",
1241 "currency": "AED"
1242 },
1243 "maximum_number": "string",
1244 "minimum_number": "string",
1245 "block_size": {
1246 "number": "string",
1247 "amount": {
1248 "quantity": "string",
1249 "currency": "AED"
1250 },
1251 "count": "string"
1252 },
1253 "tier_top_bound": {
1254 "number": "string",
1255 "amount": {
1256 "quantity": "string",
1257 "currency": "AED"
1258 },
1259 "count": "string"
1260 }
1261 }
1262 ]
1263 },
1264 "billing_period": {
1265 "type": "DAY",
1266 "value": 1
1267 },
1268 "pricing_period": {
1269 "type": "DAY",
1270 "value": 1
1271 },
1272 "default_included_volume": {
1273 "number": "string",
1274 "amount": {
1275 "quantity": "string",
1276 "currency": "AED"
1277 },
1278 "count": "string",
1279 "reset_type": "string"
1280 },
1281 "default_seats_value": {
1282 "number": "string",
1283 "amount": {
1284 "quantity": "string",
1285 "currency": "AED"
1286 },
1287 "count": "string"
1288 },
1289 "conditions": {
1290 "name": "string",
1291 "meter_properties": [
1292 {
1293 "id": "string",
1294 "reference": "string",
1295 "meter_property": {
1296 "object_type": "string",
1297 "id": "string",
1298 "reference": "string",
1299 "name": "string",
1300 "description": "string",
1301 "status": "DRAFT",
1302 "type": "NUMBER",
1303 "enum_values": [
1304 "string"
1305 ]
1306 },
1307 "value": "string",
1308 "values": [
1309 "string"
1310 ],
1311 "comparator": "EQUALS"
1312 }
1313 ],
1314 "configs": [
1315 {}
1316 ]
1317 },
1318 "tiering_conditions": {
1319 "name": "string",
1320 "expression": {
1321 "operator": "AND",
1322 "operands": [
1323 {
1324 "meter_property": {
1325 "id": "string",
1326 "reference": "string",
1327 "meter_property": {
1328 "object_type": "string",
1329 "id": "string",
1330 "reference": "string",
1331 "name": "string",
1332 "description": "string",
1333 "status": "DRAFT",
1334 "type": "NUMBER",
1335 "enum_values": [
1336 "string"
1337 ]
1338 },
1339 "value": "string",
1340 "values": [
1341 "string"
1342 ],
1343 "comparator": "EQUALS"
1344 },
1345 "expression": {}
1346 }
1347 ]
1348 },
1349 "meter_properties": [
1350 {
1351 "id": "string",
1352 "reference": "string",
1353 "meter_property": {
1354 "object_type": "string",
1355 "id": "string",
1356 "reference": "string",
1357 "name": "string",
1358 "description": "string",
1359 "status": "DRAFT",
1360 "type": "NUMBER",
1361 "enum_values": [
1362 "string"
1363 ]
1364 },
1365 "value": "string",
1366 "values": [
1367 "string"
1368 ],
1369 "comparator": "EQUALS"
1370 }
1371 ]
1372 },
1373 "order": 1,
1374 "billing_in_advance": true,
1375 "volume_group_reference": "string",
1376 "top_up": {
1377 "rollover": true
1378 },
1379 "split_pricing": {
1380 "meter_properties": [
1381 {
1382 "id": "string",
1383 "reference": "string",
1384 "value": "string",
1385 "meter_property": {
1386 "object_type": "string",
1387 "id": "string",
1388 "reference": "string",
1389 "name": "string",
1390 "description": "string",
1391 "status": "DRAFT",
1392 "type": "NUMBER",
1393 "enum_values": [
1394 "string"
1395 ]
1396 }
1397 }
1398 ]
1399 },
1400 "on_demand": true,
1401 "wallet_grants": [
1402 {
1403 "wallet_type_id": "string",
1404 "wallet_type": {
1405 "object_type": "string",
1406 "id": "string",
1407 "name": "string",
1408 "reference": "string",
1409 "status": "DRAFT",
1410 "type": "CREDIT",
1411 "credit": {
1412 "grant_type": "CREDITS",
1413 "amount_grant": {
1414 "default_currency": "AED",
1415 "tax_category": "STANDARD"
1416 },
1417 "credits_grant": {
1418 "credit_type_id": "string"
1419 }
1420 },
1421 "balance": {
1422 "default_currency": "string"
1423 },
1424 "created_at": "string",
1425 "updated_at": "string"
1426 },
1427 "amount_grant": {
1428 "amount": {
1429 "quantity": "string",
1430 "currency": "AED"
1431 },
1432 "percentage": "string"
1433 },
1434 "credits_grant": {
1435 "credits": {
1436 "quantity": "string",
1437 "credit_type_id": "string"
1438 },
1439 "conversion": {
1440 "credit_type_id": "string",
1441 "rate": "string"
1442 }
1443 },
1444 "expiry_policy": {
1445 "expiry_period": {
1446 "type": "DAY",
1447 "value": 1
1448 }
1449 }
1450 }
1451 ],
1452 "type": "FLAT",
1453 "pricing_type": "FLAT",
1454 "bands": [
1455 {
1456 "amount": {
1457 "quantity": "string",
1458 "currency": "AED"
1459 },
1460 "percentage": "string",
1461 "credits": {
1462 "quantity": "string",
1463 "credit_type_id": "string"
1464 },
1465 "fixed_amount": {
1466 "quantity": "string",
1467 "currency": "AED"
1468 },
1469 "maximum_amount": {
1470 "quantity": "string",
1471 "currency": "AED"
1472 },
1473 "minimum_amount": {
1474 "quantity": "string",
1475 "currency": "AED"
1476 },
1477 "maximum_number": "string",
1478 "minimum_number": "string",
1479 "block_size": {
1480 "number": "string",
1481 "amount": {
1482 "quantity": "string",
1483 "currency": "AED"
1484 },
1485 "count": "string"
1486 },
1487 "tier_top_bound": {
1488 "number": "string",
1489 "amount": {
1490 "quantity": "string",
1491 "currency": "AED"
1492 },
1493 "count": "string"
1494 }
1495 }
1496 ]
1497 }
1498 ]
1499 }
1500 ],
1501 "fallback_currency": "AED"
1502 }
1503 ],
1504 "billing_period_configs": [
1505 {
1506 "billing_period": {
1507 "type": "DAY",
1508 "value": 1
1509 },
1510 "configs": [
1511 {
1512 "object_type": "string",
1513 "id": "string",
1514 "original_pricing_item_config_id": "string",
1515 "original_pricing_item_config": {},
1516 "details": {
1517 "billing_period": {
1518 "type": "DAY",
1519 "value": 1
1520 },
1521 "pricing_type": "FLAT",
1522 "pricing_period": {
1523 "type": "DAY",
1524 "value": 1
1525 },
1526 "bands": [
1527 {
1528 "amount": {
1529 "quantity": "string",
1530 "currency": "AED"
1531 },
1532 "percentage": "string",
1533 "credits": {
1534 "quantity": "string",
1535 "credit_type_id": "string"
1536 },
1537 "fixed_amount": {
1538 "quantity": "string",
1539 "currency": "AED"
1540 },
1541 "maximum_amount": {
1542 "quantity": "string",
1543 "currency": "AED"
1544 },
1545 "minimum_amount": {
1546 "quantity": "string",
1547 "currency": "AED"
1548 },
1549 "maximum_number": "string",
1550 "minimum_number": "string",
1551 "block_size": {
1552 "number": "string",
1553 "amount": {
1554 "quantity": "string",
1555 "currency": "AED"
1556 },
1557 "count": "string"
1558 },
1559 "tier_top_bound": {
1560 "number": "string",
1561 "amount": {
1562 "quantity": "string",
1563 "currency": "AED"
1564 },
1565 "count": "string"
1566 }
1567 }
1568 ]
1569 },
1570 "billing_period": {
1571 "type": "DAY",
1572 "value": 1
1573 },
1574 "pricing_period": {
1575 "type": "DAY",
1576 "value": 1
1577 },
1578 "default_included_volume": {
1579 "number": "string",
1580 "amount": {
1581 "quantity": "string",
1582 "currency": "AED"
1583 },
1584 "count": "string",
1585 "reset_type": "string"
1586 },
1587 "default_seats_value": {
1588 "number": "string",
1589 "amount": {
1590 "quantity": "string",
1591 "currency": "AED"
1592 },
1593 "count": "string"
1594 },
1595 "conditions": {
1596 "name": "string",
1597 "meter_properties": [
1598 {
1599 "id": "string",
1600 "reference": "string",
1601 "meter_property": {
1602 "object_type": "string",
1603 "id": "string",
1604 "reference": "string",
1605 "name": "string",
1606 "description": "string",
1607 "status": "DRAFT",
1608 "type": "NUMBER",
1609 "enum_values": [
1610 "string"
1611 ]
1612 },
1613 "value": "string",
1614 "values": [
1615 "string"
1616 ],
1617 "comparator": "EQUALS"
1618 }
1619 ],
1620 "configs": [
1621 {}
1622 ]
1623 },
1624 "tiering_conditions": {
1625 "name": "string",
1626 "expression": {
1627 "operator": "AND",
1628 "operands": [
1629 {
1630 "meter_property": {
1631 "id": "string",
1632 "reference": "string",
1633 "meter_property": {
1634 "object_type": "string",
1635 "id": "string",
1636 "reference": "string",
1637 "name": "string",
1638 "description": "string",
1639 "status": "DRAFT",
1640 "type": "NUMBER",
1641 "enum_values": [
1642 "string"
1643 ]
1644 },
1645 "value": "string",
1646 "values": [
1647 "string"
1648 ],
1649 "comparator": "EQUALS"
1650 },
1651 "expression": {}
1652 }
1653 ]
1654 },
1655 "meter_properties": [
1656 {
1657 "id": "string",
1658 "reference": "string",
1659 "meter_property": {
1660 "object_type": "string",
1661 "id": "string",
1662 "reference": "string",
1663 "name": "string",
1664 "description": "string",
1665 "status": "DRAFT",
1666 "type": "NUMBER",
1667 "enum_values": [
1668 "string"
1669 ]
1670 },
1671 "value": "string",
1672 "values": [
1673 "string"
1674 ],
1675 "comparator": "EQUALS"
1676 }
1677 ]
1678 },
1679 "order": 1,
1680 "billing_in_advance": true,
1681 "volume_group_reference": "string",
1682 "top_up": {
1683 "rollover": true
1684 },
1685 "split_pricing": {
1686 "meter_properties": [
1687 {
1688 "id": "string",
1689 "reference": "string",
1690 "value": "string",
1691 "meter_property": {
1692 "object_type": "string",
1693 "id": "string",
1694 "reference": "string",
1695 "name": "string",
1696 "description": "string",
1697 "status": "DRAFT",
1698 "type": "NUMBER",
1699 "enum_values": [
1700 "string"
1701 ]
1702 }
1703 }
1704 ]
1705 },
1706 "on_demand": true,
1707 "wallet_grants": [
1708 {
1709 "wallet_type_id": "string",
1710 "wallet_type": {
1711 "object_type": "string",
1712 "id": "string",
1713 "name": "string",
1714 "reference": "string",
1715 "status": "DRAFT",
1716 "type": "CREDIT",
1717 "credit": {
1718 "grant_type": "CREDITS",
1719 "amount_grant": {
1720 "default_currency": "AED",
1721 "tax_category": "STANDARD"
1722 },
1723 "credits_grant": {
1724 "credit_type_id": "string"
1725 }
1726 },
1727 "balance": {
1728 "default_currency": "string"
1729 },
1730 "created_at": "string",
1731 "updated_at": "string"
1732 },
1733 "amount_grant": {
1734 "amount": {
1735 "quantity": "string",
1736 "currency": "AED"
1737 },
1738 "percentage": "string"
1739 },
1740 "credits_grant": {
1741 "credits": {
1742 "quantity": "string",
1743 "credit_type_id": "string"
1744 },
1745 "conversion": {
1746 "credit_type_id": "string",
1747 "rate": "string"
1748 }
1749 },
1750 "expiry_policy": {
1751 "expiry_period": {
1752 "type": "DAY",
1753 "value": 1
1754 }
1755 }
1756 }
1757 ],
1758 "type": "FLAT",
1759 "pricing_type": "FLAT",
1760 "bands": [
1761 {
1762 "amount": {
1763 "quantity": "string",
1764 "currency": "AED"
1765 },
1766 "percentage": "string",
1767 "credits": {
1768 "quantity": "string",
1769 "credit_type_id": "string"
1770 },
1771 "fixed_amount": {
1772 "quantity": "string",
1773 "currency": "AED"
1774 },
1775 "maximum_amount": {
1776 "quantity": "string",
1777 "currency": "AED"
1778 },
1779 "minimum_amount": {
1780 "quantity": "string",
1781 "currency": "AED"
1782 },
1783 "maximum_number": "string",
1784 "minimum_number": "string",
1785 "block_size": {
1786 "number": "string",
1787 "amount": {
1788 "quantity": "string",
1789 "currency": "AED"
1790 },
1791 "count": "string"
1792 },
1793 "tier_top_bound": {
1794 "number": "string",
1795 "amount": {
1796 "quantity": "string",
1797 "currency": "AED"
1798 },
1799 "count": "string"
1800 }
1801 }
1802 ]
1803 }
1804 ]
1805 }
1806 ],
1807 "display_order": 1
1808 }
1809 ]
1810}
Once a schedule has overridden prices, you can bulk-update them by a percentage instead of editing each one by hand. See indexing prices.

Via Desk

On a subscription schedule, hover over the product item and click the three dots that appear, then Edit.

Select Customize price rule and enter the custom pricing details in the form.

Desk creates the schedule-scoped override for you and takes you straight to the price editing screen. Save the subscription once you’re done.

Edge cases

  • Overriding a price only affects the schedule it was created on. Copying that schedule (for example, on renewal) copies the override with it; it doesn’t propagate back to the plan or to other schedules.
  • A price left un-overridden on a schedule keeps following the plan version, so updating the shared plan still changes it even after other prices on the same schedule have been overridden.
  • Rate cards don’t support price overrides: indexing and custom pricing aren’t available on schedules linked to a rate card.