Skip to content

Billing

Extends

  • Billing

Properties

adminEmail?

optional adminEmail: string;

The billing admin email for the user’s billing account

Inherited from

bkper.Billing.adminEmail

daysLeftInTrial?

optional daysLeftInTrial: number;

How many days the user has left in the trial period

Inherited from

bkper.Billing.daysLeftInTrial

email?

optional email: string;

The user’s email address

Inherited from

bkper.Billing.email

enabled?

optional enabled: boolean;

True if billing is enabled for the user

Inherited from

bkper.Billing.enabled

hostedDomain?

optional hostedDomain: string;

The user hosted domain

Inherited from

bkper.Billing.hostedDomain

plan?

optional plan: string;

The user’s current plan

Inherited from

bkper.Billing.plan

planOverdue?

optional planOverdue: boolean;

True if subscription payment is overdue

Inherited from

bkper.Billing.planOverdue

startedTrial?

optional startedTrial: boolean;

True if the user has started the trial period

Inherited from

bkper.Billing.startedTrial

totalTransactionsThisMonth?

optional totalTransactionsThisMonth: number;

User-level total transactions this month

Inherited from

bkper.Billing.totalTransactionsThisMonth

totalTransactionsThisYear?

optional totalTransactionsThisYear: number;

User-level total transactions this year

Inherited from

bkper.Billing.totalTransactionsThisYear