Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
fix: removed missing fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rostyk-kanafotskyy committed Jun 20, 2024
1 parent 160251b commit 4d8ebe5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types/subscription-proration-policies.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ export interface SubscriptionProrationPolicyBase {
attributes: {
name: string
rounding: 'up' | 'down' | 'nearest'
unit: 'day' | 'month' | 'year'
behaviour: 'immediately' | 'next_invoice'
external_ref?: string
}
}
Expand Down

0 comments on commit 4d8ebe5

Please sign in to comment.