forked from stripe/stripe-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQuotes.d.ts
606 lines (503 loc) · 20.4 KB
/
Quotes.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
// File generated from our OpenAPI spec
declare module 'stripe' {
namespace Stripe {
/**
* A Quote is a way to model prices that you'd like to provide to a customer.
* Once accepted, it will automatically create an invoice, subscription or subscription schedule.
*/
interface Quote {
/**
* Unique identifier for the object.
*/
id: string;
/**
* String representing the object's type. Objects of the same type share the same value.
*/
object: 'quote';
/**
* Total before any discounts or taxes are applied.
*/
amount_subtotal: number;
/**
* Total after discounts and taxes are applied.
*/
amount_total: number;
/**
* ID of the Connect Application that created the quote.
*/
application:
| string
| Stripe.Application
| Stripe.DeletedApplication
| null;
/**
* The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. Only applicable if there are no line items with recurring prices on the quote.
*/
application_fee_amount: number | null;
/**
* A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. Only applicable if there are line items with recurring prices on the quote.
*/
application_fee_percent: number | null;
automatic_tax: Quote.AutomaticTax;
/**
* Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay invoices at the end of the subscription cycle or on finalization using the default payment method attached to the subscription or customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as `active`. Defaults to `charge_automatically`.
*/
collection_method: Quote.CollectionMethod;
computed: Quote.Computed;
/**
* Time at which the object was created. Measured in seconds since the Unix epoch.
*/
created: number;
/**
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
*/
currency: string | null;
/**
* The customer which this quote belongs to. A customer is required before finalizing the quote. Once specified, it cannot be changed.
*/
customer: string | Stripe.Customer | Stripe.DeletedCustomer | null;
/**
* The tax rates applied to this quote.
*/
default_tax_rates?: Array<string | Stripe.TaxRate>;
/**
* A description that will be displayed on the quote PDF.
*/
description: string | null;
/**
* The discounts applied to this quote.
*/
discounts: Array<string | Stripe.Discount>;
/**
* The date on which the quote will be canceled if in `open` or `draft` status. Measured in seconds since the Unix epoch.
*/
expires_at: number;
/**
* A footer that will be displayed on the quote PDF.
*/
footer: string | null;
/**
* Details of the quote that was cloned. See the [cloning documentation](https://stripe.com/docs/quotes/clone) for more details.
*/
from_quote: Quote.FromQuote | null;
/**
* A header that will be displayed on the quote PDF.
*/
header: string | null;
/**
* The invoice that was created from this quote.
*/
invoice: string | Stripe.Invoice | Stripe.DeletedInvoice | null;
/**
* All invoices will be billed using the specified settings.
*/
invoice_settings: Quote.InvoiceSettings | null;
/**
* A list of items the customer is being quoted for.
*/
line_items?: ApiList<Stripe.LineItem>;
/**
* Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
*/
livemode: boolean;
/**
* Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
*/
metadata: Stripe.Metadata;
/**
* A unique number that identifies this particular quote. This number is assigned once the quote is [finalized](https://stripe.com/docs/quotes/overview#finalize).
*/
number: string | null;
/**
* The account on behalf of which to charge. See the [Connect documentation](https://support.stripe.com/questions/sending-invoices-on-behalf-of-connected-accounts) for details.
*/
on_behalf_of: string | Stripe.Account | null;
/**
* The status of the quote.
*/
status: Quote.Status;
status_transitions: Quote.StatusTransitions;
/**
* The subscription that was created or updated from this quote.
*/
subscription: string | Stripe.Subscription | null;
subscription_data: Quote.SubscriptionData;
/**
* The subscription schedule that was created or updated from this quote.
*/
subscription_schedule: string | Stripe.SubscriptionSchedule | null;
/**
* ID of the test clock this quote belongs to.
*/
test_clock: string | Stripe.TestHelpers.TestClock | null;
total_details: Quote.TotalDetails;
/**
* The account (if any) the payments will be attributed to for tax reporting, and where funds from each payment will be transferred to for each of the invoices.
*/
transfer_data: Quote.TransferData | null;
}
namespace Quote {
interface AutomaticTax {
/**
* Automatically calculate taxes
*/
enabled: boolean;
/**
* The status of the most recent automated tax calculation for this quote.
*/
status: AutomaticTax.Status | null;
}
namespace AutomaticTax {
type Status = 'complete' | 'failed' | 'requires_location_inputs';
}
type CollectionMethod = 'charge_automatically' | 'send_invoice';
interface Computed {
/**
* The definitive totals and line items the customer will be charged on a recurring basis. Takes into account the line items with recurring prices and discounts with `duration=forever` coupons only. Defaults to `null` if no inputted line items with recurring prices.
*/
recurring: Computed.Recurring | null;
upfront: Computed.Upfront;
}
namespace Computed {
interface Recurring {
/**
* Total before any discounts or taxes are applied.
*/
amount_subtotal: number;
/**
* Total after discounts and taxes are applied.
*/
amount_total: number;
/**
* The frequency at which a subscription is billed. One of `day`, `week`, `month` or `year`.
*/
interval: Recurring.Interval;
/**
* The number of intervals (specified in the `interval` attribute) between subscription billings. For example, `interval=month` and `interval_count=3` bills every 3 months.
*/
interval_count: number;
total_details: Recurring.TotalDetails;
}
namespace Recurring {
type Interval = 'day' | 'month' | 'week' | 'year';
interface TotalDetails {
/**
* This is the sum of all the discounts.
*/
amount_discount: number;
/**
* This is the sum of all the shipping amounts.
*/
amount_shipping: number | null;
/**
* This is the sum of all the tax amounts.
*/
amount_tax: number;
breakdown?: TotalDetails.Breakdown;
}
namespace TotalDetails {
interface Breakdown {
/**
* The aggregated discounts.
*/
discounts: Array<Breakdown.Discount>;
/**
* The aggregated tax amounts by rate.
*/
taxes: Array<Breakdown.Tax>;
}
namespace Breakdown {
interface Discount {
/**
* The amount discounted.
*/
amount: number;
/**
* A discount represents the actual application of a [coupon](https://stripe.com/docs/api#coupons) or [promotion code](https://stripe.com/docs/api#promotion_codes).
* It contains information about when the discount began, when it will end, and what it is applied to.
*
* Related guide: [Applying discounts to subscriptions](https://stripe.com/docs/billing/subscriptions/discounts)
*/
discount: Stripe.Discount;
}
interface Tax {
/**
* Amount of tax applied for this rate.
*/
amount: number;
/**
* Tax rates can be applied to [invoices](https://stripe.com/docs/billing/invoices/tax-rates), [subscriptions](https://stripe.com/docs/billing/subscriptions/taxes) and [Checkout Sessions](https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates) to collect tax.
*
* Related guide: [Tax rates](https://stripe.com/docs/billing/taxes/tax-rates)
*/
rate: Stripe.TaxRate;
/**
* The reasoning behind this tax, for example, if the product is tax exempt. The possible values for this field may be extended as new tax rules are supported.
*/
taxability_reason: Tax.TaxabilityReason | null;
/**
* The amount on which tax is calculated, in cents (or local equivalent).
*/
taxable_amount: number | null;
}
namespace Tax {
type TaxabilityReason =
| 'customer_exempt'
| 'not_collecting'
| 'not_subject_to_tax'
| 'not_supported'
| 'portion_product_exempt'
| 'portion_reduced_rated'
| 'portion_standard_rated'
| 'product_exempt'
| 'product_exempt_holiday'
| 'proportionally_rated'
| 'reduced_rated'
| 'reverse_charge'
| 'standard_rated'
| 'taxable_basis_reduced'
| 'zero_rated';
}
}
}
}
interface Upfront {
/**
* Total before any discounts or taxes are applied.
*/
amount_subtotal: number;
/**
* Total after discounts and taxes are applied.
*/
amount_total: number;
/**
* The line items that will appear on the next invoice after this quote is accepted. This does not include pending invoice items that exist on the customer but may still be included in the next invoice.
*/
line_items?: ApiList<Stripe.LineItem>;
total_details: Upfront.TotalDetails;
}
namespace Upfront {
interface TotalDetails {
/**
* This is the sum of all the discounts.
*/
amount_discount: number;
/**
* This is the sum of all the shipping amounts.
*/
amount_shipping: number | null;
/**
* This is the sum of all the tax amounts.
*/
amount_tax: number;
breakdown?: TotalDetails.Breakdown;
}
namespace TotalDetails {
interface Breakdown {
/**
* The aggregated discounts.
*/
discounts: Array<Breakdown.Discount>;
/**
* The aggregated tax amounts by rate.
*/
taxes: Array<Breakdown.Tax>;
}
namespace Breakdown {
interface Discount {
/**
* The amount discounted.
*/
amount: number;
/**
* A discount represents the actual application of a [coupon](https://stripe.com/docs/api#coupons) or [promotion code](https://stripe.com/docs/api#promotion_codes).
* It contains information about when the discount began, when it will end, and what it is applied to.
*
* Related guide: [Applying discounts to subscriptions](https://stripe.com/docs/billing/subscriptions/discounts)
*/
discount: Stripe.Discount;
}
interface Tax {
/**
* Amount of tax applied for this rate.
*/
amount: number;
/**
* Tax rates can be applied to [invoices](https://stripe.com/docs/billing/invoices/tax-rates), [subscriptions](https://stripe.com/docs/billing/subscriptions/taxes) and [Checkout Sessions](https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates) to collect tax.
*
* Related guide: [Tax rates](https://stripe.com/docs/billing/taxes/tax-rates)
*/
rate: Stripe.TaxRate;
/**
* The reasoning behind this tax, for example, if the product is tax exempt. The possible values for this field may be extended as new tax rules are supported.
*/
taxability_reason: Tax.TaxabilityReason | null;
/**
* The amount on which tax is calculated, in cents (or local equivalent).
*/
taxable_amount: number | null;
}
namespace Tax {
type TaxabilityReason =
| 'customer_exempt'
| 'not_collecting'
| 'not_subject_to_tax'
| 'not_supported'
| 'portion_product_exempt'
| 'portion_reduced_rated'
| 'portion_standard_rated'
| 'product_exempt'
| 'product_exempt_holiday'
| 'proportionally_rated'
| 'reduced_rated'
| 'reverse_charge'
| 'standard_rated'
| 'taxable_basis_reduced'
| 'zero_rated';
}
}
}
}
}
interface FromQuote {
/**
* Whether this quote is a revision of a different quote.
*/
is_revision: boolean;
/**
* The quote that was cloned.
*/
quote: string | Stripe.Quote;
}
interface InvoiceSettings {
/**
* Number of days within which a customer must pay invoices generated by this quote. This value will be `null` for quotes where `collection_method=charge_automatically`.
*/
days_until_due: number | null;
}
type Status = 'accepted' | 'canceled' | 'draft' | 'open';
interface StatusTransitions {
/**
* The time that the quote was accepted. Measured in seconds since Unix epoch.
*/
accepted_at: number | null;
/**
* The time that the quote was canceled. Measured in seconds since Unix epoch.
*/
canceled_at: number | null;
/**
* The time that the quote was finalized. Measured in seconds since Unix epoch.
*/
finalized_at: number | null;
}
interface SubscriptionData {
/**
* The subscription's description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription.
*/
description: string | null;
/**
* When creating a new subscription, the date of which the subscription schedule will start after the quote is accepted. This date is ignored if it is in the past when the quote is accepted. Measured in seconds since the Unix epoch.
*/
effective_date: number | null;
/**
* Integer representing the number of trial period days before the customer is charged for the first time.
*/
trial_period_days: number | null;
}
interface TotalDetails {
/**
* This is the sum of all the discounts.
*/
amount_discount: number;
/**
* This is the sum of all the shipping amounts.
*/
amount_shipping: number | null;
/**
* This is the sum of all the tax amounts.
*/
amount_tax: number;
breakdown?: TotalDetails.Breakdown;
}
namespace TotalDetails {
interface Breakdown {
/**
* The aggregated discounts.
*/
discounts: Array<Breakdown.Discount>;
/**
* The aggregated tax amounts by rate.
*/
taxes: Array<Breakdown.Tax>;
}
namespace Breakdown {
interface Discount {
/**
* The amount discounted.
*/
amount: number;
/**
* A discount represents the actual application of a [coupon](https://stripe.com/docs/api#coupons) or [promotion code](https://stripe.com/docs/api#promotion_codes).
* It contains information about when the discount began, when it will end, and what it is applied to.
*
* Related guide: [Applying discounts to subscriptions](https://stripe.com/docs/billing/subscriptions/discounts)
*/
discount: Stripe.Discount;
}
interface Tax {
/**
* Amount of tax applied for this rate.
*/
amount: number;
/**
* Tax rates can be applied to [invoices](https://stripe.com/docs/billing/invoices/tax-rates), [subscriptions](https://stripe.com/docs/billing/subscriptions/taxes) and [Checkout Sessions](https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates) to collect tax.
*
* Related guide: [Tax rates](https://stripe.com/docs/billing/taxes/tax-rates)
*/
rate: Stripe.TaxRate;
/**
* The reasoning behind this tax, for example, if the product is tax exempt. The possible values for this field may be extended as new tax rules are supported.
*/
taxability_reason: Tax.TaxabilityReason | null;
/**
* The amount on which tax is calculated, in cents (or local equivalent).
*/
taxable_amount: number | null;
}
namespace Tax {
type TaxabilityReason =
| 'customer_exempt'
| 'not_collecting'
| 'not_subject_to_tax'
| 'not_supported'
| 'portion_product_exempt'
| 'portion_reduced_rated'
| 'portion_standard_rated'
| 'product_exempt'
| 'product_exempt_holiday'
| 'proportionally_rated'
| 'reduced_rated'
| 'reverse_charge'
| 'standard_rated'
| 'taxable_basis_reduced'
| 'zero_rated';
}
}
}
interface TransferData {
/**
* The amount in cents (or local equivalent) that will be transferred to the destination account when the invoice is paid. By default, the entire amount is transferred to the destination.
*/
amount: number | null;
/**
* A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the destination account. By default, the entire amount will be transferred to the destination.
*/
amount_percent: number | null;
/**
* The account where funds from the payment will be transferred to upon payment success.
*/
destination: string | Stripe.Account;
}
}
}
}