|
1 | 1 | // File generated from our OpenAPI spec |
2 | 2 |
|
3 | 3 | import {Coupon} from './Coupons.js'; |
4 | | -import {Discount} from './Discounts.js'; |
| 4 | +import {Discount as _Discount} from './Discounts.js'; |
5 | 5 | import {PromotionCode} from './PromotionCodes.js'; |
6 | 6 | import {Price, DeletedPrice} from './Prices.js'; |
7 | 7 | import {TaxRate} from './TaxRates.js'; |
@@ -251,7 +251,7 @@ export namespace QuoteLine { |
251 | 251 | /** |
252 | 252 | * ID of an existing discount on the object (or one of its ancestors) to reuse. |
253 | 253 | */ |
254 | | - discount: string | Discount | null; |
| 254 | + discount: string | _Discount | null; |
255 | 255 |
|
256 | 256 | /** |
257 | 257 | * Details to determine how long the discount should be applied for. |
@@ -315,7 +315,7 @@ export namespace QuoteLine { |
315 | 315 | /** |
316 | 316 | * ID of an existing discount on the object (or one of its ancestors) to reuse. |
317 | 317 | */ |
318 | | - discount: string | Discount | null; |
| 318 | + discount: string | _Discount | null; |
319 | 319 |
|
320 | 320 | /** |
321 | 321 | * Details to determine how long the discount should be applied for. |
@@ -344,7 +344,7 @@ export namespace QuoteLine { |
344 | 344 | /** |
345 | 345 | * ID of an existing discount on the object (or one of its ancestors) to reuse. |
346 | 346 | */ |
347 | | - discount: string | Discount | null; |
| 347 | + discount: string | _Discount | null; |
348 | 348 |
|
349 | 349 | /** |
350 | 350 | * Details to determine how long the discount should be applied for. |
@@ -426,7 +426,7 @@ export namespace QuoteLine { |
426 | 426 | /** |
427 | 427 | * ID of an existing discount on the object (or one of its ancestors) to reuse. |
428 | 428 | */ |
429 | | - discount: string | Discount | null; |
| 429 | + discount: string | _Discount | null; |
430 | 430 |
|
431 | 431 | /** |
432 | 432 | * Details to determine how long the discount should be applied for. |
@@ -508,7 +508,7 @@ export namespace QuoteLine { |
508 | 508 | /** |
509 | 509 | * ID of an existing discount on the object (or one of its ancestors) to reuse. |
510 | 510 | */ |
511 | | - discount: string | Discount | null; |
| 511 | + discount: string | _Discount | null; |
512 | 512 |
|
513 | 513 | /** |
514 | 514 | * Details to determine how long the discount should be applied for. |
|
0 commit comments