Skip to content

Commit

Permalink
Update generated code for v1485
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Feb 12, 2025
1 parent efb30e0 commit 42d346e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1483
v1485
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ public static class ApplicabilityScope {
Map<String, Object> extraParams;

/**
* <strong>Required.</strong> The price type that credit grants can apply to. We currently
* only support the {@code metered} price type.
* The price type that credit grants can apply to. We currently only support the {@code
* metered} price type.
*/
@SerializedName("price_type")
PriceType priceType;
Expand Down Expand Up @@ -304,8 +304,8 @@ public Builder putAllExtraParam(Map<String, Object> map) {
}

/**
* <strong>Required.</strong> The price type that credit grants can apply to. We currently
* only support the {@code metered} price type.
* The price type that credit grants can apply to. We currently only support the {@code
* metered} price type.
*/
public Builder setPriceType(
CreditBalanceSummaryRetrieveParams.Filter.ApplicabilityScope.PriceType priceType) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,8 @@ public static class Scope {
Map<String, Object> extraParams;

/**
* <strong>Required.</strong> The price type that credit grants can apply to. We currently
* only support the {@code metered} price type.
* The price type that credit grants can apply to. We currently only support the {@code
* metered} price type.
*/
@SerializedName("price_type")
PriceType priceType;
Expand Down Expand Up @@ -617,8 +617,8 @@ public Builder putAllExtraParam(Map<String, Object> map) {
}

/**
* <strong>Required.</strong> The price type that credit grants can apply to. We currently
* only support the {@code metered} price type.
* The price type that credit grants can apply to. We currently only support the {@code
* metered} price type.
*/
public Builder setPriceType(
CreditGrantCreateParams.ApplicabilityConfig.Scope.PriceType priceType) {
Expand Down

0 comments on commit 42d346e

Please sign in to comment.