Billing
Extends
Billing
Properties
adminEmail?
optional adminEmail: string;The billing admin email for the user’s billing account
Inherited from
bkper.Billing.adminEmaildaysLeftInTrial?
optional daysLeftInTrial: number;How many days the user has left in the trial period
Inherited from
bkper.Billing.daysLeftInTrialemail?
optional email: string;The user’s email address
Inherited from
bkper.Billing.emailenabled?
optional enabled: boolean;True if billing is enabled for the user
Inherited from
bkper.Billing.enabledhostedDomain?
optional hostedDomain: string;The user hosted domain
Inherited from
bkper.Billing.hostedDomainplan?
optional plan: string;The user’s current plan
Inherited from
bkper.Billing.planplanOverdue?
optional planOverdue: boolean;True if subscription payment is overdue
Inherited from
bkper.Billing.planOverduestartedTrial?
optional startedTrial: boolean;True if the user has started the trial period
Inherited from
bkper.Billing.startedTrialtotalTransactionsThisMonth?
optional totalTransactionsThisMonth: number;User-level total transactions this month
Inherited from
bkper.Billing.totalTransactionsThisMonthtotalTransactionsThisYear?
optional totalTransactionsThisYear: number;User-level total transactions this year
Inherited from
bkper.Billing.totalTransactionsThisYear