Skip to content

Commit ceb3bbb

Browse files
Update generated code for v1540
1 parent 817dc0c commit ceb3bbb

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1538
1+
v1540

src/main/java/com/stripe/model/InvoiceItem.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -133,17 +133,6 @@ public class InvoiceItem extends ApiResource implements HasId, MetadataStore<Inv
133133
@SerializedName("period")
134134
Period period;
135135

136-
/**
137-
* If the invoice item is a proration, the plan of the subscription that the proration was
138-
* computed for.
139-
*/
140-
@SerializedName("plan")
141-
Plan plan;
142-
143-
/** The price of the invoice item. */
144-
@SerializedName("price")
145-
Price price;
146-
147136
/**
148137
* Whether the invoice item was created automatically as a proration adjustment when the customer
149138
* switched plans.
@@ -583,8 +572,6 @@ public void setResponseGetter(StripeResponseGetter responseGetter) {
583572
trySetResponseGetter(customer, responseGetter);
584573
trySetResponseGetter(invoice, responseGetter);
585574
trySetResponseGetter(period, responseGetter);
586-
trySetResponseGetter(plan, responseGetter);
587-
trySetResponseGetter(price, responseGetter);
588575
trySetResponseGetter(subscription, responseGetter);
589576
trySetResponseGetter(testClock, responseGetter);
590577
}

0 commit comments

Comments
 (0)