Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jun 26, 2024
1 parent 35b1e68 commit 9564bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -82279,7 +82279,7 @@
}
},
"post": {
"description": "<p>Create a margin object to be used with invoices, invoice items, and invoice line items for a customer to represent a partner discount.A margin has a <code>percent_off</code> which is the percent that will be taken off the subtotal after all items and other discounts and promotions) of any invoices for a customer. Calculation of prorations do not include any partner margins applied on the original invoice item.</p>",
"description": "<p>Create a margin object to be used with invoices, invoice items, and invoice line items for a customer to represent a partner discount. A margin has a <code>percent_off</code> which is the percent that will be taken off the subtotal after all items and other discounts and promotions) of any invoices for a customer. Calculation of prorations do not include any partner margins applied on the original invoice item.</p>",
"operationId": "PostBillingMargins",
"requestBody": {
"content": {
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74873,7 +74873,7 @@ paths:
post:
description: >-
<p>Create a margin object to be used with invoices, invoice items, and
invoice line items for a customer to represent a partner discount.A
invoice line items for a customer to represent a partner discount. A
margin has a <code>percent_off</code> which is the percent that will be
taken off the subtotal after all items and other discounts and
promotions) of any invoices for a customer. Calculation of prorations do
Expand Down

0 comments on commit 9564bf2

Please sign in to comment.