Skip to content

Commit d3bb851

Browse files
Merge upstream and update generated code for v2143 and
2 parents d8dce63 + 099ffc3 commit d3bb851

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

API_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
88aa59022b32620f4d66d6196e3b42d5a0f86bbb
1+
a3035d6cb25cc44d50589c1da75b21abbd3601ca

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2140
1+
v2143

src/main/java/com/stripe/StripeEventNotificationHandler.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
import com.stripe.events.V2MoneyManagementOutboundTransferPostedEventNotification;
5050
import com.stripe.events.V2MoneyManagementOutboundTransferReturnedEventNotification;
5151
import com.stripe.events.V2MoneyManagementOutboundTransferUpdatedEventNotification;
52+
import com.stripe.events.V2MoneyManagementPayoutMethodCreatedEventNotification;
5253
import com.stripe.events.V2MoneyManagementPayoutMethodUpdatedEventNotification;
5354
import com.stripe.events.V2MoneyManagementReceivedCreditAvailableEventNotification;
5455
import com.stripe.events.V2MoneyManagementReceivedCreditFailedEventNotification;
@@ -461,6 +462,12 @@ public StripeEventNotificationHandler onV2MoneyManagementOutboundTransferUpdated
461462
return this;
462463
}
463464

465+
public StripeEventNotificationHandler onV2MoneyManagementPayoutMethodCreated(
466+
Callback<V2MoneyManagementPayoutMethodCreatedEventNotification> callback) {
467+
this.register("v2.money_management.payout_method.created", callback);
468+
return this;
469+
}
470+
464471
public StripeEventNotificationHandler onV2MoneyManagementPayoutMethodUpdated(
465472
Callback<V2MoneyManagementPayoutMethodUpdatedEventNotification> callback) {
466473
this.register("v2.money_management.payout_method.updated", callback);

0 commit comments

Comments
 (0)