File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 101
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-b6d60f8edbdc94e65f06b0b002cc8e1f27aceccc67917bea849425701ba82fb8 .yml
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-52bd3046e73f201c4d08edfa92756791c015be907691a7893f8e7782cc2aea6f .yml
Original file line number Diff line number Diff line change @@ -296,10 +296,9 @@ export interface Invoice {
296296 discounts : Array < Shared . InvoiceLevelDiscount > ;
297297
298298 /**
299- * When the invoice payment is due. The due date is null if the invoice is not yet
300- * finalized.
299+ * When the invoice payment is due.
301300 */
302- due_date : string | null ;
301+ due_date : string ;
303302
304303 /**
305304 * If the invoice has a status of `draft`, this will be the time that the invoice
@@ -1508,10 +1507,9 @@ export interface InvoiceFetchUpcomingResponse {
15081507 discounts : Array < Shared . InvoiceLevelDiscount > ;
15091508
15101509 /**
1511- * When the invoice payment is due. The due date is null if the invoice is not yet
1512- * finalized.
1510+ * When the invoice payment is due.
15131511 */
1514- due_date : string | null ;
1512+ due_date : string ;
15151513
15161514 /**
15171515 * If the invoice has a status of `draft`, this will be the time that the invoice
You can’t perform that action at this time.
0 commit comments