@sumup/sdk
    Preparing search index...

    Type Alias UpdateSubAccountParams

    type UpdateSubAccountParams = {
        disabled?: boolean;
        nickname?: string;
        password?: string;
        permissions?: {
            create_moto_payments?: boolean;
            create_referral?: boolean;
            full_transaction_history_view?: boolean;
            refund_transactions?: boolean;
        };
        username?: string;
    }
    Index

    Properties

    disabled?: boolean
    nickname?: string
    password?: string
    permissions?: {
        create_moto_payments?: boolean;
        create_referral?: boolean;
        full_transaction_history_view?: boolean;
        refund_transactions?: boolean;
    }
    username?: string