WebhookEndpointEnabledEventsItem extension type

on
Implemented types
Available extensions

Properties

codeUnits List<int>
An unmodifiable list of the UTF-16 code units of this string.
no setterinherited
hashCode int
A hash code derived from the code units of the string.
no setterinherited
isEmpty bool
Whether this string is empty.
no setterinherited
isNotEmpty bool
Whether this string is not empty.
no setterinherited
length int
The length of the string.
no setterinherited
runes Runes
An Iterable of Unicode code-points of this string.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS JSString

Available on String, provided by the StringToJSString extension

Converts this String to a JSString.
no setter

Methods

allMatches(String string, [int start = 0]) Iterable<Match>
Matches this pattern against the string repeatedly.
inherited
codeUnitAt(int index) int
Returns the 16-bit UTF-16 code unit at the given index.
inherited
compareTo(String other) int
Compares this string to other.
inherited
contains(Pattern other, [int startIndex = 0]) bool
Whether this string contains a match of other.
inherited
encodeWith<V>(Encoder<V> encoder) → V
endsWith(String other) bool
Whether this string ends with other.
inherited
indexOf(Pattern pattern, [int start = 0]) int
Returns the position of the first match of pattern in this string, starting at start, inclusive:
inherited
lastIndexOf(Pattern pattern, [int? start]) int
The starting position of the last match pattern in this string.
inherited
matchAsPrefix(String string, [int start = 0]) Match?
Matches this pattern against the start of string.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
padLeft(int width, [String padding = ' ']) String
Pads this string on the left if it is shorter than width.
inherited
padRight(int width, [String padding = ' ']) String
Pads this string on the right if it is shorter than width.
inherited
replaceAll(Pattern from, String replace) String
Replaces all substrings that match from with replace.
inherited
replaceAllMapped(Pattern from, String replace(Match match)) String
Replace all substrings that match from by a computed string.
inherited
replaceFirst(Pattern from, String to, [int startIndex = 0]) String
Creates a new string with the first occurrence of from replaced by to.
inherited
replaceFirstMapped(Pattern from, String replace(Match match), [int startIndex = 0]) String
Replace the first occurrence of from in this string.
inherited
replaceRange(int start, int? end, String replacement) String
Replaces the substring from start to end with replacement.
inherited
split(Pattern pattern) List<String>
Splits the string at matches of pattern and returns a list of substrings.
inherited
splitMapJoin(Pattern pattern, {String onMatch(Match)?, String onNonMatch(String)?}) String
Splits the string, converts its parts, and combines them into a new string.
inherited
startsWith(Pattern pattern, [int index = 0]) bool
Whether this string starts with a match of pattern.
inherited
substring(int start, [int? end]) String
The substring of this string from start, inclusive, to end, exclusive.
inherited
toJson() String
toLowerCase() String
Converts all characters in this string to lower case.
inherited
toString() String
A string representation of this object.
inherited
toUpperCase() String
Converts all characters in this string to upper case.
inherited
trim() String
The string without any leading and trailing whitespace.
inherited
trimLeft() String
The string without any leading whitespace.
inherited
trimRight() String
The string without any trailing whitespace.
inherited

Operators

operator *(int times) String
Creates a new string by concatenating this string with itself a number of times.
inherited
operator +(String other) String
Creates a new string by concatenating this string with other.
inherited
operator ==(Object other) bool
Whether other is a String with the same sequence of code units.
inherited
operator [](int index) String
The character (as a single-code-unit String) at the given index.
inherited

Static Methods

encode<V>(WebhookEndpointEnabledEventsItem instance, Encoder<V> encoder) → V

Constants

accountApplicationAuthorized → const WebhookEndpointEnabledEventsItem
account.application.authorized
accountApplicationDeauthorized → const WebhookEndpointEnabledEventsItem
account.application.deauthorized
accountExternalAccountCreated → const WebhookEndpointEnabledEventsItem
account.external_account.created
accountExternalAccountDeleted → const WebhookEndpointEnabledEventsItem
account.external_account.deleted
accountExternalAccountUpdated → const WebhookEndpointEnabledEventsItem
account.external_account.updated
accountUpdated → const WebhookEndpointEnabledEventsItem
account.updated
applicationFeeCreated → const WebhookEndpointEnabledEventsItem
application_fee.created
applicationFeeRefunded → const WebhookEndpointEnabledEventsItem
application_fee.refunded
applicationFeeRefundUpdated → const WebhookEndpointEnabledEventsItem
application_fee.refund.updated
balanceAvailable → const WebhookEndpointEnabledEventsItem
balance.available
billingPortalConfigurationCreated → const WebhookEndpointEnabledEventsItem
billing_portal.configuration.created
billingPortalConfigurationUpdated → const WebhookEndpointEnabledEventsItem
billing_portal.configuration.updated
billingPortalSessionCreated → const WebhookEndpointEnabledEventsItem
billing_portal.session.created
capabilityUpdated → const WebhookEndpointEnabledEventsItem
capability.updated
cashBalanceFundsAvailable → const WebhookEndpointEnabledEventsItem
cash_balance.funds_available
chargeCaptured → const WebhookEndpointEnabledEventsItem
charge.captured
chargeDisputeClosed → const WebhookEndpointEnabledEventsItem
charge.dispute.closed
chargeDisputeCreated → const WebhookEndpointEnabledEventsItem
charge.dispute.created
chargeDisputeFundsReinstated → const WebhookEndpointEnabledEventsItem
charge.dispute.funds_reinstated
chargeDisputeFundsWithdrawn → const WebhookEndpointEnabledEventsItem
charge.dispute.funds_withdrawn
chargeDisputeUpdated → const WebhookEndpointEnabledEventsItem
charge.dispute.updated
chargeExpired → const WebhookEndpointEnabledEventsItem
charge.expired
chargeFailed → const WebhookEndpointEnabledEventsItem
charge.failed
chargePending → const WebhookEndpointEnabledEventsItem
charge.pending
chargeRefunded → const WebhookEndpointEnabledEventsItem
charge.refunded
chargeRefundUpdated → const WebhookEndpointEnabledEventsItem
charge.refund.updated
chargeSucceeded → const WebhookEndpointEnabledEventsItem
charge.succeeded
chargeUpdated → const WebhookEndpointEnabledEventsItem
charge.updated
checkoutSessionAsyncPaymentFailed → const WebhookEndpointEnabledEventsItem
checkout.session.async_payment_failed
checkoutSessionAsyncPaymentSucceeded → const WebhookEndpointEnabledEventsItem
checkout.session.async_payment_succeeded
checkoutSessionCompleted → const WebhookEndpointEnabledEventsItem
checkout.session.completed
checkoutSessionExpired → const WebhookEndpointEnabledEventsItem
checkout.session.expired
climateOrderCanceled → const WebhookEndpointEnabledEventsItem
climate.order.canceled
climateOrderCreated → const WebhookEndpointEnabledEventsItem
climate.order.created
climateOrderDelayed → const WebhookEndpointEnabledEventsItem
climate.order.delayed
climateOrderDelivered → const WebhookEndpointEnabledEventsItem
climate.order.delivered
climateOrderProductSubstituted → const WebhookEndpointEnabledEventsItem
climate.order.product_substituted
climateProductCreated → const WebhookEndpointEnabledEventsItem
climate.product.created
climateProductPricingUpdated → const WebhookEndpointEnabledEventsItem
climate.product.pricing_updated
couponCreated → const WebhookEndpointEnabledEventsItem
coupon.created
couponDeleted → const WebhookEndpointEnabledEventsItem
coupon.deleted
couponUpdated → const WebhookEndpointEnabledEventsItem
coupon.updated
creditNoteCreated → const WebhookEndpointEnabledEventsItem
credit_note.created
creditNoteUpdated → const WebhookEndpointEnabledEventsItem
credit_note.updated
creditNoteVoided → const WebhookEndpointEnabledEventsItem
credit_note.voided
customerCashBalanceTransactionCreated → const WebhookEndpointEnabledEventsItem
customer_cash_balance_transaction.created
customerCreated → const WebhookEndpointEnabledEventsItem
customer.created
customerDeleted → const WebhookEndpointEnabledEventsItem
customer.deleted
customerDiscountCreated → const WebhookEndpointEnabledEventsItem
customer.discount.created
customerDiscountDeleted → const WebhookEndpointEnabledEventsItem
customer.discount.deleted
customerDiscountUpdated → const WebhookEndpointEnabledEventsItem
customer.discount.updated
customerSourceCreated → const WebhookEndpointEnabledEventsItem
customer.source.created
customerSourceDeleted → const WebhookEndpointEnabledEventsItem
customer.source.deleted
customerSourceExpiring → const WebhookEndpointEnabledEventsItem
customer.source.expiring
customerSourceUpdated → const WebhookEndpointEnabledEventsItem
customer.source.updated
customerSubscriptionCreated → const WebhookEndpointEnabledEventsItem
customer.subscription.created
customerSubscriptionDeleted → const WebhookEndpointEnabledEventsItem
customer.subscription.deleted
customerSubscriptionPaused → const WebhookEndpointEnabledEventsItem
customer.subscription.paused
customerSubscriptionPendingUpdateApplied → const WebhookEndpointEnabledEventsItem
customer.subscription.pending_update_applied
customerSubscriptionPendingUpdateExpired → const WebhookEndpointEnabledEventsItem
customer.subscription.pending_update_expired
customerSubscriptionResumed → const WebhookEndpointEnabledEventsItem
customer.subscription.resumed
customerSubscriptionTrialWillEnd → const WebhookEndpointEnabledEventsItem
customer.subscription.trial_will_end
customerSubscriptionUpdated → const WebhookEndpointEnabledEventsItem
customer.subscription.updated
customerTaxIdCreated → const WebhookEndpointEnabledEventsItem
customer.tax_id.created
customerTaxIdDeleted → const WebhookEndpointEnabledEventsItem
customer.tax_id.deleted
customerTaxIdUpdated → const WebhookEndpointEnabledEventsItem
customer.tax_id.updated
customerUpdated → const WebhookEndpointEnabledEventsItem
customer.updated
empty$ → const WebhookEndpointEnabledEventsItem
*
fileCreated → const WebhookEndpointEnabledEventsItem
file.created
financialConnectionsAccountCreated → const WebhookEndpointEnabledEventsItem
financial_connections.account.created
financialConnectionsAccountDeactivated → const WebhookEndpointEnabledEventsItem
financial_connections.account.deactivated
financialConnectionsAccountDisconnected → const WebhookEndpointEnabledEventsItem
financial_connections.account.disconnected
financialConnectionsAccountReactivated → const WebhookEndpointEnabledEventsItem
financial_connections.account.reactivated
financialConnectionsAccountRefreshedBalance → const WebhookEndpointEnabledEventsItem
financial_connections.account.refreshed_balance
financialConnectionsAccountRefreshedOwnership → const WebhookEndpointEnabledEventsItem
financial_connections.account.refreshed_ownership
financialConnectionsAccountRefreshedTransactions → const WebhookEndpointEnabledEventsItem
financial_connections.account.refreshed_transactions
identityVerificationSessionCanceled → const WebhookEndpointEnabledEventsItem
identity.verification_session.canceled
identityVerificationSessionCreated → const WebhookEndpointEnabledEventsItem
identity.verification_session.created
identityVerificationSessionProcessing → const WebhookEndpointEnabledEventsItem
identity.verification_session.processing
identityVerificationSessionRedacted → const WebhookEndpointEnabledEventsItem
identity.verification_session.redacted
identityVerificationSessionRequiresInput → const WebhookEndpointEnabledEventsItem
identity.verification_session.requires_input
identityVerificationSessionVerified → const WebhookEndpointEnabledEventsItem
identity.verification_session.verified
invoiceCreated → const WebhookEndpointEnabledEventsItem
invoice.created
invoiceDeleted → const WebhookEndpointEnabledEventsItem
invoice.deleted
invoiceFinalizationFailed → const WebhookEndpointEnabledEventsItem
invoice.finalization_failed
invoiceFinalized → const WebhookEndpointEnabledEventsItem
invoice.finalized
invoiceitemCreated → const WebhookEndpointEnabledEventsItem
invoiceitem.created
invoiceitemDeleted → const WebhookEndpointEnabledEventsItem
invoiceitem.deleted
invoiceMarkedUncollectible → const WebhookEndpointEnabledEventsItem
invoice.marked_uncollectible
invoicePaid → const WebhookEndpointEnabledEventsItem
invoice.paid
invoicePaymentActionRequired → const WebhookEndpointEnabledEventsItem
invoice.payment_action_required
invoicePaymentFailed → const WebhookEndpointEnabledEventsItem
invoice.payment_failed
invoicePaymentSucceeded → const WebhookEndpointEnabledEventsItem
invoice.payment_succeeded
invoiceSent → const WebhookEndpointEnabledEventsItem
invoice.sent
invoiceUpcoming → const WebhookEndpointEnabledEventsItem
invoice.upcoming
invoiceUpdated → const WebhookEndpointEnabledEventsItem
invoice.updated
invoiceVoided → const WebhookEndpointEnabledEventsItem
invoice.voided
issuingAuthorizationCreated → const WebhookEndpointEnabledEventsItem
issuing_authorization.created
issuingAuthorizationRequest → const WebhookEndpointEnabledEventsItem
issuing_authorization.request
issuingAuthorizationUpdated → const WebhookEndpointEnabledEventsItem
issuing_authorization.updated
issuingCardCreated → const WebhookEndpointEnabledEventsItem
issuing_card.created
issuingCardholderCreated → const WebhookEndpointEnabledEventsItem
issuing_cardholder.created
issuingCardholderUpdated → const WebhookEndpointEnabledEventsItem
issuing_cardholder.updated
issuingCardUpdated → const WebhookEndpointEnabledEventsItem
issuing_card.updated
issuingDisputeClosed → const WebhookEndpointEnabledEventsItem
issuing_dispute.closed
issuingDisputeCreated → const WebhookEndpointEnabledEventsItem
issuing_dispute.created
issuingDisputeFundsReinstated → const WebhookEndpointEnabledEventsItem
issuing_dispute.funds_reinstated
issuingDisputeSubmitted → const WebhookEndpointEnabledEventsItem
issuing_dispute.submitted
issuingDisputeUpdated → const WebhookEndpointEnabledEventsItem
issuing_dispute.updated
issuingTokenCreated → const WebhookEndpointEnabledEventsItem
issuing_token.created
issuingTokenUpdated → const WebhookEndpointEnabledEventsItem
issuing_token.updated
issuingTransactionCreated → const WebhookEndpointEnabledEventsItem
issuing_transaction.created
issuingTransactionUpdated → const WebhookEndpointEnabledEventsItem
issuing_transaction.updated
mandateUpdated → const WebhookEndpointEnabledEventsItem
mandate.updated
paymentIntentAmountCapturableUpdated → const WebhookEndpointEnabledEventsItem
payment_intent.amount_capturable_updated
paymentIntentCanceled → const WebhookEndpointEnabledEventsItem
payment_intent.canceled
paymentIntentCreated → const WebhookEndpointEnabledEventsItem
payment_intent.created
paymentIntentPartiallyFunded → const WebhookEndpointEnabledEventsItem
payment_intent.partially_funded
paymentIntentPaymentFailed → const WebhookEndpointEnabledEventsItem
payment_intent.payment_failed
paymentIntentProcessing → const WebhookEndpointEnabledEventsItem
payment_intent.processing
paymentIntentRequiresAction → const WebhookEndpointEnabledEventsItem
payment_intent.requires_action
paymentIntentSucceeded → const WebhookEndpointEnabledEventsItem
payment_intent.succeeded
paymentLinkCreated → const WebhookEndpointEnabledEventsItem
payment_link.created
paymentLinkUpdated → const WebhookEndpointEnabledEventsItem
payment_link.updated
paymentMethodAttached → const WebhookEndpointEnabledEventsItem
payment_method.attached
paymentMethodAutomaticallyUpdated → const WebhookEndpointEnabledEventsItem
payment_method.automatically_updated
paymentMethodDetached → const WebhookEndpointEnabledEventsItem
payment_method.detached
paymentMethodUpdated → const WebhookEndpointEnabledEventsItem
payment_method.updated
payoutCanceled → const WebhookEndpointEnabledEventsItem
payout.canceled
payoutCreated → const WebhookEndpointEnabledEventsItem
payout.created
payoutFailed → const WebhookEndpointEnabledEventsItem
payout.failed
payoutPaid → const WebhookEndpointEnabledEventsItem
payout.paid
payoutReconciliationCompleted → const WebhookEndpointEnabledEventsItem
payout.reconciliation_completed
payoutUpdated → const WebhookEndpointEnabledEventsItem
payout.updated
personCreated → const WebhookEndpointEnabledEventsItem
person.created
personDeleted → const WebhookEndpointEnabledEventsItem
person.deleted
personUpdated → const WebhookEndpointEnabledEventsItem
person.updated
planCreated → const WebhookEndpointEnabledEventsItem
plan.created
planDeleted → const WebhookEndpointEnabledEventsItem
plan.deleted
planUpdated → const WebhookEndpointEnabledEventsItem
plan.updated
priceCreated → const WebhookEndpointEnabledEventsItem
price.created
priceDeleted → const WebhookEndpointEnabledEventsItem
price.deleted
priceUpdated → const WebhookEndpointEnabledEventsItem
price.updated
productCreated → const WebhookEndpointEnabledEventsItem
product.created
productDeleted → const WebhookEndpointEnabledEventsItem
product.deleted
productUpdated → const WebhookEndpointEnabledEventsItem
product.updated
promotionCodeCreated → const WebhookEndpointEnabledEventsItem
promotion_code.created
promotionCodeUpdated → const WebhookEndpointEnabledEventsItem
promotion_code.updated
quoteAccepted → const WebhookEndpointEnabledEventsItem
quote.accepted
quoteCanceled → const WebhookEndpointEnabledEventsItem
quote.canceled
quoteCreated → const WebhookEndpointEnabledEventsItem
quote.created
quoteFinalized → const WebhookEndpointEnabledEventsItem
quote.finalized
radarEarlyFraudWarningCreated → const WebhookEndpointEnabledEventsItem
radar.early_fraud_warning.created
radarEarlyFraudWarningUpdated → const WebhookEndpointEnabledEventsItem
radar.early_fraud_warning.updated
refundCreated → const WebhookEndpointEnabledEventsItem
refund.created
refundUpdated → const WebhookEndpointEnabledEventsItem
refund.updated
reportingReportRunFailed → const WebhookEndpointEnabledEventsItem
reporting.report_run.failed
reportingReportRunSucceeded → const WebhookEndpointEnabledEventsItem
reporting.report_run.succeeded
reportingReportTypeUpdated → const WebhookEndpointEnabledEventsItem
reporting.report_type.updated
reviewClosed → const WebhookEndpointEnabledEventsItem
review.closed
reviewOpened → const WebhookEndpointEnabledEventsItem
review.opened
setupIntentCanceled → const WebhookEndpointEnabledEventsItem
setup_intent.canceled
setupIntentCreated → const WebhookEndpointEnabledEventsItem
setup_intent.created
setupIntentRequiresAction → const WebhookEndpointEnabledEventsItem
setup_intent.requires_action
setupIntentSetupFailed → const WebhookEndpointEnabledEventsItem
setup_intent.setup_failed
setupIntentSucceeded → const WebhookEndpointEnabledEventsItem
setup_intent.succeeded
sigmaScheduledQueryRunCreated → const WebhookEndpointEnabledEventsItem
sigma.scheduled_query_run.created
sourceCanceled → const WebhookEndpointEnabledEventsItem
source.canceled
sourceChargeable → const WebhookEndpointEnabledEventsItem
source.chargeable
sourceFailed → const WebhookEndpointEnabledEventsItem
source.failed
sourceMandateNotification → const WebhookEndpointEnabledEventsItem
source.mandate_notification
sourceRefundAttributesRequired → const WebhookEndpointEnabledEventsItem
source.refund_attributes_required
sourceTransactionCreated → const WebhookEndpointEnabledEventsItem
source.transaction.created
sourceTransactionUpdated → const WebhookEndpointEnabledEventsItem
source.transaction.updated
subscriptionScheduleAborted → const WebhookEndpointEnabledEventsItem
subscription_schedule.aborted
subscriptionScheduleCanceled → const WebhookEndpointEnabledEventsItem
subscription_schedule.canceled
subscriptionScheduleCompleted → const WebhookEndpointEnabledEventsItem
subscription_schedule.completed
subscriptionScheduleCreated → const WebhookEndpointEnabledEventsItem
subscription_schedule.created
subscriptionScheduleExpiring → const WebhookEndpointEnabledEventsItem
subscription_schedule.expiring
subscriptionScheduleReleased → const WebhookEndpointEnabledEventsItem
subscription_schedule.released
subscriptionScheduleUpdated → const WebhookEndpointEnabledEventsItem
subscription_schedule.updated
taxRateCreated → const WebhookEndpointEnabledEventsItem
tax_rate.created
taxRateUpdated → const WebhookEndpointEnabledEventsItem
tax_rate.updated
taxSettingsUpdated → const WebhookEndpointEnabledEventsItem
tax.settings.updated
terminalReaderActionFailed → const WebhookEndpointEnabledEventsItem
terminal.reader.action_failed
terminalReaderActionSucceeded → const WebhookEndpointEnabledEventsItem
terminal.reader.action_succeeded
testHelpersTestClockAdvancing → const WebhookEndpointEnabledEventsItem
test_helpers.test_clock.advancing
testHelpersTestClockCreated → const WebhookEndpointEnabledEventsItem
test_helpers.test_clock.created
testHelpersTestClockDeleted → const WebhookEndpointEnabledEventsItem
test_helpers.test_clock.deleted
testHelpersTestClockInternalFailure → const WebhookEndpointEnabledEventsItem
test_helpers.test_clock.internal_failure
testHelpersTestClockReady → const WebhookEndpointEnabledEventsItem
test_helpers.test_clock.ready
topupCanceled → const WebhookEndpointEnabledEventsItem
topup.canceled
topupCreated → const WebhookEndpointEnabledEventsItem
topup.created
topupFailed → const WebhookEndpointEnabledEventsItem
topup.failed
topupReversed → const WebhookEndpointEnabledEventsItem
topup.reversed
topupSucceeded → const WebhookEndpointEnabledEventsItem
topup.succeeded
transferCreated → const WebhookEndpointEnabledEventsItem
transfer.created
transferReversed → const WebhookEndpointEnabledEventsItem
transfer.reversed
transferUpdated → const WebhookEndpointEnabledEventsItem
transfer.updated
treasuryCreditReversalCreated → const WebhookEndpointEnabledEventsItem
treasury.credit_reversal.created
treasuryCreditReversalPosted → const WebhookEndpointEnabledEventsItem
treasury.credit_reversal.posted
treasuryDebitReversalCompleted → const WebhookEndpointEnabledEventsItem
treasury.debit_reversal.completed
treasuryDebitReversalCreated → const WebhookEndpointEnabledEventsItem
treasury.debit_reversal.created
treasuryDebitReversalInitialCreditGranted → const WebhookEndpointEnabledEventsItem
treasury.debit_reversal.initial_credit_granted
treasuryFinancialAccountClosed → const WebhookEndpointEnabledEventsItem
treasury.financial_account.closed
treasuryFinancialAccountCreated → const WebhookEndpointEnabledEventsItem
treasury.financial_account.created
treasuryFinancialAccountFeaturesStatusUpdated → const WebhookEndpointEnabledEventsItem
treasury.financial_account.features_status_updated
treasuryInboundTransferCanceled → const WebhookEndpointEnabledEventsItem
treasury.inbound_transfer.canceled
treasuryInboundTransferCreated → const WebhookEndpointEnabledEventsItem
treasury.inbound_transfer.created
treasuryInboundTransferFailed → const WebhookEndpointEnabledEventsItem
treasury.inbound_transfer.failed
treasuryInboundTransferSucceeded → const WebhookEndpointEnabledEventsItem
treasury.inbound_transfer.succeeded
treasuryOutboundPaymentCanceled → const WebhookEndpointEnabledEventsItem
treasury.outbound_payment.canceled
treasuryOutboundPaymentCreated → const WebhookEndpointEnabledEventsItem
treasury.outbound_payment.created
treasuryOutboundPaymentExpectedArrivalDateUpdated → const WebhookEndpointEnabledEventsItem
treasury.outbound_payment.expected_arrival_date_updated
treasuryOutboundPaymentFailed → const WebhookEndpointEnabledEventsItem
treasury.outbound_payment.failed
treasuryOutboundPaymentPosted → const WebhookEndpointEnabledEventsItem
treasury.outbound_payment.posted
treasuryOutboundPaymentReturned → const WebhookEndpointEnabledEventsItem
treasury.outbound_payment.returned
treasuryOutboundTransferCanceled → const WebhookEndpointEnabledEventsItem
treasury.outbound_transfer.canceled
treasuryOutboundTransferCreated → const WebhookEndpointEnabledEventsItem
treasury.outbound_transfer.created
treasuryOutboundTransferExpectedArrivalDateUpdated → const WebhookEndpointEnabledEventsItem
treasury.outbound_transfer.expected_arrival_date_updated
treasuryOutboundTransferFailed → const WebhookEndpointEnabledEventsItem
treasury.outbound_transfer.failed
treasuryOutboundTransferPosted → const WebhookEndpointEnabledEventsItem
treasury.outbound_transfer.posted
treasuryOutboundTransferReturned → const WebhookEndpointEnabledEventsItem
treasury.outbound_transfer.returned
treasuryReceivedCreditCreated → const WebhookEndpointEnabledEventsItem
treasury.received_credit.created
treasuryReceivedCreditFailed → const WebhookEndpointEnabledEventsItem
treasury.received_credit.failed
treasuryReceivedCreditSucceeded → const WebhookEndpointEnabledEventsItem
treasury.received_credit.succeeded
treasuryReceivedDebitCreated → const WebhookEndpointEnabledEventsItem
treasury.received_debit.created