Skip to content

Commit

Permalink
Update generated code for v991
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 25, 2024
1 parent d00330c commit 0b48b33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
@@ -1 +1 @@
v990
v991
2 changes: 1 addition & 1 deletion types/PricesResource.d.ts
Expand Up @@ -91,7 +91,7 @@ declare module 'stripe' {
transform_quantity?: PriceCreateParams.TransformQuantity;

/**
* A positive integer in cents (or local equivalent) (or 0 for a free price) representing how much to charge. One of `unit_amount` or `custom_unit_amount` is required, unless `billing_scheme=tiered`.
* A positive integer in cents (or local equivalent) (or 0 for a free price) representing how much to charge. One of `unit_amount`, `unit_amount_decimal`, or `custom_unit_amount` is required, unless `billing_scheme=tiered`.
*/
unit_amount?: number;

Expand Down

0 comments on commit 0b48b33

Please sign in to comment.