User
Extends
User
Properties
avatarUrl?
optional avatarUrl: string;The user public avatar url
Inherited from
bkper.User.avatarUrlbankConnections?
optional bankConnections: boolean;True if user already had any bank connection
Inherited from
bkper.User.bankConnectionsbillingAdminEmail?
optional billingAdminEmail: string;The billing admin email for this user’s billing account
Inherited from
bkper.User.billingAdminEmailbillingEnabled?
optional billingEnabled: boolean;True if billing is enabled for the user
Inherited from
bkper.User.billingEnableddaysLeftInTrial?
optional daysLeftInTrial: number;How many days left in trial
Inherited from
bkper.User.daysLeftInTrialemail?
optional email: string;The user email
Inherited from
bkper.User.emailfree?
optional free: boolean;True if user is in the free plan
Inherited from
bkper.User.freefullName?
optional fullName: string;The user full name
Inherited from
bkper.User.fullNamegivenName?
optional givenName: string;The user given name
Inherited from
bkper.User.givenNamehash?
optional hash: string;The user hash
Inherited from
bkper.User.hashhostedDomain?
optional hostedDomain: string;The user hosted domain
Inherited from
bkper.User.hostedDomainid?
optional id: string;The user unique id
Inherited from
bkper.User.idname?
optional name: string;The user display name
Inherited from
bkper.User.nameplan?
optional plan: string;The user plan
Inherited from
bkper.User.planplanOverdue?
optional planOverdue: boolean;True if subscription payment is overdue
Inherited from
bkper.User.planOverduestartedTrial?
optional startedTrial: boolean;True if user started trial
Inherited from
bkper.User.startedTrialtotalTransactionsThisMonth?
optional totalTransactionsThisMonth: number;User-level total transactions this month
Inherited from
bkper.User.totalTransactionsThisMonthtotalTransactionsThisYear?
optional totalTransactionsThisYear: number;User-level total transactions this year
Inherited from
bkper.User.totalTransactionsThisYearusername?
optional username: string;The Bkper username of the user
Inherited from
bkper.User.username