You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: embedded/openapi/spec3.beta.sdk.json
+30-30Lines changed: 30 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -86166,13 +86166,13 @@
86166
86166
"items": {
86167
86167
"properties": {
86168
86168
"name": {
86169
-
"description": "The name of the custom field. This may be up to 30 characters.",
86170
-
"maxLength": 30,
86169
+
"description": "The name of the custom field. This may be up to 40 characters.",
86170
+
"maxLength": 40,
86171
86171
"type": "string"
86172
86172
},
86173
86173
"value": {
86174
-
"description": "The value of the custom field. This may be up to 30 characters.",
86175
-
"maxLength": 30,
86174
+
"description": "The value of the custom field. This may be up to 140 characters.",
86175
+
"maxLength": 140,
86176
86176
"type": "string"
86177
86177
}
86178
86178
},
@@ -92101,13 +92101,13 @@
92101
92101
"items": {
92102
92102
"properties": {
92103
92103
"name": {
92104
-
"description": "The name of the custom field. This may be up to 30 characters.",
92105
-
"maxLength": 30,
92104
+
"description": "The name of the custom field. This may be up to 40 characters.",
92105
+
"maxLength": 40,
92106
92106
"type": "string"
92107
92107
},
92108
92108
"value": {
92109
-
"description": "The value of the custom field. This may be up to 30 characters.",
92110
-
"maxLength": 30,
92109
+
"description": "The value of the custom field. This may be up to 140 characters.",
92110
+
"maxLength": 140,
92111
92111
"type": "string"
92112
92112
}
92113
92113
},
@@ -92889,13 +92889,13 @@
92889
92889
"items": {
92890
92890
"properties": {
92891
92891
"name": {
92892
-
"description": "The name of the custom field. This may be up to 30 characters.",
92893
-
"maxLength": 30,
92892
+
"description": "The name of the custom field. This may be up to 40 characters.",
92893
+
"maxLength": 40,
92894
92894
"type": "string"
92895
92895
},
92896
92896
"value": {
92897
-
"description": "The value of the custom field. This may be up to 30 characters.",
92898
-
"maxLength": 30,
92897
+
"description": "The value of the custom field. This may be up to 140 characters.",
92898
+
"maxLength": 140,
92899
92899
"type": "string"
92900
92900
}
92901
92901
},
@@ -103470,13 +103470,13 @@
103470
103470
"items": {
103471
103471
"properties": {
103472
103472
"name": {
103473
-
"description": "The name of the custom field. This may be up to 30 characters.",
103474
-
"maxLength": 30,
103473
+
"description": "The name of the custom field. This may be up to 40 characters.",
103474
+
"maxLength": 40,
103475
103475
"type": "string"
103476
103476
},
103477
103477
"value": {
103478
-
"description": "The value of the custom field. This may be up to 30 characters.",
103479
-
"maxLength": 30,
103478
+
"description": "The value of the custom field. This may be up to 140 characters.",
103479
+
"maxLength": 140,
103480
103480
"type": "string"
103481
103481
}
103482
103482
},
@@ -104427,7 +104427,7 @@
104427
104427
},
104428
104428
"/v1/invoices/create_preview": {
104429
104429
"post": {
104430
-
"description": "<p>At any time, you can preview the upcoming invoice for a customer. This will show you all the charges that are pending, including subscription renewal charges, invoice item charges, etc. It will also show you any discounts that are applicable to the invoice.</p>\n\n<p>Note that when you are viewing an upcoming invoice, you are simply viewing a preview – the invoice has not yet been created. As such, the upcoming invoice will not show up in invoice listing calls, and you cannot use the API to pay or edit the invoice. If you want to change the amount that your customer will be billed, you can add, remove, or update pending invoice items, or update the customer’s discount.</p>\n\n<p>You can preview the effects of updating a subscription, including a preview of what proration will take place. To ensure that the actual proration is calculated exactly the same as the previewed proration, you should pass a <code>proration_date</code> parameter when doing the actual subscription update. The value passed in should be the same as the <code>subscription_proration_date</code> returned on the upcoming invoice resource. The recommended way to get only the prorations being previewed is to consider only proration line items where <code>period[start]</code> is equal to the <code>subscription_proration_date</code> on the upcoming invoice resource.</p>",
104430
+
"description": "<p>At any time, you can preview the upcoming invoice for a customer. This will show you all the charges that are pending, including subscription renewal charges, invoice item charges, etc. It will also show you any discounts that are applicable to the invoice.</p>\n\n<p>Note that when you are viewing an upcoming invoice, you are simply viewing a preview – the invoice has not yet been created. As such, the upcoming invoice will not show up in invoice listing calls, and you cannot use the API to pay or edit the invoice. If you want to change the amount that your customer will be billed, you can add, remove, or update pending invoice items, or update the customer’s discount.</p>\n\n<p>You can preview the effects of updating a subscription, including a preview of what proration will take place. To ensure that the actual proration is calculated exactly the same as the previewed proration, you should pass the <code>subscription_details.proration_date</code> parameter when doing the actual subscription update. The recommended way to get only the prorations being previewed is to consider only proration line items where <code>period[start]</code> is equal to the <code>subscription_details.proration_date</code> value passed in the request.</p>",
104431
104431
"operationId": "PostInvoicesCreatePreview",
104432
104432
"requestBody": {
104433
104433
"content": {
@@ -107317,7 +107317,7 @@
107317
107317
},
107318
107318
"/v1/invoices/upcoming": {
107319
107319
"get": {
107320
-
"description": "<p>At any time, you can preview the upcoming invoice for a customer. This will show you all the charges that are pending, including subscription renewal charges, invoice item charges, etc. It will also show you any discounts that are applicable to the invoice.</p>\n\n<p>Note that when you are viewing an upcoming invoice, you are simply viewing a preview – the invoice has not yet been created. As such, the upcoming invoice will not show up in invoice listing calls, and you cannot use the API to pay or edit the invoice. If you want to change the amount that your customer will be billed, you can add, remove, or update pending invoice items, or update the customer’s discount.</p>\n\n<p>You can preview the effects of updating a subscription, including a preview of what proration will take place. To ensure that the actual proration is calculated exactly the same as the previewed proration, you should pass a <code>proration_date</code> parameter when doing the actual subscription update. The value passed in should be the same as the <code>subscription_proration_date</code> returned on the upcoming invoice resource. The recommended way to get only the prorations being previewed is to consider only proration line items where <code>period[start]</code> is equal to the <code>subscription_proration_date</code> on the upcoming invoice resource.</p>",
107320
+
"description": "<p>At any time, you can preview the upcoming invoice for a customer. This will show you all the charges that are pending, including subscription renewal charges, invoice item charges, etc. It will also show you any discounts that are applicable to the invoice.</p>\n\n<p>Note that when you are viewing an upcoming invoice, you are simply viewing a preview – the invoice has not yet been created. As such, the upcoming invoice will not show up in invoice listing calls, and you cannot use the API to pay or edit the invoice. If you want to change the amount that your customer will be billed, you can add, remove, or update pending invoice items, or update the customer’s discount.</p>\n\n<p>You can preview the effects of updating a subscription, including a preview of what proration will take place. To ensure that the actual proration is calculated exactly the same as the previewed proration, you should pass the <code>subscription_proration_date</code> parameter when doing the actual subscription update. The recommended way to get only the prorations being previewed is to consider only proration line items where <code>period[start]</code> is equal to the <code>subscription_proration_date</code> value passed in the request.</p>",
107321
107321
"operationId": "GetInvoicesUpcoming",
107322
107322
"parameters": [
107323
107323
{
@@ -114232,13 +114232,13 @@
114232
114232
"items": {
114233
114233
"properties": {
114234
114234
"name": {
114235
-
"description": "The name of the custom field. This may be up to 30 characters.",
114236
-
"maxLength": 30,
114235
+
"description": "The name of the custom field. This may be up to 40 characters.",
114236
+
"maxLength": 40,
114237
114237
"type": "string"
114238
114238
},
114239
114239
"value": {
114240
-
"description": "The value of the custom field. This may be up to 30 characters.",
114241
-
"maxLength": 30,
114240
+
"description": "The value of the custom field. This may be up to 140 characters.",
114241
+
"maxLength": 140,
114242
114242
"type": "string"
114243
114243
}
114244
114244
},
@@ -146435,13 +146435,13 @@
146435
146435
"items": {
146436
146436
"properties": {
146437
146437
"name": {
146438
-
"description": "The name of the custom field. This may be up to 30 characters.",
146439
-
"maxLength": 30,
146438
+
"description": "The name of the custom field. This may be up to 40 characters.",
146439
+
"maxLength": 40,
146440
146440
"type": "string"
146441
146441
},
146442
146442
"value": {
146443
-
"description": "The value of the custom field. This may be up to 30 characters.",
146444
-
"maxLength": 30,
146443
+
"description": "The value of the custom field. This may be up to 140 characters.",
146444
+
"maxLength": 140,
146445
146445
"type": "string"
146446
146446
}
146447
146447
},
@@ -147714,13 +147714,13 @@
147714
147714
"items": {
147715
147715
"properties": {
147716
147716
"name": {
147717
-
"description": "The name of the custom field. This may be up to 30 characters.",
147718
-
"maxLength": 30,
147717
+
"description": "The name of the custom field. This may be up to 40 characters.",
147718
+
"maxLength": 40,
147719
147719
"type": "string"
147720
147720
},
147721
147721
"value": {
147722
-
"description": "The value of the custom field. This may be up to 30 characters.",
147723
-
"maxLength": 30,
147722
+
"description": "The value of the custom field. This may be up to 140 characters.",
0 commit comments