@sumup/sdk
    Preparing search index...

    Type Alias Permissions

    Permissions assigned to an operator or user.

    type Permissions = {
        admin: boolean;
        create_moto_payments: boolean;
        create_referral: boolean;
        full_transaction_history_view: boolean;
        refund_transactions: boolean;
    }
    Index

    Properties

    admin: boolean
    create_moto_payments: boolean
    create_referral: boolean
    full_transaction_history_view: boolean
    refund_transactions: boolean