File tree 4 files changed +65
-48
lines changed
4 files changed +65
-48
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 103
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-48084a007f009b4358484f09a3a7b74a990c402669f9d15adfbb60e4f835f951 .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-a2c1aa029d1e72a5fc7d3c6cd431479888ebd9a379683a2c8630da48437baa4f .yml
Original file line number Diff line number Diff line change @@ -31,7 +31,9 @@ export interface InvoiceLineItemCreateResponse {
31
31
adjusted_subtotal : string ;
32
32
33
33
/**
34
- * All adjustments (ie. maximums, minimums, discounts) applied to the line item.
34
+ * All adjustments applied to the line item in the order they were applied based on
35
+ * invoice calculations (ie. usage discounts -> amount discounts -> percentage
36
+ * discounts -> minimums -> maximums).
35
37
*/
36
38
adjustments : Array <
37
39
| InvoiceLineItemCreateResponse . MonetaryUsageDiscountAdjustment
Original file line number Diff line number Diff line change @@ -858,7 +858,9 @@ export namespace Invoice {
858
858
adjusted_subtotal : string ;
859
859
860
860
/**
861
- * All adjustments (ie. maximums, minimums, discounts) applied to the line item.
861
+ * All adjustments applied to the line item in the order they were applied based on
862
+ * invoice calculations (ie. usage discounts -> amount discounts -> percentage
863
+ * discounts -> minimums -> maximums).
862
864
*/
863
865
adjustments : Array <
864
866
| LineItem . MonetaryUsageDiscountAdjustment
@@ -2079,7 +2081,9 @@ export namespace InvoiceFetchUpcomingResponse {
2079
2081
adjusted_subtotal : string ;
2080
2082
2081
2083
/**
2082
- * All adjustments (ie. maximums, minimums, discounts) applied to the line item.
2084
+ * All adjustments applied to the line item in the order they were applied based on
2085
+ * invoice calculations (ie. usage discounts -> amount discounts -> percentage
2086
+ * discounts -> minimums -> maximums).
2083
2087
*/
2084
2088
adjustments : Array <
2085
2089
| LineItem . MonetaryUsageDiscountAdjustment
You can’t perform that action at this time.
0 commit comments