@mywebapi.com/sdk - v0.1.0
    Preparing search index...

    Interface UserUpdatePayload

    interface UserUpdatePayload {
        balance: number;
        comment: string;
        country: string;
        credit: number;
        email: string;
        enabled: boolean;
        group: string;
        kind: UserUpdateKind;
        lastDate: string;
        leverage: number;
        login: number;
        name: string;
        phone: string;
        readOnly: boolean;
        regDate: string;
    }
    Index

    Properties

    balance: number
    comment: string
    country: string
    credit: number
    email: string
    enabled: boolean
    group: string
    kind: UserUpdateKind
    lastDate: string
    leverage: number
    login: number
    name: string
    phone: string
    readOnly: boolean
    regDate: string