nordlet 0.1.2 → 0.2.0

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 (174) hide show
  1. checksums.yaml +4 -4
  2. data/lib/nordlet/account/types/post_v1account_companies_create_request.rb +2 -0
  3. data/lib/nordlet/account/types/post_v1account_companies_profile_response.rb +2 -0
  4. data/lib/nordlet/account/types/post_v1account_companies_update_request.rb +2 -0
  5. data/lib/nordlet/account/types/post_v1account_companies_update_response.rb +2 -0
  6. data/lib/nordlet/agreements/client.rb +64 -0
  7. data/lib/nordlet/agreements/types/post_v1agreements_agreements_billing_run_request.rb +11 -0
  8. data/lib/nordlet/agreements/types/post_v1agreements_agreements_billing_run_response.rb +15 -0
  9. data/lib/nordlet/agreements/types/post_v1agreements_agreements_billing_run_response_errors_item.rb +13 -0
  10. data/lib/nordlet/agreements/types/post_v1agreements_agreements_billing_run_response_generated_item.rb +17 -0
  11. data/lib/nordlet/agreements/types/post_v1agreements_agreements_create_request.rb +2 -0
  12. data/lib/nordlet/agreements/types/post_v1agreements_agreements_create_request_billing_period.rb +15 -0
  13. data/lib/nordlet/agreements/types/post_v1agreements_agreements_create_request_items_item.rb +2 -0
  14. data/lib/nordlet/agreements/types/post_v1agreements_agreements_create_response.rb +2 -0
  15. data/lib/nordlet/agreements/types/post_v1agreements_agreements_create_response_billing_period.rb +15 -0
  16. data/lib/nordlet/agreements/types/post_v1agreements_agreements_create_response_items_item.rb +2 -0
  17. data/lib/nordlet/agreements/types/post_v1agreements_agreements_generate_invoice_request.rb +13 -0
  18. data/lib/nordlet/agreements/types/post_v1agreements_agreements_generate_invoice_response.rb +17 -0
  19. data/lib/nordlet/agreements/types/post_v1agreements_agreements_get_response.rb +2 -0
  20. data/lib/nordlet/agreements/types/post_v1agreements_agreements_get_response_billing_period.rb +15 -0
  21. data/lib/nordlet/agreements/types/post_v1agreements_agreements_get_response_items_item.rb +2 -0
  22. data/lib/nordlet/agreements/types/post_v1agreements_agreements_list_response_rows_item.rb +2 -0
  23. data/lib/nordlet/agreements/types/post_v1agreements_agreements_list_response_rows_item_billing_period.rb +15 -0
  24. data/lib/nordlet/agreements/types/post_v1agreements_agreements_update_request.rb +2 -0
  25. data/lib/nordlet/agreements/types/post_v1agreements_agreements_update_request_billing_period.rb +15 -0
  26. data/lib/nordlet/agreements/types/post_v1agreements_agreements_update_response.rb +2 -0
  27. data/lib/nordlet/agreements/types/post_v1agreements_agreements_update_response_billing_period.rb +15 -0
  28. data/lib/nordlet/agreements/types/post_v1agreements_agreements_update_response_items_item.rb +2 -0
  29. data/lib/nordlet/declarations/client.rb +224 -0
  30. data/lib/nordlet/declarations/types/post_v1declarations_eu_distance_sales_threshold_get_request.rb +11 -0
  31. data/lib/nordlet/declarations/types/post_v1declarations_eu_distance_sales_threshold_get_response.rb +23 -0
  32. data/lib/nordlet/declarations/types/post_v1declarations_eu_distance_sales_threshold_get_response_current_year.rb +15 -0
  33. data/lib/nordlet/declarations/types/post_v1declarations_eu_distance_sales_threshold_get_response_preceding_year.rb +15 -0
  34. data/lib/nordlet/declarations/types/post_v1declarations_eu_ioss_compute_response.rb +4 -0
  35. data/lib/nordlet/declarations/types/post_v1declarations_eu_ioss_compute_response_corrections_item.rb +23 -0
  36. data/lib/nordlet/declarations/types/post_v1declarations_eu_ioss_compute_response_corrections_total.rb +13 -0
  37. data/lib/nordlet/declarations/types/post_v1declarations_eu_oss_compute_response.rb +4 -0
  38. data/lib/nordlet/declarations/types/post_v1declarations_eu_oss_compute_response_corrections_item.rb +23 -0
  39. data/lib/nordlet/declarations/types/post_v1declarations_eu_oss_compute_response_corrections_total.rb +13 -0
  40. data/lib/nordlet/declarations/types/post_v1declarations_eu_sme_cross_border_report_compute_request.rb +13 -0
  41. data/lib/nordlet/declarations/types/post_v1declarations_eu_sme_cross_border_report_compute_response.rb +25 -0
  42. data/lib/nordlet/declarations/types/post_v1declarations_eu_sme_cross_border_report_compute_response_rows_item.rb +15 -0
  43. data/lib/nordlet/declarations/types/post_v1declarations_eu_sme_threshold_get_request.rb +11 -0
  44. data/lib/nordlet/declarations/types/post_v1declarations_eu_sme_threshold_get_response.rb +31 -0
  45. data/lib/nordlet/declarations/types/post_v1declarations_eu_sme_threshold_get_response_intra_eu.rb +23 -0
  46. data/lib/nordlet/declarations/types/post_v1declarations_eu_sme_threshold_get_response_intra_eu_status.rb +15 -0
  47. data/lib/nordlet/declarations/types/post_v1declarations_eu_sme_threshold_get_response_preceding_turnover.rb +15 -0
  48. data/lib/nordlet/declarations/types/post_v1declarations_eu_sme_threshold_get_response_status.rb +17 -0
  49. data/lib/nordlet/declarations/types/post_v1declarations_eu_sme_threshold_get_response_threshold.rb +19 -0
  50. data/lib/nordlet/declarations/types/post_v1declarations_eu_sme_threshold_get_response_threshold_sectors_item.rb +15 -0
  51. data/lib/nordlet/declarations/types/post_v1declarations_eu_sme_threshold_get_response_turnover.rb +15 -0
  52. data/lib/nordlet/declarations/types/post_v1declarations_eu_sme_thresholds_list_request.rb +9 -0
  53. data/lib/nordlet/declarations/types/post_v1declarations_eu_sme_thresholds_list_response.rb +15 -0
  54. data/lib/nordlet/declarations/types/post_v1declarations_eu_sme_thresholds_list_response_thresholds_item.rb +23 -0
  55. data/lib/nordlet/declarations/types/post_v1declarations_eu_sme_thresholds_list_response_thresholds_item_intra_eu_acquisitions_trigger.rb +15 -0
  56. data/lib/nordlet/declarations/types/post_v1declarations_eu_sme_thresholds_list_response_thresholds_item_sectors_item.rb +15 -0
  57. data/lib/nordlet/declarations/types/post_v1declarations_eu_union_turnover_get_request.rb +11 -0
  58. data/lib/nordlet/declarations/types/post_v1declarations_eu_union_turnover_get_response.rb +25 -0
  59. data/lib/nordlet/declarations/types/post_v1declarations_eu_union_turnover_get_response_current_year.rb +15 -0
  60. data/lib/nordlet/declarations/types/post_v1declarations_eu_union_turnover_get_response_previous_year.rb +15 -0
  61. data/lib/nordlet/declarations/types/post_v1declarations_eu_union_turnover_get_response_status.rb +16 -0
  62. data/lib/nordlet/declarations/types/post_v1declarations_eu_vat_return_compute_request.rb +17 -0
  63. data/lib/nordlet/declarations/types/post_v1declarations_eu_vat_return_compute_response.rb +29 -0
  64. data/lib/nordlet/declarations/types/post_v1declarations_eu_vat_return_compute_response_boxes_item.rb +15 -0
  65. data/lib/nordlet/declarations/types/post_v1declarations_eu_vat_return_compute_response_frequency.rb +15 -0
  66. data/lib/nordlet/declarations/types/post_v1declarations_eu_vat_return_packs_list_request.rb +9 -0
  67. data/lib/nordlet/declarations/types/post_v1declarations_eu_vat_return_packs_list_response.rb +11 -0
  68. data/lib/nordlet/declarations/types/post_v1declarations_eu_vat_return_packs_list_response_packs_item.rb +19 -0
  69. data/lib/nordlet/declarations/types/post_v1declarations_eu_vat_return_packs_list_response_packs_item_frequency.rb +15 -0
  70. data/lib/nordlet/ledger/types/post_v1ledger_posting_rules_update_request_rules_item_key.rb +3 -0
  71. data/lib/nordlet/reference/client.rb +39 -0
  72. data/lib/nordlet/reference/types/post_v1reference_eu_vat_rates_list_response.rb +2 -0
  73. data/lib/nordlet/reference/types/post_v1reference_eu_vat_rates_list_response_rows_item.rb +2 -0
  74. data/lib/nordlet/reference/types/post_v1reference_eu_vat_rates_list_response_rows_item_source.rb +14 -0
  75. data/lib/nordlet/reference/types/post_v1reference_eu_vat_rates_set_overrides_request.rb +13 -0
  76. data/lib/nordlet/reference/types/post_v1reference_eu_vat_rates_set_overrides_request_rates_item.rb +13 -0
  77. data/lib/nordlet/reference/types/post_v1reference_eu_vat_rates_set_overrides_request_rates_item_category.rb +16 -0
  78. data/lib/nordlet/reference/types/post_v1reference_eu_vat_rates_set_overrides_response.rb +17 -0
  79. data/lib/nordlet/reference/types/post_v1reference_eu_vat_rates_set_overrides_response_rows_item.rb +13 -0
  80. data/lib/nordlet/reference/types/post_v1reference_eu_vat_rates_set_overrides_response_rows_item_category.rb +16 -0
  81. data/lib/nordlet/reference/types/post_v1reference_eu_vat_rates_set_overrides_response_source.rb +14 -0
  82. data/lib/nordlet/reference/types/post_v1reference_vat_resolve_response_scheme.rb +1 -0
  83. data/lib/nordlet/sales/client.rb +292 -0
  84. data/lib/nordlet/sales/types/post_v1sales_invoices_apply_advance_response.rb +2 -0
  85. data/lib/nordlet/sales/types/post_v1sales_invoices_apply_advance_response_lines_item.rb +14 -0
  86. data/lib/nordlet/sales/types/post_v1sales_invoices_apply_advance_response_lines_item_recognition_method.rb +16 -0
  87. data/lib/nordlet/sales/types/post_v1sales_invoices_apply_advance_response_lines_item_recognition_milestones_item.rb +15 -0
  88. data/lib/nordlet/sales/types/post_v1sales_invoices_apply_advance_response_vat_scheme.rb +1 -0
  89. data/lib/nordlet/sales/types/post_v1sales_invoices_create_request_lines_item.rb +6 -0
  90. data/lib/nordlet/sales/types/post_v1sales_invoices_create_request_lines_item_recognition.rb +17 -0
  91. data/lib/nordlet/sales/types/post_v1sales_invoices_create_request_lines_item_recognition_method.rb +16 -0
  92. data/lib/nordlet/sales/types/post_v1sales_invoices_create_request_lines_item_recognition_milestones_item.rb +15 -0
  93. data/lib/nordlet/sales/types/post_v1sales_invoices_create_request_vat_scheme.rb +1 -0
  94. data/lib/nordlet/sales/types/post_v1sales_invoices_create_response.rb +2 -0
  95. data/lib/nordlet/sales/types/post_v1sales_invoices_create_response_lines_item.rb +14 -0
  96. data/lib/nordlet/sales/types/post_v1sales_invoices_create_response_lines_item_recognition_method.rb +16 -0
  97. data/lib/nordlet/sales/types/post_v1sales_invoices_create_response_lines_item_recognition_milestones_item.rb +15 -0
  98. data/lib/nordlet/sales/types/post_v1sales_invoices_create_response_vat_scheme.rb +1 -0
  99. data/lib/nordlet/sales/types/post_v1sales_invoices_get_response.rb +2 -0
  100. data/lib/nordlet/sales/types/post_v1sales_invoices_get_response_lines_item.rb +14 -0
  101. data/lib/nordlet/sales/types/post_v1sales_invoices_get_response_lines_item_recognition_method.rb +16 -0
  102. data/lib/nordlet/sales/types/post_v1sales_invoices_get_response_lines_item_recognition_milestones_item.rb +15 -0
  103. data/lib/nordlet/sales/types/post_v1sales_invoices_get_response_vat_scheme.rb +1 -0
  104. data/lib/nordlet/sales/types/post_v1sales_invoices_issue_response.rb +2 -0
  105. data/lib/nordlet/sales/types/post_v1sales_invoices_issue_response_lines_item.rb +14 -0
  106. data/lib/nordlet/sales/types/post_v1sales_invoices_issue_response_lines_item_recognition_method.rb +16 -0
  107. data/lib/nordlet/sales/types/post_v1sales_invoices_issue_response_lines_item_recognition_milestones_item.rb +15 -0
  108. data/lib/nordlet/sales/types/post_v1sales_invoices_issue_response_vat_scheme.rb +1 -0
  109. data/lib/nordlet/sales/types/post_v1sales_invoices_list_response_rows_item.rb +2 -0
  110. data/lib/nordlet/sales/types/post_v1sales_invoices_list_response_rows_item_vat_scheme.rb +1 -0
  111. data/lib/nordlet/sales/types/post_v1sales_invoices_update_request_lines_item.rb +6 -0
  112. data/lib/nordlet/sales/types/post_v1sales_invoices_update_request_lines_item_recognition.rb +17 -0
  113. data/lib/nordlet/sales/types/post_v1sales_invoices_update_request_lines_item_recognition_method.rb +16 -0
  114. data/lib/nordlet/sales/types/post_v1sales_invoices_update_request_lines_item_recognition_milestones_item.rb +15 -0
  115. data/lib/nordlet/sales/types/post_v1sales_invoices_update_request_vat_scheme.rb +1 -0
  116. data/lib/nordlet/sales/types/post_v1sales_invoices_update_response.rb +2 -0
  117. data/lib/nordlet/sales/types/post_v1sales_invoices_update_response_lines_item.rb +14 -0
  118. data/lib/nordlet/sales/types/post_v1sales_invoices_update_response_lines_item_recognition_method.rb +16 -0
  119. data/lib/nordlet/sales/types/post_v1sales_invoices_update_response_lines_item_recognition_milestones_item.rb +15 -0
  120. data/lib/nordlet/sales/types/post_v1sales_invoices_update_response_vat_scheme.rb +1 -0
  121. data/lib/nordlet/sales/types/post_v1sales_recognition_compute_request.rb +11 -0
  122. data/lib/nordlet/sales/types/post_v1sales_recognition_compute_response.rb +15 -0
  123. data/lib/nordlet/sales/types/post_v1sales_recognition_compute_response_rows_item.rb +25 -0
  124. data/lib/nordlet/sales/types/post_v1sales_recognition_modify_request.rb +19 -0
  125. data/lib/nordlet/sales/types/post_v1sales_recognition_modify_request_approach.rb +14 -0
  126. data/lib/nordlet/sales/types/post_v1sales_recognition_modify_request_new_milestones_item.rb +15 -0
  127. data/lib/nordlet/sales/types/post_v1sales_recognition_modify_response.rb +23 -0
  128. data/lib/nordlet/sales/types/post_v1sales_recognition_modify_response_approach.rb +14 -0
  129. data/lib/nordlet/sales/types/post_v1sales_recognition_progress_request.rb +15 -0
  130. data/lib/nordlet/sales/types/post_v1sales_recognition_progress_response.rb +19 -0
  131. data/lib/nordlet/sales/types/post_v1sales_recognition_run_request.rb +15 -0
  132. data/lib/nordlet/sales/types/post_v1sales_recognition_run_response.rb +21 -0
  133. data/lib/nordlet/sales/types/post_v1sales_recognition_run_response_trigger.rb +18 -0
  134. data/lib/nordlet/sales/types/post_v1sales_recognition_runs_list_request.rb +17 -0
  135. data/lib/nordlet/sales/types/post_v1sales_recognition_runs_list_request_filter_item.rb +15 -0
  136. data/lib/nordlet/sales/types/post_v1sales_recognition_runs_list_request_filter_item_op.rb +18 -0
  137. data/lib/nordlet/sales/types/post_v1sales_recognition_runs_list_request_filter_item_value.rb +19 -0
  138. data/lib/nordlet/sales/types/post_v1sales_recognition_runs_list_request_filter_item_value_three_item.rb +15 -0
  139. data/lib/nordlet/sales/types/post_v1sales_recognition_runs_list_request_sort_item.rb +13 -0
  140. data/lib/nordlet/sales/types/post_v1sales_recognition_runs_list_request_sort_item_dir.rb +14 -0
  141. data/lib/nordlet/sales/types/post_v1sales_recognition_runs_list_response.rb +17 -0
  142. data/lib/nordlet/sales/types/post_v1sales_recognition_runs_list_response_rows_item.rb +23 -0
  143. data/lib/nordlet/sales/types/post_v1sales_recognition_runs_list_response_rows_item_trigger.rb +18 -0
  144. data/lib/nordlet/sales/types/post_v1sales_recognition_schedules_list_request.rb +17 -0
  145. data/lib/nordlet/sales/types/post_v1sales_recognition_schedules_list_request_filter_item.rb +15 -0
  146. data/lib/nordlet/sales/types/post_v1sales_recognition_schedules_list_request_filter_item_op.rb +18 -0
  147. data/lib/nordlet/sales/types/post_v1sales_recognition_schedules_list_request_filter_item_value.rb +19 -0
  148. data/lib/nordlet/sales/types/post_v1sales_recognition_schedules_list_request_filter_item_value_three_item.rb +15 -0
  149. data/lib/nordlet/sales/types/post_v1sales_recognition_schedules_list_request_sort_item.rb +13 -0
  150. data/lib/nordlet/sales/types/post_v1sales_recognition_schedules_list_request_sort_item_dir.rb +14 -0
  151. data/lib/nordlet/sales/types/post_v1sales_recognition_schedules_list_response.rb +17 -0
  152. data/lib/nordlet/sales/types/post_v1sales_recognition_schedules_list_response_rows_item.rb +33 -0
  153. data/lib/nordlet/sales/types/post_v1sales_recognition_schedules_list_response_rows_item_method.rb +16 -0
  154. data/lib/nordlet/sales/types/post_v1sales_recognition_schedules_list_response_rows_item_status.rb +15 -0
  155. data/lib/nordlet/sales/types/post_v1sales_recognition_summary_request.rb +11 -0
  156. data/lib/nordlet/sales/types/post_v1sales_recognition_summary_response.rb +13 -0
  157. data/lib/nordlet/sales/types/post_v1sales_recognition_summary_response_rows_item.rb +29 -0
  158. data/lib/nordlet/sales/types/post_v1sales_recognition_summary_response_rows_item_method.rb +16 -0
  159. data/lib/nordlet/sales/types/post_v1sales_recognition_summary_response_totals.rb +15 -0
  160. data/lib/nordlet/sales/types/post_v1sales_refund_liability_list_request.rb +17 -0
  161. data/lib/nordlet/sales/types/post_v1sales_refund_liability_list_request_filter_item.rb +15 -0
  162. data/lib/nordlet/sales/types/post_v1sales_refund_liability_list_request_filter_item_op.rb +18 -0
  163. data/lib/nordlet/sales/types/post_v1sales_refund_liability_list_request_filter_item_value.rb +19 -0
  164. data/lib/nordlet/sales/types/post_v1sales_refund_liability_list_request_filter_item_value_three_item.rb +15 -0
  165. data/lib/nordlet/sales/types/post_v1sales_refund_liability_list_request_sort_item.rb +13 -0
  166. data/lib/nordlet/sales/types/post_v1sales_refund_liability_list_request_sort_item_dir.rb +14 -0
  167. data/lib/nordlet/sales/types/post_v1sales_refund_liability_list_response.rb +17 -0
  168. data/lib/nordlet/sales/types/post_v1sales_refund_liability_list_response_rows_item.rb +27 -0
  169. data/lib/nordlet/sales/types/post_v1sales_refund_liability_true_up_request.rb +15 -0
  170. data/lib/nordlet/sales/types/post_v1sales_refund_liability_true_up_response.rb +21 -0
  171. data/lib/nordlet/version.rb +1 -1
  172. data/lib/nordlet.rb +124 -0
  173. data/reference.md +1416 -224
  174. metadata +126 -2
data/reference.md CHANGED
@@ -754,6 +754,20 @@ client.reference.post_v1reference_vat_classifiers_upsert(rows: [{
754
754
  <dl>
755
755
  <dd>
756
756
 
757
+ #### 📝 Description
758
+
759
+ <dl>
760
+ <dd>
761
+
762
+ <dl>
763
+ <dd>
764
+
765
+ Effective EU VAT rate mapping for this company: EC TEDB defaults, replaced per country by any company overrides. Verify the mapping fits the goods and services you sell before relying on it.
766
+ </dd>
767
+ </dl>
768
+ </dd>
769
+ </dl>
770
+
757
771
  #### 🔌 Usage
758
772
 
759
773
  <dl>
@@ -802,6 +816,82 @@ client.reference.post_v1reference_eu_vat_rates_list
802
816
  </dl>
803
817
 
804
818
 
819
+ </dd>
820
+ </dl>
821
+ </details>
822
+
823
+ <details><summary><code>client.reference.<a href="/lib/nordlet/reference/client.rb">post_v1reference_eu_vat_rates_set_overrides</a>(request) -> Nordlet::Reference::Types::PostV1ReferenceEuVatRatesSetOverridesResponse</code></summary>
824
+ <dl>
825
+ <dd>
826
+
827
+ #### 📝 Description
828
+
829
+ <dl>
830
+ <dd>
831
+
832
+ <dl>
833
+ <dd>
834
+
835
+ Replace the VAT rate mapping this company uses for one EU country. Pass an empty rates array to drop the overrides and return to the TEDB defaults. Overrides feed rate suggestions (vat/resolve) and OSS/IOSS return rate classification.
836
+ </dd>
837
+ </dl>
838
+ </dd>
839
+ </dl>
840
+
841
+ #### 🔌 Usage
842
+
843
+ <dl>
844
+ <dd>
845
+
846
+ <dl>
847
+ <dd>
848
+
849
+ ```ruby
850
+ client.reference.post_v1reference_eu_vat_rates_set_overrides(
851
+ country_code: "countryCode",
852
+ rates: [{
853
+ category: "standard",
854
+ rate_percent: "ratePercent"
855
+ }]
856
+ )
857
+ ```
858
+ </dd>
859
+ </dl>
860
+ </dd>
861
+ </dl>
862
+
863
+ #### ⚙️ Parameters
864
+
865
+ <dl>
866
+ <dd>
867
+
868
+ <dl>
869
+ <dd>
870
+
871
+ **country_code:** `String`
872
+
873
+ </dd>
874
+ </dl>
875
+
876
+ <dl>
877
+ <dd>
878
+
879
+ **rates:** `Internal::Types::Array[Nordlet::Reference::Types::PostV1ReferenceEuVatRatesSetOverridesRequestRatesItem]`
880
+
881
+ </dd>
882
+ </dl>
883
+
884
+ <dl>
885
+ <dd>
886
+
887
+ **request_options:** `Nordlet::Reference::RequestOptions`
888
+
889
+ </dd>
890
+ </dl>
891
+ </dd>
892
+ </dl>
893
+
894
+
805
895
  </dd>
806
896
  </dl>
807
897
  </details>
@@ -5860,6 +5950,78 @@ client.sales.post_v1sales_invoices_issue(id: "id")
5860
5950
  </dl>
5861
5951
 
5862
5952
 
5953
+ </dd>
5954
+ </dl>
5955
+ </details>
5956
+
5957
+ <details><summary><code>client.sales.<a href="/lib/nordlet/sales/client.rb">post_v1sales_recognition_schedules_list</a>(request) -> Nordlet::Sales::Types::PostV1SalesRecognitionSchedulesListResponse</code></summary>
5958
+ <dl>
5959
+ <dd>
5960
+
5961
+ #### 🔌 Usage
5962
+
5963
+ <dl>
5964
+ <dd>
5965
+
5966
+ <dl>
5967
+ <dd>
5968
+
5969
+ ```ruby
5970
+ client.sales.post_v1sales_recognition_schedules_list
5971
+ ```
5972
+ </dd>
5973
+ </dl>
5974
+ </dd>
5975
+ </dl>
5976
+
5977
+ #### ⚙️ Parameters
5978
+
5979
+ <dl>
5980
+ <dd>
5981
+
5982
+ <dl>
5983
+ <dd>
5984
+
5985
+ **page:** `Integer`
5986
+
5987
+ </dd>
5988
+ </dl>
5989
+
5990
+ <dl>
5991
+ <dd>
5992
+
5993
+ **page_size:** `Integer`
5994
+
5995
+ </dd>
5996
+ </dl>
5997
+
5998
+ <dl>
5999
+ <dd>
6000
+
6001
+ **sort:** `Internal::Types::Array[Nordlet::Sales::Types::PostV1SalesRecognitionSchedulesListRequestSortItem]`
6002
+
6003
+ </dd>
6004
+ </dl>
6005
+
6006
+ <dl>
6007
+ <dd>
6008
+
6009
+ **filter:** `Internal::Types::Array[Nordlet::Sales::Types::PostV1SalesRecognitionSchedulesListRequestFilterItem]`
6010
+
6011
+ </dd>
6012
+ </dl>
6013
+
6014
+ <dl>
6015
+ <dd>
6016
+
6017
+ **request_options:** `Nordlet::Sales::RequestOptions`
6018
+
6019
+ </dd>
6020
+ </dl>
6021
+ </dd>
6022
+ </dl>
6023
+
6024
+
5863
6025
  </dd>
5864
6026
  </dl>
5865
6027
  </details>
@@ -6539,8 +6701,7 @@ client.sales.post_v1sales_acts_pdf(id: "id")
6539
6701
  </dl>
6540
6702
  </details>
6541
6703
 
6542
- ## Purchases
6543
- <details><summary><code>client.purchases.<a href="/lib/nordlet/purchases/client.rb">post_v1purchases_invoices_create</a>(request) -> Nordlet::Purchases::Types::PostV1PurchasesInvoicesCreateResponse</code></summary>
6704
+ <details><summary><code>client.sales.<a href="/lib/nordlet/sales/client.rb">post_v1sales_recognition_compute</a>(request) -> Nordlet::Sales::Types::PostV1SalesRecognitionComputeResponse</code></summary>
6544
6705
  <dl>
6545
6706
  <dd>
6546
6707
 
@@ -6553,12 +6714,7 @@ client.sales.post_v1sales_acts_pdf(id: "id")
6553
6714
  <dd>
6554
6715
 
6555
6716
  ```ruby
6556
- client.purchases.post_v1purchases_invoices_create(
6557
- partner_id: "partnerId",
6558
- document_number: "documentNumber",
6559
- document_date: "documentDate",
6560
- lines: [{}]
6561
- )
6717
+ client.sales.post_v1sales_recognition_compute
6562
6718
  ```
6563
6719
  </dd>
6564
6720
  </dl>
@@ -6573,7 +6729,7 @@ client.purchases.post_v1purchases_invoices_create(
6573
6729
  <dl>
6574
6730
  <dd>
6575
6731
 
6576
- **partner_id:** `String`
6732
+ **as_of_date:** `String`
6577
6733
 
6578
6734
  </dd>
6579
6735
  </dl>
@@ -6581,47 +6737,47 @@ client.purchases.post_v1purchases_invoices_create(
6581
6737
  <dl>
6582
6738
  <dd>
6583
6739
 
6584
- **type:** `Nordlet::Purchases::Types::PostV1PurchasesInvoicesCreateRequestType`
6740
+ **request_options:** `Nordlet::Sales::RequestOptions`
6585
6741
 
6586
6742
  </dd>
6587
6743
  </dl>
6744
+ </dd>
6745
+ </dl>
6588
6746
 
6589
- <dl>
6590
- <dd>
6591
6747
 
6592
- **document_number:** `String`
6593
-
6594
6748
  </dd>
6595
6749
  </dl>
6750
+ </details>
6596
6751
 
6752
+ <details><summary><code>client.sales.<a href="/lib/nordlet/sales/client.rb">post_v1sales_recognition_run</a>(request) -> Nordlet::Sales::Types::PostV1SalesRecognitionRunResponse</code></summary>
6597
6753
  <dl>
6598
6754
  <dd>
6599
6755
 
6600
- **document_date:** `String`
6601
-
6602
- </dd>
6603
- </dl>
6756
+ #### 🔌 Usage
6604
6757
 
6605
6758
  <dl>
6606
6759
  <dd>
6607
6760
 
6608
- **due_date:** `String`
6609
-
6610
- </dd>
6611
- </dl>
6612
-
6613
6761
  <dl>
6614
6762
  <dd>
6615
6763
 
6616
- **currency:** `String`
6617
-
6764
+ ```ruby
6765
+ client.sales.post_v1sales_recognition_run
6766
+ ```
6618
6767
  </dd>
6619
6768
  </dl>
6769
+ </dd>
6770
+ </dl>
6771
+
6772
+ #### ⚙️ Parameters
6620
6773
 
6621
6774
  <dl>
6622
6775
  <dd>
6623
6776
 
6624
- **credited_invoice_id:** `String`
6777
+ <dl>
6778
+ <dd>
6779
+
6780
+ **as_of_date:** `String`
6625
6781
 
6626
6782
  </dd>
6627
6783
  </dl>
@@ -6629,7 +6785,7 @@ client.purchases.post_v1purchases_invoices_create(
6629
6785
  <dl>
6630
6786
  <dd>
6631
6787
 
6632
- **notes:** `String`
6788
+ **posting_date:** `String`
6633
6789
 
6634
6790
  </dd>
6635
6791
  </dl>
@@ -6637,7 +6793,7 @@ client.purchases.post_v1purchases_invoices_create(
6637
6793
  <dl>
6638
6794
  <dd>
6639
6795
 
6640
- **lines:** `Internal::Types::Array[Nordlet::Purchases::Types::PostV1PurchasesInvoicesCreateRequestLinesItem]`
6796
+ **schedule_ids:** `Internal::Types::Array[String]`
6641
6797
 
6642
6798
  </dd>
6643
6799
  </dl>
@@ -6645,7 +6801,7 @@ client.purchases.post_v1purchases_invoices_create(
6645
6801
  <dl>
6646
6802
  <dd>
6647
6803
 
6648
- **request_options:** `Nordlet::Purchases::RequestOptions`
6804
+ **request_options:** `Nordlet::Sales::RequestOptions`
6649
6805
 
6650
6806
  </dd>
6651
6807
  </dl>
@@ -6657,7 +6813,7 @@ client.purchases.post_v1purchases_invoices_create(
6657
6813
  </dl>
6658
6814
  </details>
6659
6815
 
6660
- <details><summary><code>client.purchases.<a href="/lib/nordlet/purchases/client.rb">post_v1purchases_invoices_get</a>(request) -> Nordlet::Purchases::Types::PostV1PurchasesInvoicesGetResponse</code></summary>
6816
+ <details><summary><code>client.sales.<a href="/lib/nordlet/sales/client.rb">post_v1sales_recognition_progress</a>(request) -> Nordlet::Sales::Types::PostV1SalesRecognitionProgressResponse</code></summary>
6661
6817
  <dl>
6662
6818
  <dd>
6663
6819
 
@@ -6670,7 +6826,10 @@ client.purchases.post_v1purchases_invoices_create(
6670
6826
  <dd>
6671
6827
 
6672
6828
  ```ruby
6673
- client.purchases.post_v1purchases_invoices_get(id: "id")
6829
+ client.sales.post_v1sales_recognition_progress(
6830
+ invoice_line_id: "invoiceLineId",
6831
+ percent_complete: "percentComplete"
6832
+ )
6674
6833
  ```
6675
6834
  </dd>
6676
6835
  </dl>
@@ -6685,7 +6844,7 @@ client.purchases.post_v1purchases_invoices_get(id: "id")
6685
6844
  <dl>
6686
6845
  <dd>
6687
6846
 
6688
- **id:** `String`
6847
+ **invoice_line_id:** `String`
6689
6848
 
6690
6849
  </dd>
6691
6850
  </dl>
@@ -6693,7 +6852,23 @@ client.purchases.post_v1purchases_invoices_get(id: "id")
6693
6852
  <dl>
6694
6853
  <dd>
6695
6854
 
6696
- **request_options:** `Nordlet::Purchases::RequestOptions`
6855
+ **percent_complete:** `String`
6856
+
6857
+ </dd>
6858
+ </dl>
6859
+
6860
+ <dl>
6861
+ <dd>
6862
+
6863
+ **date:** `String`
6864
+
6865
+ </dd>
6866
+ </dl>
6867
+
6868
+ <dl>
6869
+ <dd>
6870
+
6871
+ **request_options:** `Nordlet::Sales::RequestOptions`
6697
6872
 
6698
6873
  </dd>
6699
6874
  </dl>
@@ -6705,11 +6880,11 @@ client.purchases.post_v1purchases_invoices_get(id: "id")
6705
6880
  </dl>
6706
6881
  </details>
6707
6882
 
6708
- <details><summary><code>client.purchases.<a href="/lib/nordlet/purchases/client.rb">post_v1purchases_invoices_update</a>(request) -> Nordlet::Purchases::Types::PostV1PurchasesInvoicesUpdateResponse</code></summary>
6883
+ <details><summary><code>client.sales.<a href="/lib/nordlet/sales/client.rb">post_v1sales_recognition_modify</a>(request) -> Nordlet::Sales::Types::PostV1SalesRecognitionModifyResponse</code></summary>
6709
6884
  <dl>
6710
6885
  <dd>
6711
6886
 
6712
- #### 🔌 Usage
6887
+ #### 📝 Description
6713
6888
 
6714
6889
  <dl>
6715
6890
  <dd>
@@ -6717,15 +6892,13 @@ client.purchases.post_v1purchases_invoices_get(id: "id")
6717
6892
  <dl>
6718
6893
  <dd>
6719
6894
 
6720
- ```ruby
6721
- client.purchases.post_v1purchases_invoices_update(id: "id")
6722
- ```
6895
+ Apply an IFRS 15 contract modification to a deferred invoice line. Prospective: cancel the pending schedule and respread the unrecognized remainder over the new terms. Cumulative catch-up (ratable only): recompute revenue as if the new terms applied from the start and post the difference immediately.
6723
6896
  </dd>
6724
6897
  </dl>
6725
6898
  </dd>
6726
6899
  </dl>
6727
6900
 
6728
- #### ⚙️ Parameters
6901
+ #### 🔌 Usage
6729
6902
 
6730
6903
  <dl>
6731
6904
  <dd>
@@ -6733,31 +6906,26 @@ client.purchases.post_v1purchases_invoices_update(id: "id")
6733
6906
  <dl>
6734
6907
  <dd>
6735
6908
 
6736
- **id:** `String`
6737
-
6909
+ ```ruby
6910
+ client.sales.post_v1sales_recognition_modify(
6911
+ invoice_line_id: "invoiceLineId",
6912
+ approach: "prospective"
6913
+ )
6914
+ ```
6738
6915
  </dd>
6739
6916
  </dl>
6740
-
6741
- <dl>
6742
- <dd>
6743
-
6744
- **partner_id:** `String`
6745
-
6746
6917
  </dd>
6747
6918
  </dl>
6748
6919
 
6920
+ #### ⚙️ Parameters
6921
+
6749
6922
  <dl>
6750
6923
  <dd>
6751
6924
 
6752
- **document_number:** `String`
6753
-
6754
- </dd>
6755
- </dl>
6756
-
6757
6925
  <dl>
6758
6926
  <dd>
6759
6927
 
6760
- **document_date:** `String`
6928
+ **invoice_line_id:** `String`
6761
6929
 
6762
6930
  </dd>
6763
6931
  </dl>
@@ -6765,7 +6933,7 @@ client.purchases.post_v1purchases_invoices_update(id: "id")
6765
6933
  <dl>
6766
6934
  <dd>
6767
6935
 
6768
- **due_date:** `String`
6936
+ **approach:** `Nordlet::Sales::Types::PostV1SalesRecognitionModifyRequestApproach`
6769
6937
 
6770
6938
  </dd>
6771
6939
  </dl>
@@ -6773,7 +6941,7 @@ client.purchases.post_v1purchases_invoices_update(id: "id")
6773
6941
  <dl>
6774
6942
  <dd>
6775
6943
 
6776
- **currency:** `String`
6944
+ **date:** `String`
6777
6945
 
6778
6946
  </dd>
6779
6947
  </dl>
@@ -6781,7 +6949,7 @@ client.purchases.post_v1purchases_invoices_update(id: "id")
6781
6949
  <dl>
6782
6950
  <dd>
6783
6951
 
6784
- **notes:** `String`
6952
+ **new_end_date:** `String`
6785
6953
 
6786
6954
  </dd>
6787
6955
  </dl>
@@ -6789,7 +6957,7 @@ client.purchases.post_v1purchases_invoices_update(id: "id")
6789
6957
  <dl>
6790
6958
  <dd>
6791
6959
 
6792
- **lines:** `Internal::Types::Array[Nordlet::Purchases::Types::PostV1PurchasesInvoicesUpdateRequestLinesItem]`
6960
+ **new_milestones:** `Internal::Types::Array[Nordlet::Sales::Types::PostV1SalesRecognitionModifyRequestNewMilestonesItem]`
6793
6961
 
6794
6962
  </dd>
6795
6963
  </dl>
@@ -6797,7 +6965,7 @@ client.purchases.post_v1purchases_invoices_update(id: "id")
6797
6965
  <dl>
6798
6966
  <dd>
6799
6967
 
6800
- **request_options:** `Nordlet::Purchases::RequestOptions`
6968
+ **request_options:** `Nordlet::Sales::RequestOptions`
6801
6969
 
6802
6970
  </dd>
6803
6971
  </dl>
@@ -6809,7 +6977,7 @@ client.purchases.post_v1purchases_invoices_update(id: "id")
6809
6977
  </dl>
6810
6978
  </details>
6811
6979
 
6812
- <details><summary><code>client.purchases.<a href="/lib/nordlet/purchases/client.rb">post_v1purchases_invoices_delete</a>(request) -> Nordlet::Purchases::Types::PostV1PurchasesInvoicesDeleteResponse</code></summary>
6980
+ <details><summary><code>client.sales.<a href="/lib/nordlet/sales/client.rb">post_v1sales_recognition_runs_list</a>(request) -> Nordlet::Sales::Types::PostV1SalesRecognitionRunsListResponse</code></summary>
6813
6981
  <dl>
6814
6982
  <dd>
6815
6983
 
@@ -6822,7 +6990,7 @@ client.purchases.post_v1purchases_invoices_update(id: "id")
6822
6990
  <dd>
6823
6991
 
6824
6992
  ```ruby
6825
- client.purchases.post_v1purchases_invoices_delete(id: "id")
6993
+ client.sales.post_v1sales_recognition_runs_list
6826
6994
  ```
6827
6995
  </dd>
6828
6996
  </dl>
@@ -6837,7 +7005,7 @@ client.purchases.post_v1purchases_invoices_delete(id: "id")
6837
7005
  <dl>
6838
7006
  <dd>
6839
7007
 
6840
- **id:** `String`
7008
+ **page:** `Integer`
6841
7009
 
6842
7010
  </dd>
6843
7011
  </dl>
@@ -6845,19 +7013,841 @@ client.purchases.post_v1purchases_invoices_delete(id: "id")
6845
7013
  <dl>
6846
7014
  <dd>
6847
7015
 
6848
- **request_options:** `Nordlet::Purchases::RequestOptions`
7016
+ **page_size:** `Integer`
6849
7017
 
6850
7018
  </dd>
6851
7019
  </dl>
6852
- </dd>
6853
- </dl>
7020
+
7021
+ <dl>
7022
+ <dd>
7023
+
7024
+ **sort:** `Internal::Types::Array[Nordlet::Sales::Types::PostV1SalesRecognitionRunsListRequestSortItem]`
7025
+
7026
+ </dd>
7027
+ </dl>
7028
+
7029
+ <dl>
7030
+ <dd>
7031
+
7032
+ **filter:** `Internal::Types::Array[Nordlet::Sales::Types::PostV1SalesRecognitionRunsListRequestFilterItem]`
7033
+
7034
+ </dd>
7035
+ </dl>
7036
+
7037
+ <dl>
7038
+ <dd>
7039
+
7040
+ **request_options:** `Nordlet::Sales::RequestOptions`
7041
+
7042
+ </dd>
7043
+ </dl>
7044
+ </dd>
7045
+ </dl>
7046
+
7047
+
7048
+ </dd>
7049
+ </dl>
7050
+ </details>
7051
+
7052
+ <details><summary><code>client.sales.<a href="/lib/nordlet/sales/client.rb">post_v1sales_recognition_summary</a>(request) -> Nordlet::Sales::Types::PostV1SalesRecognitionSummaryResponse</code></summary>
7053
+ <dl>
7054
+ <dd>
7055
+
7056
+ #### 🔌 Usage
7057
+
7058
+ <dl>
7059
+ <dd>
7060
+
7061
+ <dl>
7062
+ <dd>
7063
+
7064
+ ```ruby
7065
+ client.sales.post_v1sales_recognition_summary
7066
+ ```
7067
+ </dd>
7068
+ </dl>
7069
+ </dd>
7070
+ </dl>
7071
+
7072
+ #### ⚙️ Parameters
7073
+
7074
+ <dl>
7075
+ <dd>
7076
+
7077
+ <dl>
7078
+ <dd>
7079
+
7080
+ **invoice_id:** `String`
7081
+
7082
+ </dd>
7083
+ </dl>
7084
+
7085
+ <dl>
7086
+ <dd>
7087
+
7088
+ **request_options:** `Nordlet::Sales::RequestOptions`
7089
+
7090
+ </dd>
7091
+ </dl>
7092
+ </dd>
7093
+ </dl>
7094
+
7095
+
7096
+ </dd>
7097
+ </dl>
7098
+ </details>
7099
+
7100
+ <details><summary><code>client.sales.<a href="/lib/nordlet/sales/client.rb">post_v1sales_refund_liability_list</a>(request) -> Nordlet::Sales::Types::PostV1SalesRefundLiabilityListResponse</code></summary>
7101
+ <dl>
7102
+ <dd>
7103
+
7104
+ #### 🔌 Usage
7105
+
7106
+ <dl>
7107
+ <dd>
7108
+
7109
+ <dl>
7110
+ <dd>
7111
+
7112
+ ```ruby
7113
+ client.sales.post_v1sales_refund_liability_list
7114
+ ```
7115
+ </dd>
7116
+ </dl>
7117
+ </dd>
7118
+ </dl>
7119
+
7120
+ #### ⚙️ Parameters
7121
+
7122
+ <dl>
7123
+ <dd>
7124
+
7125
+ <dl>
7126
+ <dd>
7127
+
7128
+ **page:** `Integer`
7129
+
7130
+ </dd>
7131
+ </dl>
7132
+
7133
+ <dl>
7134
+ <dd>
7135
+
7136
+ **page_size:** `Integer`
7137
+
7138
+ </dd>
7139
+ </dl>
7140
+
7141
+ <dl>
7142
+ <dd>
7143
+
7144
+ **sort:** `Internal::Types::Array[Nordlet::Sales::Types::PostV1SalesRefundLiabilityListRequestSortItem]`
7145
+
7146
+ </dd>
7147
+ </dl>
7148
+
7149
+ <dl>
7150
+ <dd>
7151
+
7152
+ **filter:** `Internal::Types::Array[Nordlet::Sales::Types::PostV1SalesRefundLiabilityListRequestFilterItem]`
7153
+
7154
+ </dd>
7155
+ </dl>
7156
+
7157
+ <dl>
7158
+ <dd>
7159
+
7160
+ **request_options:** `Nordlet::Sales::RequestOptions`
7161
+
7162
+ </dd>
7163
+ </dl>
7164
+ </dd>
7165
+ </dl>
7166
+
7167
+
7168
+ </dd>
7169
+ </dl>
7170
+ </details>
7171
+
7172
+ <details><summary><code>client.sales.<a href="/lib/nordlet/sales/client.rb">post_v1sales_refund_liability_true_up</a>(request) -> Nordlet::Sales::Types::PostV1SalesRefundLiabilityTrueUpResponse</code></summary>
7173
+ <dl>
7174
+ <dd>
7175
+
7176
+ #### 🔌 Usage
7177
+
7178
+ <dl>
7179
+ <dd>
7180
+
7181
+ <dl>
7182
+ <dd>
7183
+
7184
+ ```ruby
7185
+ client.sales.post_v1sales_refund_liability_true_up(
7186
+ invoice_id: "invoiceId",
7187
+ estimated_total: "estimatedTotal"
7188
+ )
7189
+ ```
7190
+ </dd>
7191
+ </dl>
7192
+ </dd>
7193
+ </dl>
7194
+
7195
+ #### ⚙️ Parameters
7196
+
7197
+ <dl>
7198
+ <dd>
7199
+
7200
+ <dl>
7201
+ <dd>
7202
+
7203
+ **invoice_id:** `String`
7204
+
7205
+ </dd>
7206
+ </dl>
7207
+
7208
+ <dl>
7209
+ <dd>
7210
+
7211
+ **estimated_total:** `String`
7212
+
7213
+ </dd>
7214
+ </dl>
7215
+
7216
+ <dl>
7217
+ <dd>
7218
+
7219
+ **date:** `String`
7220
+
7221
+ </dd>
7222
+ </dl>
7223
+
7224
+ <dl>
7225
+ <dd>
7226
+
7227
+ **request_options:** `Nordlet::Sales::RequestOptions`
7228
+
7229
+ </dd>
7230
+ </dl>
7231
+ </dd>
7232
+ </dl>
7233
+
7234
+
7235
+ </dd>
7236
+ </dl>
7237
+ </details>
7238
+
7239
+ ## Purchases
7240
+ <details><summary><code>client.purchases.<a href="/lib/nordlet/purchases/client.rb">post_v1purchases_invoices_create</a>(request) -> Nordlet::Purchases::Types::PostV1PurchasesInvoicesCreateResponse</code></summary>
7241
+ <dl>
7242
+ <dd>
7243
+
7244
+ #### 🔌 Usage
7245
+
7246
+ <dl>
7247
+ <dd>
7248
+
7249
+ <dl>
7250
+ <dd>
7251
+
7252
+ ```ruby
7253
+ client.purchases.post_v1purchases_invoices_create(
7254
+ partner_id: "partnerId",
7255
+ document_number: "documentNumber",
7256
+ document_date: "documentDate",
7257
+ lines: [{}]
7258
+ )
7259
+ ```
7260
+ </dd>
7261
+ </dl>
7262
+ </dd>
7263
+ </dl>
7264
+
7265
+ #### ⚙️ Parameters
7266
+
7267
+ <dl>
7268
+ <dd>
7269
+
7270
+ <dl>
7271
+ <dd>
7272
+
7273
+ **partner_id:** `String`
7274
+
7275
+ </dd>
7276
+ </dl>
7277
+
7278
+ <dl>
7279
+ <dd>
7280
+
7281
+ **type:** `Nordlet::Purchases::Types::PostV1PurchasesInvoicesCreateRequestType`
7282
+
7283
+ </dd>
7284
+ </dl>
7285
+
7286
+ <dl>
7287
+ <dd>
7288
+
7289
+ **document_number:** `String`
7290
+
7291
+ </dd>
7292
+ </dl>
7293
+
7294
+ <dl>
7295
+ <dd>
7296
+
7297
+ **document_date:** `String`
7298
+
7299
+ </dd>
7300
+ </dl>
7301
+
7302
+ <dl>
7303
+ <dd>
7304
+
7305
+ **due_date:** `String`
7306
+
7307
+ </dd>
7308
+ </dl>
7309
+
7310
+ <dl>
7311
+ <dd>
7312
+
7313
+ **currency:** `String`
7314
+
7315
+ </dd>
7316
+ </dl>
7317
+
7318
+ <dl>
7319
+ <dd>
7320
+
7321
+ **credited_invoice_id:** `String`
7322
+
7323
+ </dd>
7324
+ </dl>
7325
+
7326
+ <dl>
7327
+ <dd>
7328
+
7329
+ **notes:** `String`
7330
+
7331
+ </dd>
7332
+ </dl>
7333
+
7334
+ <dl>
7335
+ <dd>
7336
+
7337
+ **lines:** `Internal::Types::Array[Nordlet::Purchases::Types::PostV1PurchasesInvoicesCreateRequestLinesItem]`
7338
+
7339
+ </dd>
7340
+ </dl>
7341
+
7342
+ <dl>
7343
+ <dd>
7344
+
7345
+ **request_options:** `Nordlet::Purchases::RequestOptions`
7346
+
7347
+ </dd>
7348
+ </dl>
7349
+ </dd>
7350
+ </dl>
7351
+
7352
+
7353
+ </dd>
7354
+ </dl>
7355
+ </details>
7356
+
7357
+ <details><summary><code>client.purchases.<a href="/lib/nordlet/purchases/client.rb">post_v1purchases_invoices_get</a>(request) -> Nordlet::Purchases::Types::PostV1PurchasesInvoicesGetResponse</code></summary>
7358
+ <dl>
7359
+ <dd>
7360
+
7361
+ #### 🔌 Usage
7362
+
7363
+ <dl>
7364
+ <dd>
7365
+
7366
+ <dl>
7367
+ <dd>
7368
+
7369
+ ```ruby
7370
+ client.purchases.post_v1purchases_invoices_get(id: "id")
7371
+ ```
7372
+ </dd>
7373
+ </dl>
7374
+ </dd>
7375
+ </dl>
7376
+
7377
+ #### ⚙️ Parameters
7378
+
7379
+ <dl>
7380
+ <dd>
7381
+
7382
+ <dl>
7383
+ <dd>
7384
+
7385
+ **id:** `String`
7386
+
7387
+ </dd>
7388
+ </dl>
7389
+
7390
+ <dl>
7391
+ <dd>
7392
+
7393
+ **request_options:** `Nordlet::Purchases::RequestOptions`
7394
+
7395
+ </dd>
7396
+ </dl>
7397
+ </dd>
7398
+ </dl>
7399
+
7400
+
7401
+ </dd>
7402
+ </dl>
7403
+ </details>
7404
+
7405
+ <details><summary><code>client.purchases.<a href="/lib/nordlet/purchases/client.rb">post_v1purchases_invoices_update</a>(request) -> Nordlet::Purchases::Types::PostV1PurchasesInvoicesUpdateResponse</code></summary>
7406
+ <dl>
7407
+ <dd>
7408
+
7409
+ #### 🔌 Usage
7410
+
7411
+ <dl>
7412
+ <dd>
7413
+
7414
+ <dl>
7415
+ <dd>
7416
+
7417
+ ```ruby
7418
+ client.purchases.post_v1purchases_invoices_update(id: "id")
7419
+ ```
7420
+ </dd>
7421
+ </dl>
7422
+ </dd>
7423
+ </dl>
7424
+
7425
+ #### ⚙️ Parameters
7426
+
7427
+ <dl>
7428
+ <dd>
7429
+
7430
+ <dl>
7431
+ <dd>
7432
+
7433
+ **id:** `String`
7434
+
7435
+ </dd>
7436
+ </dl>
7437
+
7438
+ <dl>
7439
+ <dd>
7440
+
7441
+ **partner_id:** `String`
7442
+
7443
+ </dd>
7444
+ </dl>
7445
+
7446
+ <dl>
7447
+ <dd>
7448
+
7449
+ **document_number:** `String`
7450
+
7451
+ </dd>
7452
+ </dl>
7453
+
7454
+ <dl>
7455
+ <dd>
7456
+
7457
+ **document_date:** `String`
7458
+
7459
+ </dd>
7460
+ </dl>
7461
+
7462
+ <dl>
7463
+ <dd>
7464
+
7465
+ **due_date:** `String`
7466
+
7467
+ </dd>
7468
+ </dl>
7469
+
7470
+ <dl>
7471
+ <dd>
7472
+
7473
+ **currency:** `String`
7474
+
7475
+ </dd>
7476
+ </dl>
7477
+
7478
+ <dl>
7479
+ <dd>
7480
+
7481
+ **notes:** `String`
7482
+
7483
+ </dd>
7484
+ </dl>
7485
+
7486
+ <dl>
7487
+ <dd>
7488
+
7489
+ **lines:** `Internal::Types::Array[Nordlet::Purchases::Types::PostV1PurchasesInvoicesUpdateRequestLinesItem]`
7490
+
7491
+ </dd>
7492
+ </dl>
7493
+
7494
+ <dl>
7495
+ <dd>
7496
+
7497
+ **request_options:** `Nordlet::Purchases::RequestOptions`
7498
+
7499
+ </dd>
7500
+ </dl>
7501
+ </dd>
7502
+ </dl>
7503
+
7504
+
7505
+ </dd>
7506
+ </dl>
7507
+ </details>
7508
+
7509
+ <details><summary><code>client.purchases.<a href="/lib/nordlet/purchases/client.rb">post_v1purchases_invoices_delete</a>(request) -> Nordlet::Purchases::Types::PostV1PurchasesInvoicesDeleteResponse</code></summary>
7510
+ <dl>
7511
+ <dd>
7512
+
7513
+ #### 🔌 Usage
7514
+
7515
+ <dl>
7516
+ <dd>
7517
+
7518
+ <dl>
7519
+ <dd>
7520
+
7521
+ ```ruby
7522
+ client.purchases.post_v1purchases_invoices_delete(id: "id")
7523
+ ```
7524
+ </dd>
7525
+ </dl>
7526
+ </dd>
7527
+ </dl>
7528
+
7529
+ #### ⚙️ Parameters
7530
+
7531
+ <dl>
7532
+ <dd>
7533
+
7534
+ <dl>
7535
+ <dd>
7536
+
7537
+ **id:** `String`
7538
+
7539
+ </dd>
7540
+ </dl>
7541
+
7542
+ <dl>
7543
+ <dd>
7544
+
7545
+ **request_options:** `Nordlet::Purchases::RequestOptions`
7546
+
7547
+ </dd>
7548
+ </dl>
7549
+ </dd>
7550
+ </dl>
7551
+
7552
+
7553
+ </dd>
7554
+ </dl>
7555
+ </details>
7556
+
7557
+ <details><summary><code>client.purchases.<a href="/lib/nordlet/purchases/client.rb">post_v1purchases_invoices_register</a>(request) -> Nordlet::Purchases::Types::PostV1PurchasesInvoicesRegisterResponse</code></summary>
7558
+ <dl>
7559
+ <dd>
7560
+
7561
+ #### 🔌 Usage
7562
+
7563
+ <dl>
7564
+ <dd>
7565
+
7566
+ <dl>
7567
+ <dd>
7568
+
7569
+ ```ruby
7570
+ client.purchases.post_v1purchases_invoices_register(id: "id")
7571
+ ```
7572
+ </dd>
7573
+ </dl>
7574
+ </dd>
7575
+ </dl>
7576
+
7577
+ #### ⚙️ Parameters
7578
+
7579
+ <dl>
7580
+ <dd>
7581
+
7582
+ <dl>
7583
+ <dd>
7584
+
7585
+ **id:** `String`
7586
+
7587
+ </dd>
7588
+ </dl>
7589
+
7590
+ <dl>
7591
+ <dd>
7592
+
7593
+ **registration_date:** `String`
7594
+
7595
+ </dd>
7596
+ </dl>
7597
+
7598
+ <dl>
7599
+ <dd>
7600
+
7601
+ **warehouse_id:** `String`
7602
+
7603
+ </dd>
7604
+ </dl>
7605
+
7606
+ <dl>
7607
+ <dd>
7608
+
7609
+ **request_options:** `Nordlet::Purchases::RequestOptions`
7610
+
7611
+ </dd>
7612
+ </dl>
7613
+ </dd>
7614
+ </dl>
7615
+
7616
+
7617
+ </dd>
7618
+ </dl>
7619
+ </details>
7620
+
7621
+ <details><summary><code>client.purchases.<a href="/lib/nordlet/purchases/client.rb">post_v1purchases_invoices_list</a>(request) -> Nordlet::Purchases::Types::PostV1PurchasesInvoicesListResponse</code></summary>
7622
+ <dl>
7623
+ <dd>
7624
+
7625
+ #### 🔌 Usage
7626
+
7627
+ <dl>
7628
+ <dd>
7629
+
7630
+ <dl>
7631
+ <dd>
7632
+
7633
+ ```ruby
7634
+ client.purchases.post_v1purchases_invoices_list
7635
+ ```
7636
+ </dd>
7637
+ </dl>
7638
+ </dd>
7639
+ </dl>
7640
+
7641
+ #### ⚙️ Parameters
7642
+
7643
+ <dl>
7644
+ <dd>
7645
+
7646
+ <dl>
7647
+ <dd>
7648
+
7649
+ **page:** `Integer`
7650
+
7651
+ </dd>
7652
+ </dl>
7653
+
7654
+ <dl>
7655
+ <dd>
7656
+
7657
+ **page_size:** `Integer`
7658
+
7659
+ </dd>
7660
+ </dl>
7661
+
7662
+ <dl>
7663
+ <dd>
7664
+
7665
+ **sort:** `Internal::Types::Array[Nordlet::Purchases::Types::PostV1PurchasesInvoicesListRequestSortItem]`
7666
+
7667
+ </dd>
7668
+ </dl>
7669
+
7670
+ <dl>
7671
+ <dd>
7672
+
7673
+ **filter:** `Internal::Types::Array[Nordlet::Purchases::Types::PostV1PurchasesInvoicesListRequestFilterItem]`
7674
+
7675
+ </dd>
7676
+ </dl>
7677
+
7678
+ <dl>
7679
+ <dd>
7680
+
7681
+ **request_options:** `Nordlet::Purchases::RequestOptions`
7682
+
7683
+ </dd>
7684
+ </dl>
7685
+ </dd>
7686
+ </dl>
7687
+
7688
+
7689
+ </dd>
7690
+ </dl>
7691
+ </details>
7692
+
7693
+ ## Declarations
7694
+ <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_lt_intrastat_compute</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsLtIntrastatComputeResponse</code></summary>
7695
+ <dl>
7696
+ <dd>
7697
+
7698
+ #### 🔌 Usage
7699
+
7700
+ <dl>
7701
+ <dd>
7702
+
7703
+ <dl>
7704
+ <dd>
7705
+
7706
+ ```ruby
7707
+ client.declarations.post_v1declarations_lt_intrastat_compute(
7708
+ year: 1000000,
7709
+ month: 1000000,
7710
+ flow: "arrivals"
7711
+ )
7712
+ ```
7713
+ </dd>
7714
+ </dl>
7715
+ </dd>
7716
+ </dl>
7717
+
7718
+ #### ⚙️ Parameters
7719
+
7720
+ <dl>
7721
+ <dd>
7722
+
7723
+ <dl>
7724
+ <dd>
7725
+
7726
+ **year:** `Integer`
7727
+
7728
+ </dd>
7729
+ </dl>
7730
+
7731
+ <dl>
7732
+ <dd>
7733
+
7734
+ **month:** `Integer`
7735
+
7736
+ </dd>
7737
+ </dl>
7738
+
7739
+ <dl>
7740
+ <dd>
7741
+
7742
+ **flow:** `Nordlet::Declarations::Types::PostV1DeclarationsLtIntrastatComputeRequestFlow`
7743
+
7744
+ </dd>
7745
+ </dl>
7746
+
7747
+ <dl>
7748
+ <dd>
7749
+
7750
+ **transaction_nature:** `String`
7751
+
7752
+ </dd>
7753
+ </dl>
7754
+
7755
+ <dl>
7756
+ <dd>
7757
+
7758
+ **delivery_terms:** `String`
7759
+
7760
+ </dd>
7761
+ </dl>
7762
+
7763
+ <dl>
7764
+ <dd>
7765
+
7766
+ **transport_mode:** `Nordlet::Declarations::Types::PostV1DeclarationsLtIntrastatComputeRequestTransportMode`
7767
+
7768
+ </dd>
7769
+ </dl>
7770
+
7771
+ <dl>
7772
+ <dd>
7773
+
7774
+ **persist:** `Internal::Types::Boolean`
7775
+
7776
+ </dd>
7777
+ </dl>
7778
+
7779
+ <dl>
7780
+ <dd>
7781
+
7782
+ **request_options:** `Nordlet::Declarations::RequestOptions`
7783
+
7784
+ </dd>
7785
+ </dl>
7786
+ </dd>
7787
+ </dl>
7788
+
7789
+
7790
+ </dd>
7791
+ </dl>
7792
+ </details>
7793
+
7794
+ <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_lt_ivaz_generate</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsLtIvazGenerateResponse</code></summary>
7795
+ <dl>
7796
+ <dd>
7797
+
7798
+ #### 🔌 Usage
7799
+
7800
+ <dl>
7801
+ <dd>
7802
+
7803
+ <dl>
7804
+ <dd>
7805
+
7806
+ ```ruby
7807
+ client.declarations.post_v1declarations_lt_ivaz_generate(waybill_ids: ["waybillIds"])
7808
+ ```
7809
+ </dd>
7810
+ </dl>
7811
+ </dd>
7812
+ </dl>
7813
+
7814
+ #### ⚙️ Parameters
7815
+
7816
+ <dl>
7817
+ <dd>
7818
+
7819
+ <dl>
7820
+ <dd>
7821
+
7822
+ **waybill_ids:** `Internal::Types::Array[String]`
7823
+
7824
+ </dd>
7825
+ </dl>
7826
+
7827
+ <dl>
7828
+ <dd>
7829
+
7830
+ **persist:** `Internal::Types::Boolean`
7831
+
7832
+ </dd>
7833
+ </dl>
7834
+
7835
+ <dl>
7836
+ <dd>
7837
+
7838
+ **request_options:** `Nordlet::Declarations::RequestOptions`
7839
+
7840
+ </dd>
7841
+ </dl>
7842
+ </dd>
7843
+ </dl>
6854
7844
 
6855
7845
 
6856
7846
  </dd>
6857
7847
  </dl>
6858
7848
  </details>
6859
7849
 
6860
- <details><summary><code>client.purchases.<a href="/lib/nordlet/purchases/client.rb">post_v1purchases_invoices_register</a>(request) -> Nordlet::Purchases::Types::PostV1PurchasesInvoicesRegisterResponse</code></summary>
7850
+ <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_lt_intrastat_obligation</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsLtIntrastatObligationResponse</code></summary>
6861
7851
  <dl>
6862
7852
  <dd>
6863
7853
 
@@ -6870,7 +7860,7 @@ client.purchases.post_v1purchases_invoices_delete(id: "id")
6870
7860
  <dd>
6871
7861
 
6872
7862
  ```ruby
6873
- client.purchases.post_v1purchases_invoices_register(id: "id")
7863
+ client.declarations.post_v1declarations_lt_intrastat_obligation(year: 1000000)
6874
7864
  ```
6875
7865
  </dd>
6876
7866
  </dl>
@@ -6885,23 +7875,7 @@ client.purchases.post_v1purchases_invoices_register(id: "id")
6885
7875
  <dl>
6886
7876
  <dd>
6887
7877
 
6888
- **id:** `String`
6889
-
6890
- </dd>
6891
- </dl>
6892
-
6893
- <dl>
6894
- <dd>
6895
-
6896
- **registration_date:** `String`
6897
-
6898
- </dd>
6899
- </dl>
6900
-
6901
- <dl>
6902
- <dd>
6903
-
6904
- **warehouse_id:** `String`
7878
+ **year:** `Integer`
6905
7879
 
6906
7880
  </dd>
6907
7881
  </dl>
@@ -6909,7 +7883,7 @@ client.purchases.post_v1purchases_invoices_register(id: "id")
6909
7883
  <dl>
6910
7884
  <dd>
6911
7885
 
6912
- **request_options:** `Nordlet::Purchases::RequestOptions`
7886
+ **request_options:** `Nordlet::Declarations::RequestOptions`
6913
7887
 
6914
7888
  </dd>
6915
7889
  </dl>
@@ -6921,7 +7895,7 @@ client.purchases.post_v1purchases_invoices_register(id: "id")
6921
7895
  </dl>
6922
7896
  </details>
6923
7897
 
6924
- <details><summary><code>client.purchases.<a href="/lib/nordlet/purchases/client.rb">post_v1purchases_invoices_list</a>(request) -> Nordlet::Purchases::Types::PostV1PurchasesInvoicesListResponse</code></summary>
7898
+ <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_lt_isaf_generate</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsLtIsafGenerateResponse</code></summary>
6925
7899
  <dl>
6926
7900
  <dd>
6927
7901
 
@@ -6934,7 +7908,10 @@ client.purchases.post_v1purchases_invoices_register(id: "id")
6934
7908
  <dd>
6935
7909
 
6936
7910
  ```ruby
6937
- client.purchases.post_v1purchases_invoices_list
7911
+ client.declarations.post_v1declarations_lt_isaf_generate(
7912
+ year: 1000000,
7913
+ month: 1000000
7914
+ )
6938
7915
  ```
6939
7916
  </dd>
6940
7917
  </dl>
@@ -6949,15 +7926,7 @@ client.purchases.post_v1purchases_invoices_list
6949
7926
  <dl>
6950
7927
  <dd>
6951
7928
 
6952
- **page:** `Integer`
6953
-
6954
- </dd>
6955
- </dl>
6956
-
6957
- <dl>
6958
- <dd>
6959
-
6960
- **page_size:** `Integer`
7929
+ **year:** `Integer`
6961
7930
 
6962
7931
  </dd>
6963
7932
  </dl>
@@ -6965,7 +7934,7 @@ client.purchases.post_v1purchases_invoices_list
6965
7934
  <dl>
6966
7935
  <dd>
6967
7936
 
6968
- **sort:** `Internal::Types::Array[Nordlet::Purchases::Types::PostV1PurchasesInvoicesListRequestSortItem]`
7937
+ **month:** `Integer`
6969
7938
 
6970
7939
  </dd>
6971
7940
  </dl>
@@ -6973,7 +7942,7 @@ client.purchases.post_v1purchases_invoices_list
6973
7942
  <dl>
6974
7943
  <dd>
6975
7944
 
6976
- **filter:** `Internal::Types::Array[Nordlet::Purchases::Types::PostV1PurchasesInvoicesListRequestFilterItem]`
7945
+ **data_type:** `Nordlet::Declarations::Types::PostV1DeclarationsLtIsafGenerateRequestDataType`
6977
7946
 
6978
7947
  </dd>
6979
7948
  </dl>
@@ -6981,7 +7950,7 @@ client.purchases.post_v1purchases_invoices_list
6981
7950
  <dl>
6982
7951
  <dd>
6983
7952
 
6984
- **request_options:** `Nordlet::Purchases::RequestOptions`
7953
+ **request_options:** `Nordlet::Declarations::RequestOptions`
6985
7954
 
6986
7955
  </dd>
6987
7956
  </dl>
@@ -6993,8 +7962,7 @@ client.purchases.post_v1purchases_invoices_list
6993
7962
  </dl>
6994
7963
  </details>
6995
7964
 
6996
- ## Declarations
6997
- <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_lt_intrastat_compute</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsLtIntrastatComputeResponse</code></summary>
7965
+ <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_lt_fr0600compute</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsLtFr0600ComputeResponse</code></summary>
6998
7966
  <dl>
6999
7967
  <dd>
7000
7968
 
@@ -7007,10 +7975,9 @@ client.purchases.post_v1purchases_invoices_list
7007
7975
  <dd>
7008
7976
 
7009
7977
  ```ruby
7010
- client.declarations.post_v1declarations_lt_intrastat_compute(
7978
+ client.declarations.post_v1declarations_lt_fr0600compute(
7011
7979
  year: 1000000,
7012
- month: 1000000,
7013
- flow: "arrivals"
7980
+ month: 1000000
7014
7981
  )
7015
7982
  ```
7016
7983
  </dd>
@@ -7042,7 +8009,7 @@ client.declarations.post_v1declarations_lt_intrastat_compute(
7042
8009
  <dl>
7043
8010
  <dd>
7044
8011
 
7045
- **flow:** `Nordlet::Declarations::Types::PostV1DeclarationsLtIntrastatComputeRequestFlow`
8012
+ **months:** `Integer`
7046
8013
 
7047
8014
  </dd>
7048
8015
  </dl>
@@ -7050,7 +8017,7 @@ client.declarations.post_v1declarations_lt_intrastat_compute(
7050
8017
  <dl>
7051
8018
  <dd>
7052
8019
 
7053
- **transaction_nature:** `String`
8020
+ **deduction_percent:** `Integer`
7054
8021
 
7055
8022
  </dd>
7056
8023
  </dl>
@@ -7058,15 +8025,50 @@ client.declarations.post_v1declarations_lt_intrastat_compute(
7058
8025
  <dl>
7059
8026
  <dd>
7060
8027
 
7061
- **delivery_terms:** `String`
8028
+ **request_options:** `Nordlet::Declarations::RequestOptions`
7062
8029
 
7063
8030
  </dd>
7064
8031
  </dl>
8032
+ </dd>
8033
+ </dl>
8034
+
8035
+
8036
+ </dd>
8037
+ </dl>
8038
+ </details>
7065
8039
 
8040
+ <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_lt_gpm313compute</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsLtGpm313ComputeResponse</code></summary>
7066
8041
  <dl>
7067
8042
  <dd>
7068
8043
 
7069
- **transport_mode:** `Nordlet::Declarations::Types::PostV1DeclarationsLtIntrastatComputeRequestTransportMode`
8044
+ #### 🔌 Usage
8045
+
8046
+ <dl>
8047
+ <dd>
8048
+
8049
+ <dl>
8050
+ <dd>
8051
+
8052
+ ```ruby
8053
+ client.declarations.post_v1declarations_lt_gpm313compute(
8054
+ year: 1000000,
8055
+ month: 1000000
8056
+ )
8057
+ ```
8058
+ </dd>
8059
+ </dl>
8060
+ </dd>
8061
+ </dl>
8062
+
8063
+ #### ⚙️ Parameters
8064
+
8065
+ <dl>
8066
+ <dd>
8067
+
8068
+ <dl>
8069
+ <dd>
8070
+
8071
+ **year:** `Integer`
7070
8072
 
7071
8073
  </dd>
7072
8074
  </dl>
@@ -7074,7 +8076,23 @@ client.declarations.post_v1declarations_lt_intrastat_compute(
7074
8076
  <dl>
7075
8077
  <dd>
7076
8078
 
7077
- **persist:** `Internal::Types::Boolean`
8079
+ **month:** `Integer`
8080
+
8081
+ </dd>
8082
+ </dl>
8083
+
8084
+ <dl>
8085
+ <dd>
8086
+
8087
+ **payout_timing:** `Nordlet::Declarations::Types::PostV1DeclarationsLtGpm313ComputeRequestPayoutTiming`
8088
+
8089
+ </dd>
8090
+ </dl>
8091
+
8092
+ <dl>
8093
+ <dd>
8094
+
8095
+ **payment_day:** `Integer`
7078
8096
 
7079
8097
  </dd>
7080
8098
  </dl>
@@ -7094,7 +8112,7 @@ client.declarations.post_v1declarations_lt_intrastat_compute(
7094
8112
  </dl>
7095
8113
  </details>
7096
8114
 
7097
- <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_lt_ivaz_generate</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsLtIvazGenerateResponse</code></summary>
8115
+ <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_lt_sam_compute</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsLtSamComputeResponse</code></summary>
7098
8116
  <dl>
7099
8117
  <dd>
7100
8118
 
@@ -7107,7 +8125,10 @@ client.declarations.post_v1declarations_lt_intrastat_compute(
7107
8125
  <dd>
7108
8126
 
7109
8127
  ```ruby
7110
- client.declarations.post_v1declarations_lt_ivaz_generate(waybill_ids: ["waybillIds"])
8128
+ client.declarations.post_v1declarations_lt_sam_compute(
8129
+ year: 1000000,
8130
+ month: 1000000
8131
+ )
7111
8132
  ```
7112
8133
  </dd>
7113
8134
  </dl>
@@ -7122,7 +8143,7 @@ client.declarations.post_v1declarations_lt_ivaz_generate(waybill_ids: ["waybillI
7122
8143
  <dl>
7123
8144
  <dd>
7124
8145
 
7125
- **waybill_ids:** `Internal::Types::Array[String]`
8146
+ **year:** `Integer`
7126
8147
 
7127
8148
  </dd>
7128
8149
  </dl>
@@ -7130,7 +8151,7 @@ client.declarations.post_v1declarations_lt_ivaz_generate(waybill_ids: ["waybillI
7130
8151
  <dl>
7131
8152
  <dd>
7132
8153
 
7133
- **persist:** `Internal::Types::Boolean`
8154
+ **month:** `Integer`
7134
8155
 
7135
8156
  </dd>
7136
8157
  </dl>
@@ -7150,7 +8171,7 @@ client.declarations.post_v1declarations_lt_ivaz_generate(waybill_ids: ["waybillI
7150
8171
  </dl>
7151
8172
  </details>
7152
8173
 
7153
- <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_lt_intrastat_obligation</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsLtIntrastatObligationResponse</code></summary>
8174
+ <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_lt_sd_generate</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsLtSdGenerateResponse</code></summary>
7154
8175
  <dl>
7155
8176
  <dd>
7156
8177
 
@@ -7163,7 +8184,11 @@ client.declarations.post_v1declarations_lt_ivaz_generate(waybill_ids: ["waybillI
7163
8184
  <dd>
7164
8185
 
7165
8186
  ```ruby
7166
- client.declarations.post_v1declarations_lt_intrastat_obligation(year: 1000000)
8187
+ client.declarations.post_v1declarations_lt_sd_generate(
8188
+ type: "1-SD",
8189
+ from_date: "fromDate",
8190
+ to_date: "toDate"
8191
+ )
7167
8192
  ```
7168
8193
  </dd>
7169
8194
  </dl>
@@ -7178,7 +8203,23 @@ client.declarations.post_v1declarations_lt_intrastat_obligation(year: 1000000)
7178
8203
  <dl>
7179
8204
  <dd>
7180
8205
 
7181
- **year:** `Integer`
8206
+ **type:** `Nordlet::Declarations::Types::PostV1DeclarationsLtSdGenerateRequestType`
8207
+
8208
+ </dd>
8209
+ </dl>
8210
+
8211
+ <dl>
8212
+ <dd>
8213
+
8214
+ **from_date:** `String`
8215
+
8216
+ </dd>
8217
+ </dl>
8218
+
8219
+ <dl>
8220
+ <dd>
8221
+
8222
+ **to_date:** `String`
7182
8223
 
7183
8224
  </dd>
7184
8225
  </dl>
@@ -7198,7 +8239,7 @@ client.declarations.post_v1declarations_lt_intrastat_obligation(year: 1000000)
7198
8239
  </dl>
7199
8240
  </details>
7200
8241
 
7201
- <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_lt_isaf_generate</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsLtIsafGenerateResponse</code></summary>
8242
+ <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_lt_saft_generate</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsLtSaftGenerateResponse</code></summary>
7202
8243
  <dl>
7203
8244
  <dd>
7204
8245
 
@@ -7211,9 +8252,9 @@ client.declarations.post_v1declarations_lt_intrastat_obligation(year: 1000000)
7211
8252
  <dd>
7212
8253
 
7213
8254
  ```ruby
7214
- client.declarations.post_v1declarations_lt_isaf_generate(
7215
- year: 1000000,
7216
- month: 1000000
8255
+ client.declarations.post_v1declarations_lt_saft_generate(
8256
+ from_date: "fromDate",
8257
+ to_date: "toDate"
7217
8258
  )
7218
8259
  ```
7219
8260
  </dd>
@@ -7229,7 +8270,7 @@ client.declarations.post_v1declarations_lt_isaf_generate(
7229
8270
  <dl>
7230
8271
  <dd>
7231
8272
 
7232
- **year:** `Integer`
8273
+ **from_date:** `String`
7233
8274
 
7234
8275
  </dd>
7235
8276
  </dl>
@@ -7237,7 +8278,7 @@ client.declarations.post_v1declarations_lt_isaf_generate(
7237
8278
  <dl>
7238
8279
  <dd>
7239
8280
 
7240
- **month:** `Integer`
8281
+ **to_date:** `String`
7241
8282
 
7242
8283
  </dd>
7243
8284
  </dl>
@@ -7245,7 +8286,15 @@ client.declarations.post_v1declarations_lt_isaf_generate(
7245
8286
  <dl>
7246
8287
  <dd>
7247
8288
 
7248
- **data_type:** `Nordlet::Declarations::Types::PostV1DeclarationsLtIsafGenerateRequestDataType`
8289
+ **data_type:** `Nordlet::Declarations::Types::PostV1DeclarationsLtSaftGenerateRequestDataType`
8290
+
8291
+ </dd>
8292
+ </dl>
8293
+
8294
+ <dl>
8295
+ <dd>
8296
+
8297
+ **persist:** `Internal::Types::Boolean`
7249
8298
 
7250
8299
  </dd>
7251
8300
  </dl>
@@ -7265,7 +8314,7 @@ client.declarations.post_v1declarations_lt_isaf_generate(
7265
8314
  </dl>
7266
8315
  </details>
7267
8316
 
7268
- <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_lt_fr0600compute</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsLtFr0600ComputeResponse</code></summary>
8317
+ <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_eu_oss_compute</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsEuOssComputeResponse</code></summary>
7269
8318
  <dl>
7270
8319
  <dd>
7271
8320
 
@@ -7278,9 +8327,9 @@ client.declarations.post_v1declarations_lt_isaf_generate(
7278
8327
  <dd>
7279
8328
 
7280
8329
  ```ruby
7281
- client.declarations.post_v1declarations_lt_fr0600compute(
8330
+ client.declarations.post_v1declarations_eu_oss_compute(
7282
8331
  year: 1000000,
7283
- month: 1000000
8332
+ quarter: 1000000
7284
8333
  )
7285
8334
  ```
7286
8335
  </dd>
@@ -7304,23 +8353,7 @@ client.declarations.post_v1declarations_lt_fr0600compute(
7304
8353
  <dl>
7305
8354
  <dd>
7306
8355
 
7307
- **month:** `Integer`
7308
-
7309
- </dd>
7310
- </dl>
7311
-
7312
- <dl>
7313
- <dd>
7314
-
7315
- **months:** `Integer`
7316
-
7317
- </dd>
7318
- </dl>
7319
-
7320
- <dl>
7321
- <dd>
7322
-
7323
- **deduction_percent:** `Integer`
8356
+ **quarter:** `Integer`
7324
8357
 
7325
8358
  </dd>
7326
8359
  </dl>
@@ -7340,7 +8373,7 @@ client.declarations.post_v1declarations_lt_fr0600compute(
7340
8373
  </dl>
7341
8374
  </details>
7342
8375
 
7343
- <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_lt_gpm313compute</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsLtGpm313ComputeResponse</code></summary>
8376
+ <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_eu_ioss_compute</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsEuIossComputeResponse</code></summary>
7344
8377
  <dl>
7345
8378
  <dd>
7346
8379
 
@@ -7353,7 +8386,7 @@ client.declarations.post_v1declarations_lt_fr0600compute(
7353
8386
  <dd>
7354
8387
 
7355
8388
  ```ruby
7356
- client.declarations.post_v1declarations_lt_gpm313compute(
8389
+ client.declarations.post_v1declarations_eu_ioss_compute(
7357
8390
  year: 1000000,
7358
8391
  month: 1000000
7359
8392
  )
@@ -7363,7 +8396,47 @@ client.declarations.post_v1declarations_lt_gpm313compute(
7363
8396
  </dd>
7364
8397
  </dl>
7365
8398
 
7366
- #### ⚙️ Parameters
8399
+ #### ⚙️ Parameters
8400
+
8401
+ <dl>
8402
+ <dd>
8403
+
8404
+ <dl>
8405
+ <dd>
8406
+
8407
+ **year:** `Integer`
8408
+
8409
+ </dd>
8410
+ </dl>
8411
+
8412
+ <dl>
8413
+ <dd>
8414
+
8415
+ **month:** `Integer`
8416
+
8417
+ </dd>
8418
+ </dl>
8419
+
8420
+ <dl>
8421
+ <dd>
8422
+
8423
+ **request_options:** `Nordlet::Declarations::RequestOptions`
8424
+
8425
+ </dd>
8426
+ </dl>
8427
+ </dd>
8428
+ </dl>
8429
+
8430
+
8431
+ </dd>
8432
+ </dl>
8433
+ </details>
8434
+
8435
+ <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_eu_distance_sales_threshold_get</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsEuDistanceSalesThresholdGetResponse</code></summary>
8436
+ <dl>
8437
+ <dd>
8438
+
8439
+ #### 🔌 Usage
7367
8440
 
7368
8441
  <dl>
7369
8442
  <dd>
@@ -7371,31 +8444,23 @@ client.declarations.post_v1declarations_lt_gpm313compute(
7371
8444
  <dl>
7372
8445
  <dd>
7373
8446
 
7374
- **year:** `Integer`
7375
-
8447
+ ```ruby
8448
+ client.declarations.post_v1declarations_eu_distance_sales_threshold_get
8449
+ ```
7376
8450
  </dd>
7377
8451
  </dl>
7378
-
7379
- <dl>
7380
- <dd>
7381
-
7382
- **month:** `Integer`
7383
-
7384
8452
  </dd>
7385
8453
  </dl>
7386
8454
 
8455
+ #### ⚙️ Parameters
8456
+
7387
8457
  <dl>
7388
8458
  <dd>
7389
8459
 
7390
- **payout_timing:** `Nordlet::Declarations::Types::PostV1DeclarationsLtGpm313ComputeRequestPayoutTiming`
7391
-
7392
- </dd>
7393
- </dl>
7394
-
7395
8460
  <dl>
7396
8461
  <dd>
7397
8462
 
7398
- **payment_day:** `Integer`
8463
+ **date:** `String`
7399
8464
 
7400
8465
  </dd>
7401
8466
  </dl>
@@ -7415,7 +8480,7 @@ client.declarations.post_v1declarations_lt_gpm313compute(
7415
8480
  </dl>
7416
8481
  </details>
7417
8482
 
7418
- <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_lt_sam_compute</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsLtSamComputeResponse</code></summary>
8483
+ <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_eu_union_turnover_get</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsEuUnionTurnoverGetResponse</code></summary>
7419
8484
  <dl>
7420
8485
  <dd>
7421
8486
 
@@ -7428,10 +8493,7 @@ client.declarations.post_v1declarations_lt_gpm313compute(
7428
8493
  <dd>
7429
8494
 
7430
8495
  ```ruby
7431
- client.declarations.post_v1declarations_lt_sam_compute(
7432
- year: 1000000,
7433
- month: 1000000
7434
- )
8496
+ client.declarations.post_v1declarations_eu_union_turnover_get
7435
8497
  ```
7436
8498
  </dd>
7437
8499
  </dl>
@@ -7446,15 +8508,7 @@ client.declarations.post_v1declarations_lt_sam_compute(
7446
8508
  <dl>
7447
8509
  <dd>
7448
8510
 
7449
- **year:** `Integer`
7450
-
7451
- </dd>
7452
- </dl>
7453
-
7454
- <dl>
7455
- <dd>
7456
-
7457
- **month:** `Integer`
8511
+ **date:** `String`
7458
8512
 
7459
8513
  </dd>
7460
8514
  </dl>
@@ -7474,7 +8528,7 @@ client.declarations.post_v1declarations_lt_sam_compute(
7474
8528
  </dl>
7475
8529
  </details>
7476
8530
 
7477
- <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_lt_sd_generate</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsLtSdGenerateResponse</code></summary>
8531
+ <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_eu_sme_cross_border_report_compute</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsEuSmeCrossBorderReportComputeResponse</code></summary>
7478
8532
  <dl>
7479
8533
  <dd>
7480
8534
 
@@ -7487,10 +8541,9 @@ client.declarations.post_v1declarations_lt_sam_compute(
7487
8541
  <dd>
7488
8542
 
7489
8543
  ```ruby
7490
- client.declarations.post_v1declarations_lt_sd_generate(
7491
- type: "1-SD",
7492
- from_date: "fromDate",
7493
- to_date: "toDate"
8544
+ client.declarations.post_v1declarations_eu_sme_cross_border_report_compute(
8545
+ year: 1000000,
8546
+ quarter: 1000000
7494
8547
  )
7495
8548
  ```
7496
8549
  </dd>
@@ -7506,15 +8559,7 @@ client.declarations.post_v1declarations_lt_sd_generate(
7506
8559
  <dl>
7507
8560
  <dd>
7508
8561
 
7509
- **type:** `Nordlet::Declarations::Types::PostV1DeclarationsLtSdGenerateRequestType`
7510
-
7511
- </dd>
7512
- </dl>
7513
-
7514
- <dl>
7515
- <dd>
7516
-
7517
- **from_date:** `String`
8562
+ **year:** `Integer`
7518
8563
 
7519
8564
  </dd>
7520
8565
  </dl>
@@ -7522,7 +8567,7 @@ client.declarations.post_v1declarations_lt_sd_generate(
7522
8567
  <dl>
7523
8568
  <dd>
7524
8569
 
7525
- **to_date:** `String`
8570
+ **quarter:** `Integer`
7526
8571
 
7527
8572
  </dd>
7528
8573
  </dl>
@@ -7542,7 +8587,7 @@ client.declarations.post_v1declarations_lt_sd_generate(
7542
8587
  </dl>
7543
8588
  </details>
7544
8589
 
7545
- <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_lt_saft_generate</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsLtSaftGenerateResponse</code></summary>
8590
+ <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_eu_sme_thresholds_list</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsEuSmeThresholdsListResponse</code></summary>
7546
8591
  <dl>
7547
8592
  <dd>
7548
8593
 
@@ -7555,10 +8600,7 @@ client.declarations.post_v1declarations_lt_sd_generate(
7555
8600
  <dd>
7556
8601
 
7557
8602
  ```ruby
7558
- client.declarations.post_v1declarations_lt_saft_generate(
7559
- from_date: "fromDate",
7560
- to_date: "toDate"
7561
- )
8603
+ client.declarations.post_v1declarations_eu_sme_thresholds_list
7562
8604
  ```
7563
8605
  </dd>
7564
8606
  </dl>
@@ -7573,31 +8615,47 @@ client.declarations.post_v1declarations_lt_saft_generate(
7573
8615
  <dl>
7574
8616
  <dd>
7575
8617
 
7576
- **from_date:** `String`
8618
+ **request_options:** `Nordlet::Declarations::RequestOptions`
7577
8619
 
7578
8620
  </dd>
7579
8621
  </dl>
8622
+ </dd>
8623
+ </dl>
7580
8624
 
7581
- <dl>
7582
- <dd>
7583
8625
 
7584
- **to_date:** `String`
7585
-
7586
8626
  </dd>
7587
8627
  </dl>
8628
+ </details>
7588
8629
 
8630
+ <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_eu_sme_threshold_get</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsEuSmeThresholdGetResponse</code></summary>
7589
8631
  <dl>
7590
8632
  <dd>
7591
8633
 
7592
- **data_type:** `Nordlet::Declarations::Types::PostV1DeclarationsLtSaftGenerateRequestDataType`
7593
-
8634
+ #### 🔌 Usage
8635
+
8636
+ <dl>
8637
+ <dd>
8638
+
8639
+ <dl>
8640
+ <dd>
8641
+
8642
+ ```ruby
8643
+ client.declarations.post_v1declarations_eu_sme_threshold_get
8644
+ ```
8645
+ </dd>
8646
+ </dl>
7594
8647
  </dd>
7595
8648
  </dl>
7596
8649
 
8650
+ #### ⚙️ Parameters
8651
+
7597
8652
  <dl>
7598
8653
  <dd>
7599
8654
 
7600
- **persist:** `Internal::Types::Boolean`
8655
+ <dl>
8656
+ <dd>
8657
+
8658
+ **date:** `String`
7601
8659
 
7602
8660
  </dd>
7603
8661
  </dl>
@@ -7617,7 +8675,7 @@ client.declarations.post_v1declarations_lt_saft_generate(
7617
8675
  </dl>
7618
8676
  </details>
7619
8677
 
7620
- <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_eu_oss_compute</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsEuOssComputeResponse</code></summary>
8678
+ <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_eu_vat_return_packs_list</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsEuVatReturnPacksListResponse</code></summary>
7621
8679
  <dl>
7622
8680
  <dd>
7623
8681
 
@@ -7630,10 +8688,7 @@ client.declarations.post_v1declarations_lt_saft_generate(
7630
8688
  <dd>
7631
8689
 
7632
8690
  ```ruby
7633
- client.declarations.post_v1declarations_eu_oss_compute(
7634
- year: 1000000,
7635
- quarter: 1000000
7636
- )
8691
+ client.declarations.post_v1declarations_eu_vat_return_packs_list
7637
8692
  ```
7638
8693
  </dd>
7639
8694
  </dl>
@@ -7648,22 +8703,6 @@ client.declarations.post_v1declarations_eu_oss_compute(
7648
8703
  <dl>
7649
8704
  <dd>
7650
8705
 
7651
- **year:** `Integer`
7652
-
7653
- </dd>
7654
- </dl>
7655
-
7656
- <dl>
7657
- <dd>
7658
-
7659
- **quarter:** `Integer`
7660
-
7661
- </dd>
7662
- </dl>
7663
-
7664
- <dl>
7665
- <dd>
7666
-
7667
8706
  **request_options:** `Nordlet::Declarations::RequestOptions`
7668
8707
 
7669
8708
  </dd>
@@ -7676,7 +8715,7 @@ client.declarations.post_v1declarations_eu_oss_compute(
7676
8715
  </dl>
7677
8716
  </details>
7678
8717
 
7679
- <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_eu_ioss_compute</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsEuIossComputeResponse</code></summary>
8718
+ <details><summary><code>client.declarations.<a href="/lib/nordlet/declarations/client.rb">post_v1declarations_eu_vat_return_compute</a>(request) -> Nordlet::Declarations::Types::PostV1DeclarationsEuVatReturnComputeResponse</code></summary>
7680
8719
  <dl>
7681
8720
  <dd>
7682
8721
 
@@ -7689,7 +8728,8 @@ client.declarations.post_v1declarations_eu_oss_compute(
7689
8728
  <dd>
7690
8729
 
7691
8730
  ```ruby
7692
- client.declarations.post_v1declarations_eu_ioss_compute(
8731
+ client.declarations.post_v1declarations_eu_vat_return_compute(
8732
+ country_code: "countryCode",
7693
8733
  year: 1000000,
7694
8734
  month: 1000000
7695
8735
  )
@@ -7707,6 +8747,14 @@ client.declarations.post_v1declarations_eu_ioss_compute(
7707
8747
  <dl>
7708
8748
  <dd>
7709
8749
 
8750
+ **country_code:** `String`
8751
+
8752
+ </dd>
8753
+ </dl>
8754
+
8755
+ <dl>
8756
+ <dd>
8757
+
7710
8758
  **year:** `Integer`
7711
8759
 
7712
8760
  </dd>
@@ -7723,6 +8771,14 @@ client.declarations.post_v1declarations_eu_ioss_compute(
7723
8771
  <dl>
7724
8772
  <dd>
7725
8773
 
8774
+ **months:** `Integer`
8775
+
8776
+ </dd>
8777
+ </dl>
8778
+
8779
+ <dl>
8780
+ <dd>
8781
+
7726
8782
  **request_options:** `Nordlet::Declarations::RequestOptions`
7727
8783
 
7728
8784
  </dd>
@@ -13105,6 +14161,14 @@ client.agreements.post_v1agreements_agreements_create(
13105
14161
  <dl>
13106
14162
  <dd>
13107
14163
 
14164
+ **billing_period:** `Nordlet::Agreements::Types::PostV1AgreementsAgreementsCreateRequestBillingPeriod`
14165
+
14166
+ </dd>
14167
+ </dl>
14168
+
14169
+ <dl>
14170
+ <dd>
14171
+
13108
14172
  **currency:** `String`
13109
14173
 
13110
14174
  </dd>
@@ -13273,6 +14337,14 @@ client.agreements.post_v1agreements_agreements_update(id: "id")
13273
14337
  <dl>
13274
14338
  <dd>
13275
14339
 
14340
+ **billing_period:** `Nordlet::Agreements::Types::PostV1AgreementsAgreementsUpdateRequestBillingPeriod`
14341
+
14342
+ </dd>
14343
+ </dl>
14344
+
14345
+ <dl>
14346
+ <dd>
14347
+
13276
14348
  **status:** `Nordlet::Agreements::Types::PostV1AgreementsAgreementsUpdateRequestStatus`
13277
14349
 
13278
14350
  </dd>
@@ -13417,6 +14489,110 @@ client.agreements.post_v1agreements_agreements_list
13417
14489
  </dl>
13418
14490
 
13419
14491
 
14492
+ </dd>
14493
+ </dl>
14494
+ </details>
14495
+
14496
+ <details><summary><code>client.agreements.<a href="/lib/nordlet/agreements/client.rb">post_v1agreements_agreements_generate_invoice</a>(request) -> Nordlet::Agreements::Types::PostV1AgreementsAgreementsGenerateInvoiceResponse</code></summary>
14497
+ <dl>
14498
+ <dd>
14499
+
14500
+ #### 🔌 Usage
14501
+
14502
+ <dl>
14503
+ <dd>
14504
+
14505
+ <dl>
14506
+ <dd>
14507
+
14508
+ ```ruby
14509
+ client.agreements.post_v1agreements_agreements_generate_invoice(id: "id")
14510
+ ```
14511
+ </dd>
14512
+ </dl>
14513
+ </dd>
14514
+ </dl>
14515
+
14516
+ #### ⚙️ Parameters
14517
+
14518
+ <dl>
14519
+ <dd>
14520
+
14521
+ <dl>
14522
+ <dd>
14523
+
14524
+ **id:** `String`
14525
+
14526
+ </dd>
14527
+ </dl>
14528
+
14529
+ <dl>
14530
+ <dd>
14531
+
14532
+ **as_of_date:** `String`
14533
+
14534
+ </dd>
14535
+ </dl>
14536
+
14537
+ <dl>
14538
+ <dd>
14539
+
14540
+ **request_options:** `Nordlet::Agreements::RequestOptions`
14541
+
14542
+ </dd>
14543
+ </dl>
14544
+ </dd>
14545
+ </dl>
14546
+
14547
+
14548
+ </dd>
14549
+ </dl>
14550
+ </details>
14551
+
14552
+ <details><summary><code>client.agreements.<a href="/lib/nordlet/agreements/client.rb">post_v1agreements_agreements_billing_run</a>(request) -> Nordlet::Agreements::Types::PostV1AgreementsAgreementsBillingRunResponse</code></summary>
14553
+ <dl>
14554
+ <dd>
14555
+
14556
+ #### 🔌 Usage
14557
+
14558
+ <dl>
14559
+ <dd>
14560
+
14561
+ <dl>
14562
+ <dd>
14563
+
14564
+ ```ruby
14565
+ client.agreements.post_v1agreements_agreements_billing_run
14566
+ ```
14567
+ </dd>
14568
+ </dl>
14569
+ </dd>
14570
+ </dl>
14571
+
14572
+ #### ⚙️ Parameters
14573
+
14574
+ <dl>
14575
+ <dd>
14576
+
14577
+ <dl>
14578
+ <dd>
14579
+
14580
+ **as_of_date:** `String`
14581
+
14582
+ </dd>
14583
+ </dl>
14584
+
14585
+ <dl>
14586
+ <dd>
14587
+
14588
+ **request_options:** `Nordlet::Agreements::RequestOptions`
14589
+
14590
+ </dd>
14591
+ </dl>
14592
+ </dd>
14593
+ </dl>
14594
+
14595
+
13420
14596
  </dd>
13421
14597
  </dl>
13422
14598
  </details>
@@ -21410,6 +22586,14 @@ client.account.post_v1account_companies_create(name: "name")
21410
22586
  <dl>
21411
22587
  <dd>
21412
22588
 
22589
+ **sme_exemption_number:** `String`
22590
+
22591
+ </dd>
22592
+ </dl>
22593
+
22594
+ <dl>
22595
+ <dd>
22596
+
21413
22597
  **is_vat_payer:** `Internal::Types::Boolean`
21414
22598
 
21415
22599
  </dd>
@@ -21642,6 +22826,14 @@ client.account.post_v1account_companies_update
21642
22826
  <dl>
21643
22827
  <dd>
21644
22828
 
22829
+ **sme_exemption_number:** `String`
22830
+
22831
+ </dd>
22832
+ </dl>
22833
+
22834
+ <dl>
22835
+ <dd>
22836
+
21645
22837
  **is_vat_payer:** `Internal::Types::Boolean`
21646
22838
 
21647
22839
  </dd>