Skip to content

Commit

Permalink
add subscription_item_id
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Oct 11, 2024
1 parent 1f8641b commit f72590b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dist/subscription/SimpleSubscription.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ export interface SimpleSubscription {
subscription_id: string | number;
subscription_quantity: number;
subscription_price_id: string | number;
subscription_item_id: string | number;
is_usage_based: boolean;
test_mode: boolean;
}
2 changes: 1 addition & 1 deletion dist/subscription/SimpleSubscription.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/subscription/SimpleSubscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ export interface SimpleSubscription {
subscription_id: string|number;
subscription_quantity: number;
subscription_price_id: string|number;
subscription_item_id: string|number;
is_usage_based: boolean;

test_mode: boolean;
}

0 comments on commit f72590b

Please sign in to comment.