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 045a090 commit 22dbdf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v990
v991
8 changes: 4 additions & 4 deletions src/main/java/com/stripe/param/PriceCreateParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ public class PriceCreateParams extends ApiRequestParams {

/**
* A positive integer in cents (or local equivalent) (or 0 for a free price) representing how much
* to charge. One of {@code unit_amount} or {@code custom_unit_amount} is required, unless {@code
* billing_scheme=tiered}.
* to charge. One of {@code unit_amount}, {@code unit_amount_decimal}, or {@code
* custom_unit_amount} is required, unless {@code billing_scheme=tiered}.
*/
@SerializedName("unit_amount")
Long unitAmount;
Expand Down Expand Up @@ -508,8 +508,8 @@ public Builder setTransformQuantity(PriceCreateParams.TransformQuantity transfor

/**
* A positive integer in cents (or local equivalent) (or 0 for a free price) representing how
* much to charge. One of {@code unit_amount} or {@code custom_unit_amount} is required, unless
* {@code billing_scheme=tiered}.
* much to charge. One of {@code unit_amount}, {@code unit_amount_decimal}, or {@code
* custom_unit_amount} is required, unless {@code billing_scheme=tiered}.
*/
public Builder setUnitAmount(Long unitAmount) {
this.unitAmount = unitAmount;
Expand Down

0 comments on commit 22dbdf5

Please sign in to comment.