Module: Increase::Models::Event::Category

Extended by:
Internal::Type::Enum
Defined in:
lib/increase/models/event.rb

Overview

The category of the Event. We may add additional possible values for this enum over time; your application should be able to handle such additions gracefully.

See Also:

Constant Summary collapse

ACCOUNT_CREATED =

Occurs whenever an Account is created.

:"account.created"
ACCOUNT_UPDATED =

Occurs whenever an Account is updated.

:"account.updated"
ACCOUNT_NUMBER_CREATED =

Occurs whenever an Account Number is created.

:"account_number.created"
ACCOUNT_NUMBER_UPDATED =

Occurs whenever an Account Number is updated.

:"account_number.updated"
ACCOUNT_STATEMENT_CREATED =

Occurs whenever an Account Statement is created.

:"account_statement.created"
ACCOUNT_TRANSFER_CREATED =

Occurs whenever an Account Transfer is created.

:"account_transfer.created"
ACCOUNT_TRANSFER_UPDATED =

Occurs whenever an Account Transfer is updated.

:"account_transfer.updated"
ACH_PRENOTIFICATION_CREATED =

Occurs whenever an ACH Prenotification is created.

:"ach_prenotification.created"
ACH_PRENOTIFICATION_UPDATED =

Occurs whenever an ACH Prenotification is updated.

:"ach_prenotification.updated"
ACH_TRANSFER_CREATED =

Occurs whenever an ACH Transfer is created.

:"ach_transfer.created"
ACH_TRANSFER_UPDATED =

Occurs whenever an ACH Transfer is updated.

:"ach_transfer.updated"
BOOKKEEPING_ACCOUNT_CREATED =

Occurs whenever a Bookkeeping Account is created.

:"bookkeeping_account.created"
BOOKKEEPING_ACCOUNT_UPDATED =

Occurs whenever a Bookkeeping Account is updated.

:"bookkeeping_account.updated"
BOOKKEEPING_ENTRY_SET_UPDATED =

Occurs whenever a Bookkeeping Entry Set is created.

:"bookkeeping_entry_set.updated"
CARD_CREATED =

Occurs whenever a Card is created.

:"card.created"
CARD_UPDATED =

Occurs whenever a Card is updated.

:"card.updated"
CARD_PAYMENT_CREATED =

Occurs whenever a Card Payment is created.

:"card_payment.created"
CARD_PAYMENT_UPDATED =

Occurs whenever a Card Payment is updated.

:"card_payment.updated"
CARD_PROFILE_CREATED =

Occurs whenever a Card Profile is created.

:"card_profile.created"
CARD_PROFILE_UPDATED =

Occurs whenever a Card Profile is updated.

:"card_profile.updated"
CARD_DISPUTE_CREATED =

Occurs whenever a Card Dispute is created.

:"card_dispute.created"
CARD_DISPUTE_UPDATED =

Occurs whenever a Card Dispute is updated.

:"card_dispute.updated"
CHECK_DEPOSIT_CREATED =

Occurs whenever a Check Deposit is created.

:"check_deposit.created"
CHECK_DEPOSIT_UPDATED =

Occurs whenever a Check Deposit is updated.

:"check_deposit.updated"
CHECK_TRANSFER_CREATED =

Occurs whenever a Check Transfer is created.

:"check_transfer.created"
CHECK_TRANSFER_UPDATED =

Occurs whenever a Check Transfer is updated.

:"check_transfer.updated"
DECLINED_TRANSACTION_CREATED =

Occurs whenever a Declined Transaction is created.

:"declined_transaction.created"
DIGITAL_CARD_PROFILE_CREATED =

Occurs whenever a Digital Card Profile is created.

:"digital_card_profile.created"
DIGITAL_CARD_PROFILE_UPDATED =

Occurs whenever a Digital Card Profile is updated.

:"digital_card_profile.updated"
DIGITAL_WALLET_TOKEN_CREATED =

Occurs whenever a Digital Wallet Token is created.

:"digital_wallet_token.created"
DIGITAL_WALLET_TOKEN_UPDATED =

Occurs whenever a Digital Wallet Token is updated.

:"digital_wallet_token.updated"
DOCUMENT_CREATED =

Occurs whenever a Document is created.

:"document.created"
ENTITY_CREATED =

Occurs whenever an Entity is created.

:"entity.created"
ENTITY_UPDATED =

Occurs whenever an Entity is updated.

:"entity.updated"
EVENT_SUBSCRIPTION_CREATED =

Occurs whenever an Event Subscription is created.

:"event_subscription.created"
EVENT_SUBSCRIPTION_UPDATED =

Occurs whenever an Event Subscription is updated.

:"event_subscription.updated"
EXPORT_CREATED =

Occurs whenever an Export is created.

:"export.created"
EXPORT_UPDATED =

Occurs whenever an Export is updated.

:"export.updated"
EXTERNAL_ACCOUNT_CREATED =

Occurs whenever an External Account is created.

:"external_account.created"
EXTERNAL_ACCOUNT_UPDATED =

Occurs whenever an External Account is updated.

:"external_account.updated"
FEDNOW_TRANSFER_CREATED =

Occurs whenever a FedNow Transfer is created.

:"fednow_transfer.created"
FEDNOW_TRANSFER_UPDATED =

Occurs whenever a FedNow Transfer is updated.

:"fednow_transfer.updated"
FILE_CREATED =

Occurs whenever a File is created.

:"file.created"
GROUP_UPDATED =

Occurs whenever a Group is updated.

:"group.updated"
GROUP_HEARTBEAT =

Increase may send webhooks with this category to see if a webhook endpoint is working properly.

:"group.heartbeat"
INBOUND_ACH_TRANSFER_CREATED =

Occurs whenever an Inbound ACH Transfer is created.

:"inbound_ach_transfer.created"
INBOUND_ACH_TRANSFER_UPDATED =

Occurs whenever an Inbound ACH Transfer is updated.

:"inbound_ach_transfer.updated"
INBOUND_ACH_TRANSFER_RETURN_CREATED =

Occurs whenever an Inbound ACH Transfer Return is created.

:"inbound_ach_transfer_return.created"
INBOUND_ACH_TRANSFER_RETURN_UPDATED =

Occurs whenever an Inbound ACH Transfer Return is updated.

:"inbound_ach_transfer_return.updated"
INBOUND_CHECK_DEPOSIT_CREATED =

Occurs whenever an Inbound Check Deposit is created.

:"inbound_check_deposit.created"
INBOUND_CHECK_DEPOSIT_UPDATED =

Occurs whenever an Inbound Check Deposit is updated.

:"inbound_check_deposit.updated"
INBOUND_FEDNOW_TRANSFER_CREATED =

Occurs whenever an Inbound FedNow Transfer is created.

:"inbound_fednow_transfer.created"
INBOUND_FEDNOW_TRANSFER_UPDATED =

Occurs whenever an Inbound FedNow Transfer is updated.

:"inbound_fednow_transfer.updated"
INBOUND_MAIL_ITEM_CREATED =

Occurs whenever an Inbound Mail Item is created.

:"inbound_mail_item.created"
INBOUND_MAIL_ITEM_UPDATED =

Occurs whenever an Inbound Mail Item is updated.

:"inbound_mail_item.updated"
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CREATED =

Occurs whenever an Inbound Real-Time Payments Transfer is created.

:"inbound_real_time_payments_transfer.created"
INBOUND_REAL_TIME_PAYMENTS_TRANSFER_UPDATED =

Occurs whenever an Inbound Real-Time Payments Transfer is updated.

:"inbound_real_time_payments_transfer.updated"
INBOUND_WIRE_DRAWDOWN_REQUEST_CREATED =

Occurs whenever an Inbound Wire Drawdown Request is created.

:"inbound_wire_drawdown_request.created"
INBOUND_WIRE_TRANSFER_CREATED =

Occurs whenever an Inbound Wire Transfer is created.

:"inbound_wire_transfer.created"
INBOUND_WIRE_TRANSFER_UPDATED =

Occurs whenever an Inbound Wire Transfer is updated.

:"inbound_wire_transfer.updated"
INTRAFI_ACCOUNT_ENROLLMENT_CREATED =

Occurs whenever an IntraFi Account Enrollment is created.

:"intrafi_account_enrollment.created"
INTRAFI_ACCOUNT_ENROLLMENT_UPDATED =

Occurs whenever an IntraFi Account Enrollment is updated.

:"intrafi_account_enrollment.updated"
INTRAFI_EXCLUSION_CREATED =

Occurs whenever an IntraFi Exclusion is created.

:"intrafi_exclusion.created"
INTRAFI_EXCLUSION_UPDATED =

Occurs whenever an IntraFi Exclusion is updated.

:"intrafi_exclusion.updated"
LEGACY_CARD_DISPUTE_CREATED =

Occurs whenever a Legacy Card Dispute is created.

:"legacy_card_dispute.created"
LEGACY_CARD_DISPUTE_UPDATED =

Occurs whenever a Legacy Card Dispute is updated.

:"legacy_card_dispute.updated"
LOCKBOX_CREATED =

Occurs whenever a Lockbox is created.

:"lockbox.created"
LOCKBOX_UPDATED =

Occurs whenever a Lockbox is updated.

:"lockbox.updated"
OAUTH_CONNECTION_CREATED =

Occurs whenever an OAuth Connection is created.

:"oauth_connection.created"
OAUTH_CONNECTION_DEACTIVATED =

Occurs whenever an OAuth Connection is deactivated.

:"oauth_connection.deactivated"
CARD_PUSH_TRANSFER_CREATED =

Occurs whenever a Card Push Transfer is created.

:"card_push_transfer.created"
CARD_PUSH_TRANSFER_UPDATED =

Occurs whenever a Card Push Transfer is updated.

:"card_push_transfer.updated"
CARD_VALIDATION_CREATED =

Occurs whenever a Card Validation is created.

:"card_validation.created"
CARD_VALIDATION_UPDATED =

Occurs whenever a Card Validation is updated.

:"card_validation.updated"
PENDING_TRANSACTION_CREATED =

Occurs whenever a Pending Transaction is created.

:"pending_transaction.created"
PENDING_TRANSACTION_UPDATED =

Occurs whenever a Pending Transaction is updated.

:"pending_transaction.updated"
PHYSICAL_CARD_CREATED =

Occurs whenever a Physical Card is created.

:"physical_card.created"
PHYSICAL_CARD_UPDATED =

Occurs whenever a Physical Card is updated.

:"physical_card.updated"
PHYSICAL_CARD_PROFILE_CREATED =

Occurs whenever a Physical Card Profile is created.

:"physical_card_profile.created"
PHYSICAL_CARD_PROFILE_UPDATED =

Occurs whenever a Physical Card Profile is updated.

:"physical_card_profile.updated"
PROGRAM_CREATED =

Occurs whenever a Program is created.

:"program.created"
PROGRAM_UPDATED =

Occurs whenever a Program is updated.

:"program.updated"
PROOF_OF_AUTHORIZATION_REQUEST_CREATED =

Occurs whenever a Proof of Authorization Request is created.

:"proof_of_authorization_request.created"
PROOF_OF_AUTHORIZATION_REQUEST_UPDATED =

Occurs whenever a Proof of Authorization Request is updated.

:"proof_of_authorization_request.updated"
REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED =

Occurs whenever a Real-Time Decision is created in response to a card authorization.

:"real_time_decision.card_authorization_requested"
REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED =

Occurs whenever a Real-Time Decision is created in response to a digital wallet provisioning attempt.

:"real_time_decision.digital_wallet_token_requested"
REAL_TIME_DECISION_DIGITAL_WALLET_AUTHENTICATION_REQUESTED =

Occurs whenever a Real-Time Decision is created in response to a digital wallet requiring two-factor authentication.

:"real_time_decision.digital_wallet_authentication_requested"
REAL_TIME_DECISION_CARD_AUTHENTICATION_REQUESTED =

Occurs whenever a Real-Time Decision is created in response to 3DS authentication.

:"real_time_decision.card_authentication_requested"
REAL_TIME_DECISION_CARD_AUTHENTICATION_CHALLENGE_REQUESTED =

Occurs whenever a Real-Time Decision is created in response to 3DS authentication challenges.

:"real_time_decision.card_authentication_challenge_requested"
REAL_TIME_PAYMENTS_TRANSFER_CREATED =

Occurs whenever a Real-Time Payments Transfer is created.

:"real_time_payments_transfer.created"
REAL_TIME_PAYMENTS_TRANSFER_UPDATED =

Occurs whenever a Real-Time Payments Transfer is updated.

:"real_time_payments_transfer.updated"
REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_CREATED =

Occurs whenever a Real-Time Payments Request for Payment is created.

:"real_time_payments_request_for_payment.created"
REAL_TIME_PAYMENTS_REQUEST_FOR_PAYMENT_UPDATED =

Occurs whenever a Real-Time Payments Request for Payment is updated.

:"real_time_payments_request_for_payment.updated"
SWIFT_TRANSFER_CREATED =

Occurs whenever a Swift Transfer is created.

:"swift_transfer.created"
SWIFT_TRANSFER_UPDATED =

Occurs whenever a Swift Transfer is updated.

:"swift_transfer.updated"
TRANSACTION_CREATED =

Occurs whenever a Transaction is created.

:"transaction.created"
WIRE_DRAWDOWN_REQUEST_CREATED =

Occurs whenever a Wire Drawdown Request is created.

:"wire_drawdown_request.created"
WIRE_DRAWDOWN_REQUEST_UPDATED =

Occurs whenever a Wire Drawdown Request is updated.

:"wire_drawdown_request.updated"
WIRE_TRANSFER_CREATED =

Occurs whenever a Wire Transfer is created.

:"wire_transfer.created"
WIRE_TRANSFER_UPDATED =

Occurs whenever a Wire Transfer is updated.

:"wire_transfer.updated"

Method Summary

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info