Class V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent.EventData

java.lang.Object
com.stripe.events.V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent.EventData
Enclosing class:
V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent

public static final class V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent.EventData extends Object
  • Constructor Details

    • EventData

      public EventData()
  • Method Details

    • getUpdatedCapability

      public String 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, or outbound_transfers.financial_accounts.

    • setUpdatedCapability

      public void setUpdatedCapability(String updatedCapability)
      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, or outbound_transfers.financial_accounts.