|
63 | 63 | V2CoreAccountIncludingConfigurationMerchantUpdatedEvent as V2CoreAccountIncludingConfigurationMerchantUpdatedEvent, |
64 | 64 | V2CoreAccountIncludingConfigurationMerchantUpdatedEventNotification as V2CoreAccountIncludingConfigurationMerchantUpdatedEventNotification, |
65 | 65 | ) |
| 66 | + from stripe.events._v2_core_account_including_configuration_money_manager_capability_status_updated_event import ( |
| 67 | + V2CoreAccountIncludingConfigurationMoneyManagerCapabilityStatusUpdatedEvent as V2CoreAccountIncludingConfigurationMoneyManagerCapabilityStatusUpdatedEvent, |
| 68 | + V2CoreAccountIncludingConfigurationMoneyManagerCapabilityStatusUpdatedEventNotification as V2CoreAccountIncludingConfigurationMoneyManagerCapabilityStatusUpdatedEventNotification, |
| 69 | + ) |
| 70 | + from stripe.events._v2_core_account_including_configuration_money_manager_updated_event import ( |
| 71 | + V2CoreAccountIncludingConfigurationMoneyManagerUpdatedEvent as V2CoreAccountIncludingConfigurationMoneyManagerUpdatedEvent, |
| 72 | + V2CoreAccountIncludingConfigurationMoneyManagerUpdatedEventNotification as V2CoreAccountIncludingConfigurationMoneyManagerUpdatedEventNotification, |
| 73 | + ) |
66 | 74 | from stripe.events._v2_core_account_including_configuration_recipient_capability_status_updated_event import ( |
67 | 75 | V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent as V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent, |
68 | 76 | V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEventNotification as V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEventNotification, |
|
71 | 79 | V2CoreAccountIncludingConfigurationRecipientUpdatedEvent as V2CoreAccountIncludingConfigurationRecipientUpdatedEvent, |
72 | 80 | V2CoreAccountIncludingConfigurationRecipientUpdatedEventNotification as V2CoreAccountIncludingConfigurationRecipientUpdatedEventNotification, |
73 | 81 | ) |
74 | | - from stripe.events._v2_core_account_including_configuration_storer_capability_status_updated_event import ( |
75 | | - V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent as V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent, |
76 | | - V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEventNotification as V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEventNotification, |
77 | | - ) |
78 | | - from stripe.events._v2_core_account_including_configuration_storer_updated_event import ( |
79 | | - V2CoreAccountIncludingConfigurationStorerUpdatedEvent as V2CoreAccountIncludingConfigurationStorerUpdatedEvent, |
80 | | - V2CoreAccountIncludingConfigurationStorerUpdatedEventNotification as V2CoreAccountIncludingConfigurationStorerUpdatedEventNotification, |
81 | | - ) |
82 | 82 | from stripe.events._v2_core_account_including_defaults_updated_event import ( |
83 | 83 | V2CoreAccountIncludingDefaultsUpdatedEvent as V2CoreAccountIncludingDefaultsUpdatedEvent, |
84 | 84 | V2CoreAccountIncludingDefaultsUpdatedEventNotification as V2CoreAccountIncludingDefaultsUpdatedEventNotification, |
|
255 | 255 | V2MoneyManagementOutboundPaymentReturnedEvent as V2MoneyManagementOutboundPaymentReturnedEvent, |
256 | 256 | V2MoneyManagementOutboundPaymentReturnedEventNotification as V2MoneyManagementOutboundPaymentReturnedEventNotification, |
257 | 257 | ) |
| 258 | + from stripe.events._v2_money_management_outbound_payment_under_review_event import ( |
| 259 | + V2MoneyManagementOutboundPaymentUnderReviewEvent as V2MoneyManagementOutboundPaymentUnderReviewEvent, |
| 260 | + V2MoneyManagementOutboundPaymentUnderReviewEventNotification as V2MoneyManagementOutboundPaymentUnderReviewEventNotification, |
| 261 | + ) |
258 | 262 | from stripe.events._v2_money_management_outbound_payment_updated_event import ( |
259 | 263 | V2MoneyManagementOutboundPaymentUpdatedEvent as V2MoneyManagementOutboundPaymentUpdatedEvent, |
260 | 264 | V2MoneyManagementOutboundPaymentUpdatedEventNotification as V2MoneyManagementOutboundPaymentUpdatedEventNotification, |
|
279 | 283 | V2MoneyManagementOutboundTransferReturnedEvent as V2MoneyManagementOutboundTransferReturnedEvent, |
280 | 284 | V2MoneyManagementOutboundTransferReturnedEventNotification as V2MoneyManagementOutboundTransferReturnedEventNotification, |
281 | 285 | ) |
| 286 | + from stripe.events._v2_money_management_outbound_transfer_under_review_event import ( |
| 287 | + V2MoneyManagementOutboundTransferUnderReviewEvent as V2MoneyManagementOutboundTransferUnderReviewEvent, |
| 288 | + V2MoneyManagementOutboundTransferUnderReviewEventNotification as V2MoneyManagementOutboundTransferUnderReviewEventNotification, |
| 289 | + ) |
282 | 290 | from stripe.events._v2_money_management_outbound_transfer_updated_event import ( |
283 | 291 | V2MoneyManagementOutboundTransferUpdatedEvent as V2MoneyManagementOutboundTransferUpdatedEvent, |
284 | 292 | V2MoneyManagementOutboundTransferUpdatedEventNotification as V2MoneyManagementOutboundTransferUpdatedEventNotification, |
|
451 | 459 | "stripe.events._v2_core_account_including_configuration_merchant_updated_event", |
452 | 460 | False, |
453 | 461 | ), |
454 | | - "V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent": ( |
455 | | - "stripe.events._v2_core_account_including_configuration_recipient_capability_status_updated_event", |
| 462 | + "V2CoreAccountIncludingConfigurationMoneyManagerCapabilityStatusUpdatedEvent": ( |
| 463 | + "stripe.events._v2_core_account_including_configuration_money_manager_capability_status_updated_event", |
456 | 464 | False, |
457 | 465 | ), |
458 | | - "V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEventNotification": ( |
459 | | - "stripe.events._v2_core_account_including_configuration_recipient_capability_status_updated_event", |
| 466 | + "V2CoreAccountIncludingConfigurationMoneyManagerCapabilityStatusUpdatedEventNotification": ( |
| 467 | + "stripe.events._v2_core_account_including_configuration_money_manager_capability_status_updated_event", |
460 | 468 | False, |
461 | 469 | ), |
462 | | - "V2CoreAccountIncludingConfigurationRecipientUpdatedEvent": ( |
463 | | - "stripe.events._v2_core_account_including_configuration_recipient_updated_event", |
| 470 | + "V2CoreAccountIncludingConfigurationMoneyManagerUpdatedEvent": ( |
| 471 | + "stripe.events._v2_core_account_including_configuration_money_manager_updated_event", |
464 | 472 | False, |
465 | 473 | ), |
466 | | - "V2CoreAccountIncludingConfigurationRecipientUpdatedEventNotification": ( |
467 | | - "stripe.events._v2_core_account_including_configuration_recipient_updated_event", |
| 474 | + "V2CoreAccountIncludingConfigurationMoneyManagerUpdatedEventNotification": ( |
| 475 | + "stripe.events._v2_core_account_including_configuration_money_manager_updated_event", |
468 | 476 | False, |
469 | 477 | ), |
470 | | - "V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent": ( |
471 | | - "stripe.events._v2_core_account_including_configuration_storer_capability_status_updated_event", |
| 478 | + "V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent": ( |
| 479 | + "stripe.events._v2_core_account_including_configuration_recipient_capability_status_updated_event", |
472 | 480 | False, |
473 | 481 | ), |
474 | | - "V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEventNotification": ( |
475 | | - "stripe.events._v2_core_account_including_configuration_storer_capability_status_updated_event", |
| 482 | + "V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEventNotification": ( |
| 483 | + "stripe.events._v2_core_account_including_configuration_recipient_capability_status_updated_event", |
476 | 484 | False, |
477 | 485 | ), |
478 | | - "V2CoreAccountIncludingConfigurationStorerUpdatedEvent": ( |
479 | | - "stripe.events._v2_core_account_including_configuration_storer_updated_event", |
| 486 | + "V2CoreAccountIncludingConfigurationRecipientUpdatedEvent": ( |
| 487 | + "stripe.events._v2_core_account_including_configuration_recipient_updated_event", |
480 | 488 | False, |
481 | 489 | ), |
482 | | - "V2CoreAccountIncludingConfigurationStorerUpdatedEventNotification": ( |
483 | | - "stripe.events._v2_core_account_including_configuration_storer_updated_event", |
| 490 | + "V2CoreAccountIncludingConfigurationRecipientUpdatedEventNotification": ( |
| 491 | + "stripe.events._v2_core_account_including_configuration_recipient_updated_event", |
484 | 492 | False, |
485 | 493 | ), |
486 | 494 | "V2CoreAccountIncludingDefaultsUpdatedEvent": ( |
|
835 | 843 | "stripe.events._v2_money_management_outbound_payment_returned_event", |
836 | 844 | False, |
837 | 845 | ), |
| 846 | + "V2MoneyManagementOutboundPaymentUnderReviewEvent": ( |
| 847 | + "stripe.events._v2_money_management_outbound_payment_under_review_event", |
| 848 | + False, |
| 849 | + ), |
| 850 | + "V2MoneyManagementOutboundPaymentUnderReviewEventNotification": ( |
| 851 | + "stripe.events._v2_money_management_outbound_payment_under_review_event", |
| 852 | + False, |
| 853 | + ), |
838 | 854 | "V2MoneyManagementOutboundPaymentUpdatedEvent": ( |
839 | 855 | "stripe.events._v2_money_management_outbound_payment_updated_event", |
840 | 856 | False, |
|
883 | 899 | "stripe.events._v2_money_management_outbound_transfer_returned_event", |
884 | 900 | False, |
885 | 901 | ), |
| 902 | + "V2MoneyManagementOutboundTransferUnderReviewEvent": ( |
| 903 | + "stripe.events._v2_money_management_outbound_transfer_under_review_event", |
| 904 | + False, |
| 905 | + ), |
| 906 | + "V2MoneyManagementOutboundTransferUnderReviewEventNotification": ( |
| 907 | + "stripe.events._v2_money_management_outbound_transfer_under_review_event", |
| 908 | + False, |
| 909 | + ), |
886 | 910 | "V2MoneyManagementOutboundTransferUpdatedEvent": ( |
887 | 911 | "stripe.events._v2_money_management_outbound_transfer_updated_event", |
888 | 912 | False, |
|
0 commit comments