Skip to content

Commit

Permalink
Update generated code for v1540
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Mar 8, 2025
1 parent 817dc0c commit ceb3bbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1538
v1540
13 changes: 0 additions & 13 deletions src/main/java/com/stripe/model/InvoiceItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,17 +133,6 @@ public class InvoiceItem extends ApiResource implements HasId, MetadataStore<Inv
@SerializedName("period")
Period period;

/**
* If the invoice item is a proration, the plan of the subscription that the proration was
* computed for.
*/
@SerializedName("plan")
Plan plan;

/** The price of the invoice item. */
@SerializedName("price")
Price price;

/**
* Whether the invoice item was created automatically as a proration adjustment when the customer
* switched plans.
Expand Down Expand Up @@ -583,8 +572,6 @@ public void setResponseGetter(StripeResponseGetter responseGetter) {
trySetResponseGetter(customer, responseGetter);
trySetResponseGetter(invoice, responseGetter);
trySetResponseGetter(period, responseGetter);
trySetResponseGetter(plan, responseGetter);
trySetResponseGetter(price, responseGetter);
trySetResponseGetter(subscription, responseGetter);
trySetResponseGetter(testClock, responseGetter);
}
Expand Down

0 comments on commit ceb3bbb

Please sign in to comment.