1[
2 {
3 "UnitPrice": 150,
4 "DisplayText__c": "150_OTB_T3_p_21",
5 "ChargeType__c": "One-time",
6 "RecurringFrequency__c": null,
7 "Type__c": "Price",
8 "SubType__c": "Standard",
9 "effectivefromdatespec": null,
10 "effectiveuntildatespec": null,
11 "IsBasePrice__c": true,
12 "IsVirtualPrice__c": false,
13 "Amount__c": 150,
14 "baseamount": 150,
15 "chargeamount": 143,
16 "overrides": [],
17 "adjustments": [
18 {
19 "DisplayText__c": "7_OT_ABS_T3_p_21_T3_promo21",
20 "ChargeType__c": "Adjustment",
21 "RecurringFrequency__c": null,
22 "Type__c": "Price",
23 "SubType__c": "Standard",
24 "effectivefromdatespec": null,
25 "effectiveuntildatespec": null,
26 "Id": "a3C5g000000PsXQEA0",
27 "Source__c": "promotion",
28 "AdjustmentMethod__c": "Absolute",
29 "AdjustmentValue__c": -7
30 }
31 ]
32 },
33 {
34 "DisplayText__c": "15_RB_T3_p_21",
35 "ChargeType__c": "Recurring",
36 "RecurringFrequency__c": "Monthly",
37 "Type__c": "Price",
38 "SubType__c": "Standard",
39 "effectivefromdatespec": null,
40 "effectiveuntildatespec": null,
41 "IsBasePrice__c": true,
42 "IsVirtualPrice__c": false,
43 "Amount__c": 15,
44 "baseamount": 15,
45 "chargeamount": 12.45,
46 "overrides": [],
47 "adjustments": [
48 {
49 "DisplayText__c": "17_REC_PER_T3_p_21_T3_promo21",
50 "ChargeType__c": "Adjustment",
51 "RecurringFrequency__c": "Monthly",
52 "Type__c": "Price",
53 "SubType__c": "Standard",
54 "effectivefromdatespec": null,
55 "effectiveuntildatespec": null,
56 "Id": "a3C5g000000PsXPEA0",
57 "Source__c": "promotion",
58 "AdjustmentMethod__c": "Percent",
59 "AdjustmentValue__c": -17
60 }
61 ]
62 }
63]