RestrictionName

Enum class representing various restrictions by name.

Entries

Link copied to clipboard

Block all types of transactions.

Link copied to clipboard

Block withdrawals and send money transactions.

Link copied to clipboard

Block all types of bank (ACH, bankwire) and card deposits, including EFT deposits; received money from other customers and merchants; sell crypto and stocks.

Link copied to clipboard

Block all send money transactions to other customers and merchants.

Link copied to clipboard

Block all types of bank ( ACH, bankwire) and card deposits, including EFT deposits; received money from other customers and merchants; sell crypto and stocks. Block all send money transactions to other customers and merchants.

Link copied to clipboard

Block all deposit made by card.

Link copied to clipboard

Block all deposit made by card and ACH bank deposits.

Link copied to clipboard

Block all types of bank (ACH, bankwire) and card deposits, including EFT deposits.

Link copied to clipboard

Block withdrawals and send money transactions and all card deposits.

Link copied to clipboard

Block all types of withdrawals (including ATM and POS trn with prepaid card) and ACH deposits.

Link copied to clipboard

Bocks all withdrawals and deposits.

Link copied to clipboard

Block all crypto transactions including buy and sell, received and send crypto.

Link copied to clipboard

Other unspecified Restriction.

Link copied to clipboard

Returned when no valid value was found.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.