File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1- 88aa59022b32620f4d66d6196e3b42d5a0f86bbb
1+ a3035d6cb25cc44d50589c1da75b21abbd3601ca
Original file line number Diff line number Diff line change 1- v2140
1+ v2143
Original file line number Diff line number Diff line change 4949import com .stripe .events .V2MoneyManagementOutboundTransferPostedEventNotification ;
5050import com .stripe .events .V2MoneyManagementOutboundTransferReturnedEventNotification ;
5151import com .stripe .events .V2MoneyManagementOutboundTransferUpdatedEventNotification ;
52+ import com .stripe .events .V2MoneyManagementPayoutMethodCreatedEventNotification ;
5253import com .stripe .events .V2MoneyManagementPayoutMethodUpdatedEventNotification ;
5354import com .stripe .events .V2MoneyManagementReceivedCreditAvailableEventNotification ;
5455import 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 );
You can’t perform that action at this time.
0 commit comments