@sumup/sdk
    Preparing search index...

    Type Alias CreateSubAccountParams

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

    Properties

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