|
1 | 1 | // File generated from our OpenAPI spec |
2 | 2 |
|
3 | 3 | import {StripeResource} from '../StripeResource.js'; |
4 | | -import {Discount} from './Discounts.js'; |
| 4 | +import {Discount as _Discount} from './Discounts.js'; |
5 | 5 | import {Application, DeletedApplication} from './Applications.js'; |
6 | 6 | import {Customer, DeletedCustomer} from './Customers.js'; |
7 | 7 | import {Subscription} from './Subscriptions.js'; |
@@ -674,7 +674,7 @@ export namespace SubscriptionSchedule { |
674 | 674 | /** |
675 | 675 | * ID of an existing discount on the object (or one of its ancestors) to reuse. |
676 | 676 | */ |
677 | | - discount: string | Discount | null; |
| 677 | + discount: string | _Discount | null; |
678 | 678 |
|
679 | 679 | /** |
680 | 680 | * ID of the promotion code to create a new discount for. |
@@ -763,7 +763,7 @@ export namespace SubscriptionSchedule { |
763 | 763 | /** |
764 | 764 | * ID of an existing discount on the object (or one of its ancestors) to reuse. |
765 | 765 | */ |
766 | | - discount: string | Discount | null; |
| 766 | + discount: string | _Discount | null; |
767 | 767 |
|
768 | 768 | /** |
769 | 769 | * ID of the promotion code to create a new discount for. |
@@ -868,7 +868,7 @@ export namespace SubscriptionSchedule { |
868 | 868 | /** |
869 | 869 | * ID of an existing discount on the object (or one of its ancestors) to reuse. |
870 | 870 | */ |
871 | | - discount: string | Discount | null; |
| 871 | + discount: string | _Discount | null; |
872 | 872 |
|
873 | 873 | /** |
874 | 874 | * ID of the promotion code to create a new discount for. |
|
0 commit comments