1
2{
3 "contractGenerator": {},
4 "contract": {
5 "id": "",
6 "type": "",
7 "accountId": "",
8 "customerId": "",
9 "customerObligations": {},
10 "accountObligations": {},
11 "commitmentViolationPolicy": {
12 "notifyPerCustomerViolations": false,
13 "notifyPerAccountViolations": false,
14 "compensateOnCustomerViolation": false,
15 "compensateOnAccountViolation": false
16 },
17 "timeRange": {
18 "startTimeInSeconds": "",
19 "endTimeInSeconds": ""
20 },
21 "productId": "",
22 "commitmentEndingConfig": {
23 "commitmentRestartConfig": {
24 "latestDecisionTimeSeconds": "",
25 "optOut": false
26 },
27 "extendPrepaidCardEndTimeInSeconds": ""
28 },
29 "exitClauses": {}
30 },
31 "firstCustomerPlan": {
32 "productId": "",
33 "productPlanId": "",
34 "customerId": "",
35 "startTimeInSeconds": "",
36 "endTimeInSeconds": "",
37 "relationId": "",
38 "createdTimeInSeconds": ""
39 },
40 "firstCustomerAppliedPromotions": [
41 {
42 "id": "",
43 "productId": "",
44 "customerId": "",
45 "promotionId": "",
46 "appliedTimeInSeconds": "",
47 "addedTimeInSeconds": "",
48 "removedTimeInSeconds": "",
49 "relationId": "",
50 "appliedTimeRange": {
51 "startTimeInSeconds": "",
52 "endTimeInSeconds": ""
53 },
54 "priority": 0,
55 "removalContext": "",
56 "commitmentId": "",
57 "entityProductInvoices": [
58 {
59 "invoiceUri": "",
60 "createdTimeInSeconds": "",
61 "amount": 0,
62 "invoiceAmount": 0
63 }
64 ],
65 "amountLeftInCycle": 0,
66 "totalAmountLeft": 0
67 }
68 ],
69 "firstCustomerPrepaidCards": {},
70 "firstPrepaidCardsOrders": {},
71 "creationTimeInSeconds": "",
72 "firstCustomPromotions": [
73 {
74 "promotion": {},
75 "customerAppliedPromotion": {
76 "id": "",
77 "productId": "",
78 "customerId": "",
79 "promotionId": "",
80 "appliedTimeInSeconds": "",
81 "addedTimeInSeconds": "",
82 "removedTimeInSeconds": "",
83 "relationId": "",
84 "appliedTimeRange": {
85 "startTimeInSeconds": "",
86 "endTimeInSeconds": ""
87 },
88 "priority": 0,
89 "removalContext": "",
90 "commitmentId": "",
91 "entityProductInvoices": [
92 {
93 "invoiceUri": "",
94 "createdTimeInSeconds": "",
95 "amount": 0,
96 "invoiceAmount": 0
97 }
98 ],
99 "amountLeftInCycle": 0,
100 "totalAmountLeft": 0
101 }
102 }
103 ],
104 "firstOrders": [
105 {
106 "customerId": "",
107 "id": "",
108 "orderItems": [
109 {
110 "id": "",
111 "quantity": 0,
112 "resourceId": "",
113 "dimensions": "",
114 "totalPrice": 0
115 }
116 ],
117 "productItemId": "",
118 "productPlanId": "",
119 "appliedTimeRange": {
120 "startTimeInSeconds": "",
121 "endTimeInSeconds": ""
122 },
123 "billingPeriods": "",
124 "label": "",
125 "subscriptionSettings": {
126 "cancellationRule": "",
127 "chargeExecution": "",
128 "purchaseRule": "",
129 "subscriptionRate": "",
130 "isPricedPerRate": false,
131 "isCancellable": false
132 },
133 "addedTimeInSeconds": "",
134 "commitmentId": "",
135 "prepaidUris": [
136 ""
137 ],
138 "removedTimeInSeconds": "",
139 "removalContext": ""
140 }
141 ],
142 "firstPlanOverrideGenerators": {},
143 "commitmentStateHistory": ""
144}