Skip to content

Commit c5f302a

Browse files
Update generated code for e9b246e0aeb9675236eaaea7b5d4ef204c445f50 and
1 parent dc97c3e commit c5f302a

6 files changed

Lines changed: 2 additions & 71 deletions

File tree

API_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0de52cdca31a7c51c6d11187fc88ab23ea3a1c5b
1+
e9b246e0aeb9675236eaaea7b5d4ef204c445f50

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0de52cdca31a7c51c6d11187fc88ab23ea3a1c5b
1+
e9b246e0aeb9675236eaaea7b5d4ef204c445f50

src/main/java/com/stripe/events/V2BillingBillSettingUpdatedEvent.java

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/main/java/com/stripe/events/V2BillingBillSettingUpdatedEventNotification.java

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/main/java/com/stripe/model/v2/EventDataClassLookup.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -574,9 +574,6 @@ public final class EventDataClassLookup {
574574
eventClassLookup.put("v1.transfer.created", com.stripe.events.V1TransferCreatedEvent.class);
575575
eventClassLookup.put("v1.transfer.reversed", com.stripe.events.V1TransferReversedEvent.class);
576576
eventClassLookup.put("v1.transfer.updated", com.stripe.events.V1TransferUpdatedEvent.class);
577-
eventClassLookup.put(
578-
"v2.billing.bill_setting.updated",
579-
com.stripe.events.V2BillingBillSettingUpdatedEvent.class);
580577
eventClassLookup.put(
581578
"v2.billing.cadence.billed", com.stripe.events.V2BillingCadenceBilledEvent.class);
582579
eventClassLookup.put(

src/main/java/com/stripe/model/v2/EventNotificationClassLookup.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,6 @@ public final class EventNotificationClassLookup {
488488
"v1.transfer.reversed", com.stripe.events.V1TransferReversedEventNotification.class);
489489
eventClassLookup.put(
490490
"v1.transfer.updated", com.stripe.events.V1TransferUpdatedEventNotification.class);
491-
eventClassLookup.put(
492-
"v2.billing.bill_setting.updated",
493-
com.stripe.events.V2BillingBillSettingUpdatedEventNotification.class);
494491
eventClassLookup.put(
495492
"v2.billing.cadence.billed",
496493
com.stripe.events.V2BillingCadenceBilledEventNotification.class);

0 commit comments

Comments
 (0)