chargebee 2.52.0 → 2.53.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/.github/workflows/release.yml +34 -0
  2. package/CHANGELOG.md +63 -0
  3. package/lib/chargebee.js +1 -1
  4. package/lib/resources/api_endpoints.js +90 -5
  5. package/package.json +1 -1
  6. package/types/core.d.ts +2 -2
  7. package/types/index.d.ts +8 -0
  8. package/types/resources/Addon.d.ts +1 -1
  9. package/types/resources/AttachedItem.d.ts +1 -1
  10. package/types/resources/BusinessEntity.d.ts +1 -1
  11. package/types/resources/Comment.d.ts +4 -2
  12. package/types/resources/Coupon.d.ts +1 -1
  13. package/types/resources/CouponCode.d.ts +1 -1
  14. package/types/resources/CouponSet.d.ts +1 -1
  15. package/types/resources/CreditNote.d.ts +88 -88
  16. package/types/resources/Customer.d.ts +4 -4
  17. package/types/resources/CustomerEntitlement.d.ts +3 -1
  18. package/types/resources/DifferentialPrice.d.ts +1 -1
  19. package/types/resources/Discount.d.ts +3 -1
  20. package/types/resources/Entitlement.d.ts +1 -1
  21. package/types/resources/EntitlementOverride.d.ts +1 -1
  22. package/types/resources/Estimate.d.ts +4 -4
  23. package/types/resources/Event.d.ts +2 -2
  24. package/types/resources/Feature.d.ts +1 -1
  25. package/types/resources/Gift.d.ts +2 -2
  26. package/types/resources/HostedPage.d.ts +15 -15
  27. package/types/resources/ImpactedCustomer.d.ts +23 -0
  28. package/types/resources/Invoice.d.ts +109 -109
  29. package/types/resources/Item.d.ts +1 -1
  30. package/types/resources/ItemEntitlement.d.ts +2 -2
  31. package/types/resources/ItemFamily.d.ts +1 -1
  32. package/types/resources/ItemPrice.d.ts +3 -3
  33. package/types/resources/OmnichannelOneTimeOrder.d.ts +90 -0
  34. package/types/resources/OmnichannelOneTimeOrderItem.d.ts +24 -0
  35. package/types/resources/OmnichannelSubscription.d.ts +2 -2
  36. package/types/resources/OmnichannelSubscriptionItem.d.ts +1 -1
  37. package/types/resources/OmnichannelSubscriptionItemScheduledChange.d.ts +1 -1
  38. package/types/resources/Order.d.ts +2 -2
  39. package/types/resources/PaymentSource.d.ts +1 -1
  40. package/types/resources/PaymentVoucher.d.ts +2 -2
  41. package/types/resources/Plan.d.ts +1 -1
  42. package/types/resources/PriceVariant.d.ts +1 -1
  43. package/types/resources/PricingPageSession.d.ts +5 -5
  44. package/types/resources/PromotionalCredit.d.ts +3 -1
  45. package/types/resources/Purchase.d.ts +2 -2
  46. package/types/resources/Quote.d.ts +8 -8
  47. package/types/resources/QuotedCharge.d.ts +7 -0
  48. package/types/resources/Ramp.d.ts +6 -6
  49. package/types/resources/RecordedPurchase.d.ts +6 -1
  50. package/types/resources/SiteMigrationDetail.d.ts +1 -1
  51. package/types/resources/Subscription.d.ts +14 -12
  52. package/types/resources/SubscriptionEntitlement.d.ts +1 -1
  53. package/types/resources/SubscriptionEntitlementsCreatedDetail.d.ts +12 -0
  54. package/types/resources/SubscriptionEntitlementsUpdatedDetail.d.ts +12 -0
  55. package/types/resources/Transaction.d.ts +5 -5
  56. package/types/resources/UnbilledCharge.d.ts +1 -1
  57. package/types/resources/Usage.d.ts +1 -1
  58. package/types/resources/UsageFile.d.ts +5 -5
  59. package/types/resources/VirtualBankAccount.d.ts +1 -1
  60. package/types/resources/WebhookEndpoint.d.ts +117 -0
@@ -82,9 +82,9 @@ declare module 'chargebee' {
82
82
  }
83
83
  export interface CheckoutNewInputParam {
84
84
 
85
- subscription:object;
85
+ subscription:{affiliate_token?:string,auto_collection?:AutoCollection,contract_term_billing_cycle_on_renewal?:number,coupon?:string,id?:string,invoice_notes?:string,offline_payment_method?:OfflinePaymentMethod,plan_id:string,plan_quantity?:number,plan_quantity_in_decimal?:string,plan_unit_price?:number,plan_unit_price_in_decimal?:string,setup_fee?:number,start_date?:number,trial_end?:number};
86
86
 
87
- customer?:object;
87
+ customer?:{company?:string,consolidated_invoicing?:boolean,email?:string,first_name?:string,id?:string,last_name?:string,locale?:string,phone?:string,taxability?:Taxability,vat_number?:string,vat_number_prefix?:string};
88
88
 
89
89
  card?:{gateway?:Gateway,gateway_account_id?:string};
90
90
 
@@ -125,7 +125,7 @@ declare module 'chargebee' {
125
125
  }
126
126
  export interface CheckoutOneTimeInputParam {
127
127
 
128
- customer?:object;
128
+ customer?:{company?:string,consolidated_invoicing?:boolean,email?:string,first_name?:string,id?:string,last_name?:string,locale?:string,phone?:string,taxability?:Taxability,vat_number?:string,vat_number_prefix?:string};
129
129
 
130
130
  invoice?:{po_number?:string};
131
131
 
@@ -162,7 +162,7 @@ declare module 'chargebee' {
162
162
  }
163
163
  export interface CheckoutOneTimeForItemsInputParam {
164
164
 
165
- customer?:object;
165
+ customer?:{company?:string,consolidated_invoicing?:boolean,einvoicing_method?:EinvoicingMethod,email?:string,entity_identifier_scheme?:string,entity_identifier_standard?:string,first_name?:string,id?:string,is_einvoice_enabled?:boolean,last_name?:string,locale?:string,phone?:string,taxability?:Taxability,vat_number?:string,vat_number_prefix?:string};
166
166
 
167
167
  invoice?:{po_number?:string};
168
168
 
@@ -178,7 +178,7 @@ declare module 'chargebee' {
178
178
 
179
179
  charges?:{amount?:number,amount_in_decimal?:string,avalara_sale_type?:AvalaraSaleType,avalara_service_type?:number,avalara_tax_code?:string,avalara_transaction_type?:number,date_from?:number,date_to?:number,description?:string,hsn_code?:string,tax_profile_id?:string,taxable?:boolean,taxjar_product_code?:string}[];
180
180
 
181
- discounts:{amount?:number,apply_on:ApplyOn,item_price_id?:string,percentage?:number}[];
181
+ discounts:{amount?:number,apply_on:ApplyOn,item_price_id?:string,percentage?:number,quantity?:number}[];
182
182
 
183
183
  entity_identifiers?:{id?:string,operation?:Operation,scheme?:string,standard?:string,value?:string}[];
184
184
 
@@ -205,9 +205,9 @@ declare module 'chargebee' {
205
205
  }
206
206
  export interface CheckoutNewForItemsInputParam {
207
207
 
208
- subscription?:object;
208
+ subscription?:{auto_collection?:AutoCollection,contract_term_billing_cycle_on_renewal?:number,coupon?:string,id?:string,invoice_notes?:string,po_number?:string,setup_fee?:number,start_date?:number,trial_end?:number};
209
209
 
210
- customer?:object;
210
+ customer?:{company?:string,einvoicing_method?:EinvoicingMethod,email?:string,entity_identifier_scheme?:string,entity_identifier_standard?:string,first_name?:string,id?:string,is_einvoice_enabled?:boolean,last_name?:string,locale?:string,phone?:string,taxability?:Taxability,vat_number?:string,vat_number_prefix?:string};
211
211
 
212
212
  card?:{gateway?:Gateway,gateway_account_id?:string};
213
213
 
@@ -219,7 +219,7 @@ declare module 'chargebee' {
219
219
 
220
220
  subscription_items:{billing_cycles?:number,charge_on_event?:ChargeOnEvent,charge_on_option?:ChargeOnOption,charge_once?:boolean,item_price_id:string,item_type?:ItemType,quantity?:number,quantity_in_decimal?:string,service_period_days?:number,trial_end?:number,unit_price?:number,unit_price_in_decimal?:string}[];
221
221
 
222
- discounts:{amount?:number,apply_on?:ApplyOn,duration_type:DurationType,included_in_mrr?:boolean,item_price_id?:string,percentage?:number,period?:number,period_unit?:PeriodUnit}[];
222
+ discounts:{amount?:number,apply_on?:ApplyOn,duration_type:DurationType,included_in_mrr?:boolean,item_price_id?:string,percentage?:number,period?:number,period_unit?:PeriodUnit,quantity?:number}[];
223
223
 
224
224
  item_tiers?:{ending_unit?:number,ending_unit_in_decimal?:string,item_price_id?:string,package_size?:number,price?:number,price_in_decimal?:string,pricing_type?:PricingType,starting_unit?:number,starting_unit_in_decimal?:string}[];
225
225
 
@@ -252,9 +252,9 @@ declare module 'chargebee' {
252
252
  }
253
253
  export interface CheckoutExistingInputParam {
254
254
 
255
- subscription:object;
255
+ subscription:{auto_collection?:AutoCollection,contract_term_billing_cycle_on_renewal?:number,coupon?:string,id:string,invoice_notes?:string,offline_payment_method?:OfflinePaymentMethod,plan_id?:string,plan_quantity?:number,plan_quantity_in_decimal?:string,plan_unit_price?:number,plan_unit_price_in_decimal?:string,setup_fee?:number,start_date?:number,trial_end?:number};
256
256
 
257
- customer?:object;
257
+ customer?:{vat_number?:string,vat_number_prefix?:string};
258
258
 
259
259
  card?:{gateway?:Gateway,gateway_account_id?:string};
260
260
 
@@ -303,9 +303,9 @@ declare module 'chargebee' {
303
303
  }
304
304
  export interface CheckoutExistingForItemsInputParam {
305
305
 
306
- subscription:object;
306
+ subscription:{auto_collection?:AutoCollection,contract_term_billing_cycle_on_renewal?:number,coupon?:string,id:string,invoice_notes?:string,offline_payment_method?:OfflinePaymentMethod,setup_fee?:number,start_date?:number,trial_end?:number};
307
307
 
308
- customer?:object;
308
+ customer?:{entity_identifier_scheme?:string,entity_identifier_standard?:string,is_einvoice_enabled?:boolean,vat_number?:string,vat_number_prefix?:string};
309
309
 
310
310
  card?:{gateway?:Gateway,gateway_account_id?:string};
311
311
 
@@ -313,7 +313,7 @@ declare module 'chargebee' {
313
313
 
314
314
  subscription_items:{billing_cycles?:number,charge_on_event?:ChargeOnEvent,charge_on_option?:ChargeOnOption,charge_once?:boolean,item_price_id:string,item_type?:ItemType,quantity?:number,quantity_in_decimal?:string,service_period_days?:number,trial_end?:number,unit_price?:number,unit_price_in_decimal?:string}[];
315
315
 
316
- discounts:{amount?:number,apply_on?:ApplyOn,duration_type:DurationType,id?:string,included_in_mrr?:boolean,item_price_id?:string,operation_type:OperationType,percentage?:number,period?:number,period_unit?:PeriodUnit}[];
316
+ discounts:{amount?:number,apply_on?:ApplyOn,duration_type:DurationType,id?:string,included_in_mrr?:boolean,item_price_id?:string,operation_type:OperationType,percentage?:number,period?:number,period_unit?:PeriodUnit,quantity?:number}[];
317
317
 
318
318
  item_tiers?:{ending_unit?:number,ending_unit_in_decimal?:string,item_price_id?:string,package_size?:number,price?:number,price_in_decimal?:string,pricing_type?:PricingType,starting_unit?:number,starting_unit_in_decimal?:string}[];
319
319
 
@@ -446,7 +446,7 @@ declare module 'chargebee' {
446
446
 
447
447
  gifter?:{customer_id?:string};
448
448
 
449
- subscription:object;
449
+ subscription:{coupon?:string,plan_id:string,plan_quantity?:number,plan_quantity_in_decimal?:string};
450
450
 
451
451
  addons?:{id?:string,quantity?:number,quantity_in_decimal?:string}[];
452
452
 
@@ -510,7 +510,7 @@ declare module 'chargebee' {
510
510
  limit?:number;
511
511
 
512
512
  /**
513
- * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set \`offset\` to the value of \`next_offset\` obtained in the previous iteration of the API call.
513
+ * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set 'offset' to the value of 'next_offset' obtained in the previous iteration of the API call.
514
514
 
515
515
  */
516
516
 
@@ -0,0 +1,23 @@
1
+ ///<reference path='./../core.d.ts'/>
2
+ ///<reference path='./../index.d.ts'/>
3
+ declare module 'chargebee' {
4
+ export interface ImpactedCustomer {
5
+
6
+
7
+ action_type?:string;
8
+
9
+ download?:ImpactedCustomer.Download;
10
+
11
+ }
12
+ export namespace ImpactedCustomer {
13
+
14
+
15
+ export interface Download {
16
+ download_url:string;
17
+
18
+ valid_till:number;
19
+
20
+ mime_type?:string;
21
+ }
22
+ }
23
+ }
@@ -6,44 +6,58 @@ declare module 'chargebee' {
6
6
 
7
7
  id:string;
8
8
 
9
- po_number?:string;
10
-
11
9
  customer_id:string;
12
10
 
11
+ payment_owner?:string;
12
+
13
13
  subscription_id?:string;
14
14
 
15
15
  recurring:boolean;
16
16
 
17
17
  status:'paid' | 'posted' | 'payment_due' | 'not_paid' | 'voided' | 'pending';
18
18
 
19
- vat_number?:string;
20
-
21
- price_type:PriceType;
22
-
23
19
  date?:number;
24
20
 
25
21
  due_date?:number;
26
22
 
27
23
  net_term_days?:number;
28
24
 
25
+ po_number?:string;
26
+
27
+ vat_number?:string;
28
+
29
+ price_type:PriceType;
30
+
29
31
  exchange_rate?:number;
30
32
 
33
+ local_currency_exchange_rate?:number;
34
+
31
35
  currency_code:string;
32
36
 
33
- total?:number;
37
+ local_currency_code?:string;
34
38
 
35
- amount_paid?:number;
39
+ tax:number;
36
40
 
37
- amount_adjusted?:number;
41
+ sub_total:number;
38
42
 
39
- write_off_amount?:number;
43
+ sub_total_in_local_currency?:number;
40
44
 
41
- credits_applied?:number;
45
+ total?:number;
46
+
47
+ total_in_local_currency?:number;
42
48
 
43
49
  amount_due?:number;
44
50
 
51
+ amount_adjusted?:number;
52
+
53
+ amount_paid?:number;
54
+
45
55
  paid_at?:number;
46
56
 
57
+ write_off_amount?:number;
58
+
59
+ credits_applied?:number;
60
+
47
61
  dunning_status?:'in_progress' | 'exhausted' | 'stopped' | 'success';
48
62
 
49
63
  next_retry_at?:number;
@@ -54,18 +68,6 @@ declare module 'chargebee' {
54
68
 
55
69
  updated_at?:number;
56
70
 
57
- sub_total:number;
58
-
59
- sub_total_in_local_currency?:number;
60
-
61
- total_in_local_currency?:number;
62
-
63
- local_currency_code?:string;
64
-
65
- tax:number;
66
-
67
- local_currency_exchange_rate?:number;
68
-
69
71
  first_invoice?:boolean;
70
72
 
71
73
  new_sales_amount?:number;
@@ -86,17 +88,21 @@ declare module 'chargebee' {
86
88
 
87
89
  line_items?:Invoice.LineItem[];
88
90
 
89
- discounts?:Invoice.Discount[];
91
+ line_item_tiers?:Invoice.LineItemTier[];
90
92
 
91
93
  line_item_discounts?:Invoice.LineItemDiscount[];
92
94
 
93
- taxes?:Invoice.Tax[];
94
-
95
95
  line_item_taxes?:Invoice.LineItemTax[];
96
96
 
97
97
  line_item_credits?:Invoice.LineItemCredit[];
98
98
 
99
- line_item_tiers?:Invoice.LineItemTier[];
99
+ line_item_addresses?:Invoice.LineItemAddress[];
100
+
101
+ discounts?:Invoice.Discount[];
102
+
103
+ taxes?:Invoice.Tax[];
104
+
105
+ tax_origin?:Invoice.TaxOrigin;
100
106
 
101
107
  linked_payments?:Invoice.LinkedPayment[];
102
108
 
@@ -114,13 +120,11 @@ declare module 'chargebee' {
114
120
 
115
121
  shipping_address?:Invoice.ShippingAddress;
116
122
 
117
- statement_descriptor?:Invoice.StatementDescriptor;
118
-
119
123
  billing_address?:Invoice.BillingAddress;
120
124
 
121
- einvoice?:Invoice.Einvoice;
125
+ statement_descriptor?:Invoice.StatementDescriptor;
122
126
 
123
- payment_owner?:string;
127
+ einvoice?:Invoice.Einvoice;
124
128
 
125
129
  void_reason_code?:string;
126
130
 
@@ -136,10 +140,6 @@ declare module 'chargebee' {
136
140
 
137
141
  site_details_at_creation?:Invoice.SiteDetailsAtCreation;
138
142
 
139
- tax_origin?:Invoice.TaxOrigin;
140
-
141
- line_item_addresses?:Invoice.LineItemAddress[];
142
-
143
143
  }
144
144
  export namespace Invoice {
145
145
  export class InvoiceResource {
@@ -307,7 +307,7 @@ declare module 'chargebee' {
307
307
 
308
308
  tax_providers_fields?:{field_id?:string,field_value?:string,provider_name?:string}[];
309
309
 
310
- discounts:{amount?:number,apply_on:ApplyOn,item_price_id?:string,percentage?:number}[];
310
+ discounts:{amount?:number,apply_on:ApplyOn,item_price_id?:string,percentage?:number,quantity?:number}[];
311
311
 
312
312
  customer_id?:string;
313
313
 
@@ -476,7 +476,7 @@ declare module 'chargebee' {
476
476
 
477
477
  shipping_address?:{city?:string,company?:string,country?:string,email?:string,first_name?:string,last_name?:string,line1?:string,line2?:string,line3?:string,phone?:string,state?:string,state_code?:string,validation_status?:ValidationStatus,zip?:string};
478
478
 
479
- line_items:{amount?:number,amount_in_decimal?:string,created_at?:number,date_from?:number,date_to?:number,description:string,entity_id?:string,entity_type?:'adhoc' | 'plan_item_price' | 'addon_item_price' | 'charge_item_price',id?:string,item_level_discount1_amount?:number,item_level_discount1_entity_id?:string,item_level_discount2_amount?:number,item_level_discount2_entity_id?:string,quantity?:number,quantity_in_decimal?:string,subscription_id?:string,tax10_amount?:number,tax10_name?:string,tax1_amount?:number,tax1_name?:string,tax2_amount?:number,tax2_name?:string,tax3_amount?:number,tax3_name?:string,tax4_amount?:number,tax4_name?:string,tax5_amount?:number,tax5_name?:string,tax6_amount?:number,tax6_name?:string,tax7_amount?:number,tax7_name?:string,tax8_amount?:number,tax8_name?:string,tax9_amount?:number,tax9_name?:string,unit_amount?:number,unit_amount_in_decimal?:string}[];
479
+ line_items:{amount?:number,amount_in_decimal?:string,created_at?:number,date_from?:number,date_to?:number,description:string,entity_id?:string,entity_type?:'adhoc' | 'plan_item_price' | 'addon_item_price' | 'charge_item_price' | 'plan_setup' | 'plan' | 'addon',id?:string,item_level_discount1_amount?:number,item_level_discount1_entity_id?:string,item_level_discount2_amount?:number,item_level_discount2_entity_id?:string,quantity?:number,quantity_in_decimal?:string,subscription_id?:string,tax10_amount?:number,tax10_name?:string,tax1_amount?:number,tax1_name?:string,tax2_amount?:number,tax2_name?:string,tax3_amount?:number,tax3_name?:string,tax4_amount?:number,tax4_name?:string,tax5_amount?:number,tax5_name?:string,tax6_amount?:number,tax6_name?:string,tax7_amount?:number,tax7_name?:string,tax8_amount?:number,tax8_name?:string,tax9_amount?:number,tax9_name?:string,unit_amount?:number,unit_amount_in_decimal?:string}[];
480
480
 
481
481
  payment_reference_numbers:{id?:string,number:string,type:'kid' | 'ocr' | 'frn' | 'fik' | 'swiss_reference'}[];
482
482
 
@@ -486,9 +486,9 @@ declare module 'chargebee' {
486
486
 
487
487
  taxes:{amount?:number,description?:string,juris_code?:string,juris_name?:string,juris_type?:'country' | 'federal' | 'state' | 'county' | 'city' | 'special' | 'unincorporated' | 'other',name:string,rate:number}[];
488
488
 
489
- payments:{amount:number,date?:number,payment_method:PaymentMethod,reference_number?:string}[];
489
+ payments:{amount:number,date?:number,id?:string,payment_method:PaymentMethod,reference_number?:string}[];
490
490
 
491
- notes?:{entity_id?:string,entity_type?:'coupon' | 'plan_item_price' | 'addon_item_price' | 'charge_item_price',note?:string}[];
491
+ notes?:{entity_id?:string,entity_type?:'coupon' | 'plan_item_price' | 'addon_item_price' | 'charge_item_price' | 'plan' | 'addon',note?:string}[];
492
492
 
493
493
  line_item_addresses?:{city?:string,company?:string,country?:string,email?:string,first_name?:string,last_name?:string,line1?:string,line2?:string,line3?:string,line_item_id?:string,phone?:string,state?:string,state_code?:string,validation_status?:ValidationStatus,zip?:string}[];
494
494
 
@@ -580,7 +580,7 @@ declare module 'chargebee' {
580
580
  limit?:number;
581
581
 
582
582
  /**
583
- * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set \&#x60;offset\&#x60; to the value of \&#x60;next_offset\&#x60; obtained in the previous iteration of the API call.
583
+ * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set &#x27;offset&#x27; to the value of &#x27;next_offset&#x27; obtained in the previous iteration of the API call.
584
584
 
585
585
  */
586
586
 
@@ -753,7 +753,7 @@ NOTE: Not to be used if *consolidated invoicing* is enabled.
753
753
  limit?:number;
754
754
 
755
755
  /**
756
- * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set \&#x60;offset\&#x60; to the value of \&#x60;next_offset\&#x60; obtained in the previous iteration of the API call.
756
+ * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set &#x27;offset&#x27; to the value of &#x27;next_offset&#x27; obtained in the previous iteration of the API call.
757
757
 
758
758
  */
759
759
 
@@ -774,7 +774,7 @@ NOTE: Not to be used if *consolidated invoicing* is enabled.
774
774
  limit?:number;
775
775
 
776
776
  /**
777
- * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set \&#x60;offset\&#x60; to the value of \&#x60;next_offset\&#x60; obtained in the previous iteration of the API call.
777
+ * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set &#x27;offset&#x27; to the value of &#x27;next_offset&#x27; obtained in the previous iteration of the API call.
778
778
 
779
779
  */
780
780
 
@@ -813,7 +813,7 @@ NOTE: Not to be used if *consolidated invoicing* is enabled.
813
813
  limit?:number;
814
814
 
815
815
  /**
816
- * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set \&#x60;offset\&#x60; to the value of \&#x60;next_offset\&#x60; obtained in the previous iteration of the API call.
816
+ * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set &#x27;offset&#x27; to the value of &#x27;next_offset&#x27; obtained in the previous iteration of the API call.
817
817
 
818
818
  */
819
819
 
@@ -1122,18 +1122,28 @@ NOTE: Not to be used if *consolidated invoicing* is enabled.
1122
1122
 
1123
1123
  customer_id?:string;
1124
1124
  }
1125
- export interface Discount {
1126
- amount:number;
1125
+ export interface LineItemTier {
1126
+ line_item_id?:string;
1127
1127
 
1128
- description?:string;
1128
+ starting_unit:number;
1129
1129
 
1130
- entity_type:'item_level_coupon' | 'document_level_coupon' | 'promotional_credits' | 'prorated_credits' | 'item_level_discount' | 'document_level_discount';
1130
+ ending_unit?:number;
1131
1131
 
1132
- discount_type?:'fixed_amount' | 'percentage';
1132
+ quantity_used:number;
1133
1133
 
1134
- entity_id?:string;
1134
+ unit_amount:number;
1135
1135
 
1136
- coupon_set_code?:string;
1136
+ starting_unit_in_decimal?:string;
1137
+
1138
+ ending_unit_in_decimal?:string;
1139
+
1140
+ quantity_used_in_decimal?:string;
1141
+
1142
+ unit_amount_in_decimal?:string;
1143
+
1144
+ pricing_type?:'per_unit' | 'flat_fee' | 'package';
1145
+
1146
+ package_size?:number;
1137
1147
  }
1138
1148
  export interface LineItemDiscount {
1139
1149
  line_item_id:string;
@@ -1146,13 +1156,6 @@ NOTE: Not to be used if *consolidated invoicing* is enabled.
1146
1156
 
1147
1157
  discount_amount:number;
1148
1158
  }
1149
- export interface Tax {
1150
- name:string;
1151
-
1152
- amount:number;
1153
-
1154
- description?:string;
1155
- }
1156
1159
  export interface LineItemTax {
1157
1160
  line_item_id?:string;
1158
1161
 
@@ -1191,28 +1194,61 @@ NOTE: Not to be used if *consolidated invoicing* is enabled.
1191
1194
 
1192
1195
  line_item_id?:string;
1193
1196
  }
1194
- export interface LineItemTier {
1197
+ export interface LineItemAddress {
1195
1198
  line_item_id?:string;
1196
1199
 
1197
- starting_unit:number;
1200
+ first_name?:string;
1198
1201
 
1199
- ending_unit?:number;
1202
+ last_name?:string;
1200
1203
 
1201
- quantity_used:number;
1204
+ email?:string;
1202
1205
 
1203
- unit_amount:number;
1206
+ company?:string;
1204
1207
 
1205
- starting_unit_in_decimal?:string;
1208
+ phone?:string;
1206
1209
 
1207
- ending_unit_in_decimal?:string;
1210
+ line1?:string;
1208
1211
 
1209
- quantity_used_in_decimal?:string;
1212
+ line2?:string;
1210
1213
 
1211
- unit_amount_in_decimal?:string;
1214
+ line3?:string;
1212
1215
 
1213
- pricing_type?:'per_unit' | 'flat_fee' | 'package';
1216
+ city?:string;
1214
1217
 
1215
- package_size?:number;
1218
+ state_code?:string;
1219
+
1220
+ state?:string;
1221
+
1222
+ country?:string;
1223
+
1224
+ zip?:string;
1225
+
1226
+ validation_status?:'not_validated' | 'valid' | 'partially_valid' | 'invalid';
1227
+ }
1228
+ export interface Discount {
1229
+ amount:number;
1230
+
1231
+ description?:string;
1232
+
1233
+ entity_type:'item_level_coupon' | 'document_level_coupon' | 'promotional_credits' | 'prorated_credits' | 'item_level_discount' | 'document_level_discount';
1234
+
1235
+ discount_type?:'fixed_amount' | 'percentage';
1236
+
1237
+ entity_id?:string;
1238
+
1239
+ coupon_set_code?:string;
1240
+ }
1241
+ export interface Tax {
1242
+ name:string;
1243
+
1244
+ amount:number;
1245
+
1246
+ description?:string;
1247
+ }
1248
+ export interface TaxOrigin {
1249
+ country?:string;
1250
+
1251
+ registration_number?:string;
1216
1252
  }
1217
1253
  export interface LinkedPayment {
1218
1254
  txn_id:string;
@@ -1338,11 +1374,6 @@ NOTE: Not to be used if *consolidated invoicing* is enabled.
1338
1374
 
1339
1375
  index:number;
1340
1376
  }
1341
- export interface StatementDescriptor {
1342
- id:string;
1343
-
1344
- descriptor?:string;
1345
- }
1346
1377
  export interface BillingAddress {
1347
1378
  first_name?:string;
1348
1379
 
@@ -1372,6 +1403,11 @@ NOTE: Not to be used if *consolidated invoicing* is enabled.
1372
1403
 
1373
1404
  validation_status?:ValidationStatus;
1374
1405
  }
1406
+ export interface StatementDescriptor {
1407
+ id:string;
1408
+
1409
+ descriptor?:string;
1410
+ }
1375
1411
  export interface Einvoice {
1376
1412
  id:string;
1377
1413
 
@@ -1386,41 +1422,5 @@ NOTE: Not to be used if *consolidated invoicing* is enabled.
1386
1422
 
1387
1423
  organization_address?:object;
1388
1424
  }
1389
- export interface TaxOrigin {
1390
- country?:string;
1391
-
1392
- registration_number?:string;
1393
- }
1394
- export interface LineItemAddress {
1395
- line_item_id?:string;
1396
-
1397
- first_name?:string;
1398
-
1399
- last_name?:string;
1400
-
1401
- email?:string;
1402
-
1403
- company?:string;
1404
-
1405
- phone?:string;
1406
-
1407
- line1?:string;
1408
-
1409
- line2?:string;
1410
-
1411
- line3?:string;
1412
-
1413
- city?:string;
1414
-
1415
- state_code?:string;
1416
-
1417
- state?:string;
1418
-
1419
- country?:string;
1420
-
1421
- zip?:string;
1422
-
1423
- validation_status?:'not_validated' | 'valid' | 'partially_valid' | 'invalid';
1424
- }
1425
1425
  }
1426
1426
  }
@@ -192,7 +192,7 @@ declare module 'chargebee' {
192
192
  limit?:number;
193
193
 
194
194
  /**
195
- * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set \&#x60;offset\&#x60; to the value of \&#x60;next_offset\&#x60; obtained in the previous iteration of the API call.
195
+ * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set &#x27;offset&#x27; to the value of &#x27;next_offset&#x27; obtained in the previous iteration of the API call.
196
196
 
197
197
  */
198
198
 
@@ -44,7 +44,7 @@ declare module 'chargebee' {
44
44
  limit?:number;
45
45
 
46
46
  /**
47
- * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set \&#x60;offset\&#x60; to the value of \&#x60;next_offset\&#x60; obtained in the previous iteration of the API call.
47
+ * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set &#x27;offset&#x27; to the value of &#x27;next_offset&#x27; obtained in the previous iteration of the API call.
48
48
 
49
49
  */
50
50
 
@@ -69,7 +69,7 @@ declare module 'chargebee' {
69
69
  limit?:number;
70
70
 
71
71
  /**
72
- * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set \&#x60;offset\&#x60; to the value of \&#x60;next_offset\&#x60; obtained in the previous iteration of the API call.
72
+ * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set &#x27;offset&#x27; to the value of &#x27;next_offset&#x27; obtained in the previous iteration of the API call.
73
73
 
74
74
  */
75
75
 
@@ -67,7 +67,7 @@ declare module 'chargebee' {
67
67
  limit?:number;
68
68
 
69
69
  /**
70
- * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set \&#x60;offset\&#x60; to the value of \&#x60;next_offset\&#x60; obtained in the previous iteration of the API call.
70
+ * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set &#x27;offset&#x27; to the value of &#x27;next_offset&#x27; obtained in the previous iteration of the API call.
71
71
 
72
72
  */
73
73
 
@@ -260,7 +260,7 @@ declare module 'chargebee' {
260
260
  limit?:number;
261
261
 
262
262
  /**
263
- * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set \&#x60;offset\&#x60; to the value of \&#x60;next_offset\&#x60; obtained in the previous iteration of the API call.
263
+ * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set &#x27;offset&#x27; to the value of &#x27;next_offset&#x27; obtained in the previous iteration of the API call.
264
264
 
265
265
  */
266
266
 
@@ -405,7 +405,7 @@ The ID of the business entity created for the site. For Product Catalog 1.0, all
405
405
  limit?:number;
406
406
 
407
407
  /**
408
- * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set \&#x60;offset\&#x60; to the value of \&#x60;next_offset\&#x60; obtained in the previous iteration of the API call.
408
+ * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set &#x27;offset&#x27; to the value of &#x27;next_offset&#x27; obtained in the previous iteration of the API call.
409
409
 
410
410
  */
411
411
 
@@ -428,7 +428,7 @@ The ID of the business entity created for the site. For Product Catalog 1.0, all
428
428
  limit?:number;
429
429
 
430
430
  /**
431
- * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set \&#x60;offset\&#x60; to the value of \&#x60;next_offset\&#x60; obtained in the previous iteration of the API call.
431
+ * @description Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set &#x27;offset&#x27; to the value of &#x27;next_offset&#x27; obtained in the previous iteration of the API call.
432
432
 
433
433
  */
434
434