@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Enumeration RestrictionName

    Use UserRestrictionName instead.

    Represents the name of a restriction applied to a customer wallet.

    Index

    Enumeration Members

    ALL_TRANSACTIONS: "ALL_TRANSACTIONS"

    Block all types of transactions.

    BANK_WITHDRAWALS: "BANK_WITHDRAWALS"
    CARD_AND_ACH_DEPOSITS: "CARD_AND_ACH_DEPOSITS"

    Block all deposit made by card and ACH bank deposits.

    CARD_DEPOSITS: "CARD_DEPOSITS"

    Block all deposit made by card.

    CRYPTO_TRANSACTIONS: "CRYPTO_TRANSACTIONS"

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

    DEPOSITS: "DEPOSITS"

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

    DEPOSITS_AND_WITHDRAWALS: "DEPOSITS_AND_WITHDRAWALS"

    Bocks all withdrawals and deposits.

    INCOMING_TRANSACTIONS: "INCOMING_TRANSACTIONS"

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

    INCOMING_TRANSACTIONS_AND_SEND_MONEY: "INCOMING_TRANSACTIONS_AND_SEND_MONEY"

    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.

    INCOMING_TRANSACTIONS_AND_TRANSFERS: "INCOMING_TRANSACTIONS_AND_TRANSFERS"
    LOGIN: "LOGIN"
    OTHER: "OTHER"

    Other restrictions.

    OUTGOING_TRANSACTIONS: "OUTGOING_TRANSACTIONS"

    Block withdrawals and send money transactions.

    OUTGOING_TRANSACTIONS_AND_ACH_DEPOSITS: "OUTGOING_TRANSACTIONS_AND_ACH_DEPOSITS"

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

    OUTGOING_TRANSACTIONS_AND_CARD_DEPOSITS: "OUTGOING_TRANSACTIONS_AND_CARD_DEPOSITS"

    Block withdrawals and send money transactions and all card deposits.

    SEND_MONEY: "SEND_MONEY"

    Block all send money transactions to other customers and merchants.

    WITHDRAWALS: "WITHDRAWALS"