Skip to content

Commit

Permalink
OpenAPI Update (#856)
Browse files Browse the repository at this point in the history
Update OpenAPI for fe27f2647924790a27eafbab568345e332946c03

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jun 10, 2024
1 parent adb9599 commit 651daff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -184183,11 +184183,11 @@
"type": "array"
},
"invoice_now": {
"description": "Will generate a final invoice that invoices for any un-invoiced metered usage and new/pending proration invoice items.",
"description": "Will generate a final invoice that invoices for any un-invoiced metered usage and new/pending proration invoice items. Defaults to `true`.",
"type": "boolean"
},
"prorate": {
"description": "Will generate a proration invoice item that credits remaining unused time until the subscription period end.",
"description": "Will generate a proration invoice item that credits remaining unused time until the subscription period end. Defaults to `false`.",
"type": "boolean"
}
},
Expand Down
4 changes: 2 additions & 2 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -139077,11 +139077,11 @@
"type": "array"
},
"invoice_now": {
"description": "Will generate a final invoice that invoices for any un-invoiced metered usage and new/pending proration invoice items.",
"description": "Will generate a final invoice that invoices for any un-invoiced metered usage and new/pending proration invoice items. Defaults to `true`.",
"type": "boolean"
},
"prorate": {
"description": "Will generate a proration invoice item that credits remaining unused time until the subscription period end.",
"description": "Will generate a proration invoice item that credits remaining unused time until the subscription period end. Defaults to `false`.",
"type": "boolean"
}
},
Expand Down

0 comments on commit 651daff

Please sign in to comment.