@coopenomics/sdk
    Preparing search index...
    interface IInput {
        data: {
            account_type: AccountType;
            coopname: string;
            program_key?: string | null;
            username: string;
        };
    }
    Index

    Properties

    Properties

    data: {
        account_type: AccountType;
        coopname: string;
        program_key?: string | null;
        username: string;
    }

    Type Declaration

    • account_type: AccountType

      Тип аккаунта пайщика

    • coopname: string

      Имя кооператива

    • Optionalprogram_key?: string | null

      Ключ выбранной программы регистрации (опционально)

    • username: string

      Имя пользователя (аккаунт)