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[];
    refId: string;
    refLimit: number;
    refStorage: number;
    referCount: number;
    referStorage: 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;
    }
    • 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[]
  • refId: string
  • refLimit: number
  • refStorage: number
  • referCount: number
  • referStorage: number
  • storage: number
  • subs: UserAccountSubs[]
  • subsInvoices: UserAccountSubsInvoices[]

Generated using TypeDoc