Updated BillingCadence to align with Price frequency type
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 44s
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 44s
This commit is contained in:
parent
b093c38d47
commit
9856719102
1 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,7 @@
|
|||
export enum BillingCadence {
|
||||
MONTHLY = 'monthly',
|
||||
YEARLY = 'yearly'
|
||||
DAILY = 'day',
|
||||
WEEKLY = 'week',
|
||||
BIWEEKLY = 'bi-week',
|
||||
MONTHLY = 'month',
|
||||
YEARLY = 'year'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue