Package com.stripe.events
Class V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent.EventData
java.lang.Object
com.stripe.events.V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent.EventData
public static final class V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent.EventData
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOpen Enum.void
setUpdatedCapability
(String updatedCapability) Open Enum.
-
Constructor Details
-
EventData
public EventData()
-
-
Method Details
-
getUpdatedCapability
Open Enum. The capability which had its status updated.One of
financial_addressses.bank_accounts
,holds_currencies.eur
,holds_currencies.gbp
,holds_currencies.usd
,inbound_transfers.bank_accounts
,outbound_payments.bank_accounts
,outbound_payments.cards
,outbound_payments.financial_accounts
,outbound_transfers.bank_accounts
, oroutbound_transfers.financial_accounts
. -
setUpdatedCapability
Open Enum. The capability which had its status updated.One of
financial_addressses.bank_accounts
,holds_currencies.eur
,holds_currencies.gbp
,holds_currencies.usd
,inbound_transfers.bank_accounts
,outbound_payments.bank_accounts
,outbound_payments.cards
,outbound_payments.financial_accounts
,outbound_transfers.bank_accounts
, oroutbound_transfers.financial_accounts
.
-