Type Alias UserAccountResponse

UserAccountResponse: {
    affBalance: number;
    affCount: number;
    affEarnings: number;
    affId: string;
    affRate: number;
    appearOffline: boolean;
    avatarURL: string;
    didExportMasterKeys: boolean;
    displayName: string;
    email: string;
    invoices: [];
    isPremium: 0 | 1;
    maxStorage: number;
    nickName: string;
    personal: {
        city: string | null;
        companyName: string | null;
        country: string | null;
        firstName: string | null;
        lastName: string | null;
        postalCode: string | null;
        street: string | null;
        streetNumber: string | null;
        vatId: string | null;
    };
    plans: UserAccountPlan[];
    referCount: number;
    referStorage: number;
    refId: string;
    refLimit: number;
    refStorage: number;
    storage: number;
    subs: UserAccountSubs[];
    subsInvoices: UserAccountSubsInvoices[];
}

Type declaration

  • affBalance: number
  • affCount: number
  • affEarnings: number
  • affId: string
  • affRate: number
  • appearOffline: boolean
  • avatarURL: string
  • didExportMasterKeys: boolean
  • displayName: string
  • email: string
  • invoices: []
  • isPremium: 0 | 1
  • maxStorage: number
  • nickName: string
  • personal: {
        city: string | null;
        companyName: string | null;
        country: string | null;
        firstName: string | null;
        lastName: string | null;
        postalCode: string | null;
        street: string | null;
        streetNumber: string | null;
        vatId: string | null;
    }
  • plans: UserAccountPlan[]
  • referCount: number
  • referStorage: number
  • refId: string
  • refLimit: number
  • refStorage: number
  • storage: number
  • subs: UserAccountSubs[]
  • subsInvoices: UserAccountSubsInvoices[]
MMNEPVFCICPMFPCPTTAAATR