diff --git a/src/oauth/types/BillingCadence.ts b/src/oauth/types/BillingCadence.ts index 1eb0e12..99be191 100644 --- a/src/oauth/types/BillingCadence.ts +++ b/src/oauth/types/BillingCadence.ts @@ -1,4 +1,7 @@ export enum BillingCadence { - MONTHLY = 'monthly', - YEARLY = 'yearly' + DAILY = 'day', + WEEKLY = 'week', + BIWEEKLY = 'bi-week', + MONTHLY = 'month', + YEARLY = 'year' } \ No newline at end of file