@volcengine/billing 1.0.5 → 1.0.7

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 (401) hide show
  1. package/LICENSE.txt +202 -0
  2. package/dist/cjs/index.js +595 -0
  3. package/dist/esm/api.d.ts +617 -0
  4. package/dist/esm/api.d.ts.map +1 -0
  5. package/{src/index.ts → dist/esm/index.d.ts} +3 -4
  6. package/dist/esm/index.d.ts.map +1 -0
  7. package/dist/esm/index.mjs +399 -0
  8. package/{src/types/auth-for-list-invitation-output.ts → dist/esm/types/auth-for-list-invitation-output.d.ts} +8 -15
  9. package/dist/esm/types/auth-for-list-invitation-output.d.ts.map +1 -0
  10. package/{src/types/auth-info-for-list-financial-relation-output.ts → dist/esm/types/auth-info-for-list-financial-relation-output.d.ts} +8 -13
  11. package/dist/esm/types/auth-info-for-list-financial-relation-output.d.ts.map +1 -0
  12. package/{src/types/auth-info-for-list-invitation-output.ts → dist/esm/types/auth-info-for-list-invitation-output.d.ts} +8 -13
  13. package/dist/esm/types/auth-info-for-list-invitation-output.d.ts.map +1 -0
  14. package/{src/types/bill-category-list-for-get-filter-info-for-cost-analysis-output.ts → dist/esm/types/bill-category-list-for-get-filter-info-for-cost-analysis-output.d.ts} +8 -12
  15. package/dist/esm/types/bill-category-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  16. package/{src/types/billing-mode-info-list-for-list-budget-filter-billing-mode-output.ts → dist/esm/types/billing-mode-info-list-for-list-budget-filter-billing-mode-output.d.ts} +8 -12
  17. package/dist/esm/types/billing-mode-info-list-for-list-budget-filter-billing-mode-output.d.ts.map +1 -0
  18. package/{src/types/billing-mode-list-for-get-filter-info-for-cost-analysis-output.ts → dist/esm/types/billing-mode-list-for-get-filter-info-for-cost-analysis-output.d.ts} +8 -12
  19. package/dist/esm/types/billing-mode-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  20. package/{src/types/budget-alert-message-detail-list-for-query-budget-detail-output.ts → dist/esm/types/budget-alert-message-detail-list-for-query-budget-detail-output.d.ts} +8 -17
  21. package/dist/esm/types/budget-alert-message-detail-list-for-query-budget-detail-output.d.ts.map +1 -0
  22. package/{src/types/budget-alert-message-for-create-budget-input.ts → dist/esm/types/budget-alert-message-for-create-budget-input.d.ts} +8 -14
  23. package/dist/esm/types/budget-alert-message-for-create-budget-input.d.ts.map +1 -0
  24. package/{src/types/budget-alert-message-for-update-budget-input.ts → dist/esm/types/budget-alert-message-for-update-budget-input.d.ts} +8 -14
  25. package/dist/esm/types/budget-alert-message-for-update-budget-input.d.ts.map +1 -0
  26. package/{src/types/budget-alert-rule-for-create-budget-input.ts → dist/esm/types/budget-alert-rule-for-create-budget-input.d.ts} +13 -21
  27. package/dist/esm/types/budget-alert-rule-for-create-budget-input.d.ts.map +1 -0
  28. package/{src/types/budget-alert-rule-for-update-budget-input.ts → dist/esm/types/budget-alert-rule-for-update-budget-input.d.ts} +13 -21
  29. package/dist/esm/types/budget-alert-rule-for-update-budget-input.d.ts.map +1 -0
  30. package/{src/types/budget-alert-rule-list-for-query-budget-detail-output.ts → dist/esm/types/budget-alert-rule-list-for-query-budget-detail-output.d.ts} +13 -21
  31. package/dist/esm/types/budget-alert-rule-list-for-query-budget-detail-output.d.ts.map +1 -0
  32. package/{src/types/budget-amount-for-create-budget-input.ts → dist/esm/types/budget-amount-for-create-budget-input.d.ts} +8 -13
  33. package/dist/esm/types/budget-amount-for-create-budget-input.d.ts.map +1 -0
  34. package/{src/types/budget-amount-for-update-budget-input.ts → dist/esm/types/budget-amount-for-update-budget-input.d.ts} +8 -13
  35. package/dist/esm/types/budget-amount-for-update-budget-input.d.ts.map +1 -0
  36. package/{src/types/budget-amount-list-for-list-budget-amount-by-budget-idoutput.ts → dist/esm/types/budget-amount-list-for-list-budget-amount-by-budget-idoutput.d.ts} +8 -16
  37. package/dist/esm/types/budget-amount-list-for-list-budget-amount-by-budget-idoutput.d.ts.map +1 -0
  38. package/{src/types/budget-for-create-budget-input.ts → dist/esm/types/budget-for-create-budget-input.d.ts} +17 -27
  39. package/dist/esm/types/budget-for-create-budget-input.d.ts.map +1 -0
  40. package/{src/types/budget-for-query-budget-detail-output.ts → dist/esm/types/budget-for-query-budget-detail-output.d.ts} +17 -27
  41. package/dist/esm/types/budget-for-query-budget-detail-output.d.ts.map +1 -0
  42. package/{src/types/budget-for-update-budget-input.ts → dist/esm/types/budget-for-update-budget-input.d.ts} +17 -27
  43. package/dist/esm/types/budget-for-update-budget-input.d.ts.map +1 -0
  44. package/{src/types/budget-list-for-list-budget-output.ts → dist/esm/types/budget-list-for-list-budget-output.d.ts} +14 -28
  45. package/dist/esm/types/budget-list-for-list-budget-output.d.ts.map +1 -0
  46. package/{src/types/budget-range-billing-mode-for-query-budget-detail-output.ts → dist/esm/types/budget-range-billing-mode-for-query-budget-detail-output.d.ts} +8 -12
  47. package/dist/esm/types/budget-range-billing-mode-for-query-budget-detail-output.d.ts.map +1 -0
  48. package/{src/types/budget-range-for-create-budget-input.ts → dist/esm/types/budget-range-for-create-budget-input.d.ts} +8 -19
  49. package/dist/esm/types/budget-range-for-create-budget-input.d.ts.map +1 -0
  50. package/{src/types/budget-range-for-update-budget-input.ts → dist/esm/types/budget-range-for-update-budget-input.d.ts} +8 -19
  51. package/dist/esm/types/budget-range-for-update-budget-input.d.ts.map +1 -0
  52. package/{src/types/budget-range-info-for-query-budget-detail-output.ts → dist/esm/types/budget-range-info-for-query-budget-detail-output.d.ts} +8 -19
  53. package/dist/esm/types/budget-range-info-for-query-budget-detail-output.d.ts.map +1 -0
  54. package/{src/types/budget-range-owner-for-query-budget-detail-output.ts → dist/esm/types/budget-range-owner-for-query-budget-detail-output.d.ts} +8 -12
  55. package/dist/esm/types/budget-range-owner-for-query-budget-detail-output.d.ts.map +1 -0
  56. package/{src/types/budget-range-payer-for-query-budget-detail-output.ts → dist/esm/types/budget-range-payer-for-query-budget-detail-output.d.ts} +8 -12
  57. package/dist/esm/types/budget-range-payer-for-query-budget-detail-output.d.ts.map +1 -0
  58. package/{src/types/budget-range-product-for-query-budget-detail-output.ts → dist/esm/types/budget-range-product-for-query-budget-detail-output.d.ts} +8 -12
  59. package/dist/esm/types/budget-range-product-for-query-budget-detail-output.d.ts.map +1 -0
  60. package/{src/types/budget-range-region-for-query-budget-detail-output.ts → dist/esm/types/budget-range-region-for-query-budget-detail-output.d.ts} +8 -12
  61. package/dist/esm/types/budget-range-region-for-query-budget-detail-output.d.ts.map +1 -0
  62. package/{src/types/budget-range-subject-for-query-budget-detail-output.ts → dist/esm/types/budget-range-subject-for-query-budget-detail-output.d.ts} +8 -12
  63. package/dist/esm/types/budget-range-subject-for-query-budget-detail-output.d.ts.map +1 -0
  64. package/{src/types/budget-range-zone-for-query-budget-detail-output.ts → dist/esm/types/budget-range-zone-for-query-budget-detail-output.d.ts} +8 -12
  65. package/dist/esm/types/budget-range-zone-for-query-budget-detail-output.d.ts.map +1 -0
  66. package/{src/types/business-mode-list-for-get-filter-info-for-cost-analysis-output.ts → dist/esm/types/business-mode-list-for-get-filter-info-for-cost-analysis-output.d.ts} +8 -12
  67. package/dist/esm/types/business-mode-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  68. package/{src/types/cancel-invitation-request.ts → dist/esm/types/cancel-invitation-request.d.ts} +8 -15
  69. package/dist/esm/types/cancel-invitation-request.d.ts.map +1 -0
  70. package/{src/types/cancel-invitation-response.ts → dist/esm/types/cancel-invitation-response.d.ts} +8 -11
  71. package/dist/esm/types/cancel-invitation-response.d.ts.map +1 -0
  72. package/{src/types/cancel-order-request.ts → dist/esm/types/cancel-order-request.d.ts} +8 -11
  73. package/dist/esm/types/cancel-order-request.d.ts.map +1 -0
  74. package/{src/types/cancel-order-response.ts → dist/esm/types/cancel-order-response.d.ts} +8 -10
  75. package/dist/esm/types/cancel-order-response.d.ts.map +1 -0
  76. package/{src/types/charge-item-list-for-common-buy-input.ts → dist/esm/types/charge-item-list-for-common-buy-input.d.ts} +8 -13
  77. package/dist/esm/types/charge-item-list-for-common-buy-input.d.ts.map +1 -0
  78. package/{src/types/clean-up-financial-relation-request.ts → dist/esm/types/clean-up-financial-relation-request.d.ts} +8 -13
  79. package/dist/esm/types/clean-up-financial-relation-request.d.ts.map +1 -0
  80. package/{src/types/clean-up-financial-relation-response.ts → dist/esm/types/clean-up-financial-relation-response.d.ts} +8 -12
  81. package/dist/esm/types/clean-up-financial-relation-response.d.ts.map +1 -0
  82. package/{src/types/common-buy-request.ts → dist/esm/types/common-buy-request.d.ts} +8 -13
  83. package/dist/esm/types/common-buy-request.d.ts.map +1 -0
  84. package/{src/types/common-buy-response.ts → dist/esm/types/common-buy-response.d.ts} +8 -11
  85. package/dist/esm/types/common-buy-response.d.ts.map +1 -0
  86. package/{src/types/config-list-for-common-buy-input.ts → dist/esm/types/config-list-for-common-buy-input.d.ts} +8 -13
  87. package/dist/esm/types/config-list-for-common-buy-input.d.ts.map +1 -0
  88. package/{src/types/config-list-for-query-price-for-pay-as-you-go-input.ts → dist/esm/types/config-list-for-query-price-for-pay-as-you-go-input.d.ts} +8 -15
  89. package/dist/esm/types/config-list-for-query-price-for-pay-as-you-go-input.d.ts.map +1 -0
  90. package/{src/types/config-list-for-query-price-for-pay-as-you-go-output.ts → dist/esm/types/config-list-for-query-price-for-pay-as-you-go-output.d.ts} +8 -17
  91. package/dist/esm/types/config-list-for-query-price-for-pay-as-you-go-output.d.ts.map +1 -0
  92. package/{src/types/config-list-for-query-price-for-subscription-input.ts → dist/esm/types/config-list-for-query-price-for-subscription-input.d.ts} +8 -15
  93. package/dist/esm/types/config-list-for-query-price-for-subscription-input.d.ts.map +1 -0
  94. package/{src/types/config-list-for-query-price-for-subscription-output.ts → dist/esm/types/config-list-for-query-price-for-subscription-output.d.ts} +8 -17
  95. package/dist/esm/types/config-list-for-query-price-for-subscription-output.d.ts.map +1 -0
  96. package/{src/types/configuration-code-for-get-filter-info-for-cost-analysis-output.ts → dist/esm/types/configuration-code-for-get-filter-info-for-cost-analysis-output.d.ts} +8 -12
  97. package/dist/esm/types/configuration-code-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  98. package/{src/types/convert-list-for-list-bill-overview-by-category-output.ts → dist/esm/types/convert-list-for-list-bill-overview-by-category-output.d.ts} +8 -11
  99. package/dist/esm/types/convert-list-for-list-bill-overview-by-category-output.d.ts.map +1 -0
  100. package/{src/types/cost-data-for-list-cost-analysis-open-api-output.ts → dist/esm/types/cost-data-for-list-cost-analysis-open-api-output.d.ts} +8 -13
  101. package/dist/esm/types/cost-data-for-list-cost-analysis-open-api-output.d.ts.map +1 -0
  102. package/{src/types/cost-for-list-cost-analysis-open-api-output.ts → dist/esm/types/cost-for-list-cost-analysis-open-api-output.d.ts} +8 -12
  103. package/dist/esm/types/cost-for-list-cost-analysis-open-api-output.d.ts.map +1 -0
  104. package/{src/types/create-budget-request.ts → dist/esm/types/create-budget-request.d.ts} +8 -15
  105. package/dist/esm/types/create-budget-request.d.ts.map +1 -0
  106. package/{src/types/create-budget-response.ts → dist/esm/types/create-budget-response.d.ts} +8 -11
  107. package/dist/esm/types/create-budget-response.d.ts.map +1 -0
  108. package/{src/types/create-financial-relation-request.ts → dist/esm/types/create-financial-relation-request.d.ts} +8 -14
  109. package/dist/esm/types/create-financial-relation-request.d.ts.map +1 -0
  110. package/{src/types/create-financial-relation-response.ts → dist/esm/types/create-financial-relation-response.d.ts} +8 -11
  111. package/dist/esm/types/create-financial-relation-response.d.ts.map +1 -0
  112. package/{src/types/delete-budget-request.ts → dist/esm/types/delete-budget-request.d.ts} +8 -11
  113. package/dist/esm/types/delete-budget-request.d.ts.map +1 -0
  114. package/{src/types/delete-budget-response.ts → dist/esm/types/delete-budget-response.d.ts} +8 -10
  115. package/dist/esm/types/delete-budget-response.d.ts.map +1 -0
  116. package/{src/types/delete-financial-relation-request.ts → dist/esm/types/delete-financial-relation-request.d.ts} +8 -13
  117. package/dist/esm/types/delete-financial-relation-request.d.ts.map +1 -0
  118. package/{src/types/delete-financial-relation-response.ts → dist/esm/types/delete-financial-relation-response.d.ts} +8 -11
  119. package/dist/esm/types/delete-financial-relation-response.d.ts.map +1 -0
  120. package/{src/types/discount-detail-for-query-price-for-pay-as-you-go-output.ts → dist/esm/types/discount-detail-for-query-price-for-pay-as-you-go-output.d.ts} +8 -12
  121. package/dist/esm/types/discount-detail-for-query-price-for-pay-as-you-go-output.d.ts.map +1 -0
  122. package/{src/types/discount-detail-for-query-price-for-subscription-output.ts → dist/esm/types/discount-detail-for-query-price-for-subscription-output.d.ts} +8 -12
  123. package/dist/esm/types/discount-detail-for-query-price-for-subscription-output.d.ts.map +1 -0
  124. package/{src/types/element-code-list-for-get-filter-info-for-cost-analysis-output.ts → dist/esm/types/element-code-list-for-get-filter-info-for-cost-analysis-output.d.ts} +8 -12
  125. package/dist/esm/types/element-code-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  126. package/{src/types/filter-for-list-cost-analysis-open-api-input.ts → dist/esm/types/filter-for-list-cost-analysis-open-api-input.d.ts} +8 -13
  127. package/dist/esm/types/filter-for-list-cost-analysis-open-api-input.d.ts.map +1 -0
  128. package/{src/types/get-filter-info-for-cost-analysis-request.ts → dist/esm/types/get-filter-info-for-cost-analysis-request.d.ts} +8 -13
  129. package/dist/esm/types/get-filter-info-for-cost-analysis-request.d.ts.map +1 -0
  130. package/{src/types/get-filter-info-for-cost-analysis-response.ts → dist/esm/types/get-filter-info-for-cost-analysis-response.d.ts} +8 -24
  131. package/dist/esm/types/get-filter-info-for-cost-analysis-response.d.ts.map +1 -0
  132. package/{src/types/get-order-request.ts → dist/esm/types/get-order-request.d.ts} +8 -11
  133. package/dist/esm/types/get-order-request.d.ts.map +1 -0
  134. package/{src/types/get-order-response.ts → dist/esm/types/get-order-response.d.ts} +8 -11
  135. package/dist/esm/types/get-order-response.d.ts.map +1 -0
  136. package/{src/types/handle-invitation-request.ts → dist/esm/types/handle-invitation-request.d.ts} +8 -16
  137. package/dist/esm/types/handle-invitation-request.d.ts.map +1 -0
  138. package/{src/types/handle-invitation-response.ts → dist/esm/types/handle-invitation-response.d.ts} +8 -11
  139. package/dist/esm/types/handle-invitation-response.d.ts.map +1 -0
  140. package/{src/types/index.ts → dist/esm/types/index.d.ts} +1 -0
  141. package/dist/esm/types/index.d.ts.map +1 -0
  142. package/{src/types/instance-amount-list-for-query-price-for-renew-output.ts → dist/esm/types/instance-amount-list-for-query-price-for-renew-output.d.ts} +8 -15
  143. package/dist/esm/types/instance-amount-list-for-query-price-for-renew-output.d.ts.map +1 -0
  144. package/{src/types/instance-list-for-list-available-instances-output.ts → dist/esm/types/instance-list-for-list-available-instances-output.d.ts} +8 -25
  145. package/dist/esm/types/instance-list-for-list-available-instances-output.d.ts.map +1 -0
  146. package/{src/types/list-amortized-cost-bill-daily-request.ts → dist/esm/types/list-amortized-cost-bill-daily-request.d.ts} +8 -24
  147. package/dist/esm/types/list-amortized-cost-bill-daily-request.d.ts.map +1 -0
  148. package/{src/types/list-amortized-cost-bill-daily-response.ts → dist/esm/types/list-amortized-cost-bill-daily-response.d.ts} +8 -14
  149. package/dist/esm/types/list-amortized-cost-bill-daily-response.d.ts.map +1 -0
  150. package/{src/types/list-amortized-cost-bill-detail-request.ts → dist/esm/types/list-amortized-cost-bill-detail-request.d.ts} +8 -24
  151. package/dist/esm/types/list-amortized-cost-bill-detail-request.d.ts.map +1 -0
  152. package/{src/types/list-amortized-cost-bill-detail-response.ts → dist/esm/types/list-amortized-cost-bill-detail-response.d.ts} +8 -14
  153. package/dist/esm/types/list-amortized-cost-bill-detail-response.d.ts.map +1 -0
  154. package/{src/types/list-amortized-cost-bill-monthly-request.ts → dist/esm/types/list-amortized-cost-bill-monthly-request.d.ts} +8 -23
  155. package/dist/esm/types/list-amortized-cost-bill-monthly-request.d.ts.map +1 -0
  156. package/{src/types/list-amortized-cost-bill-monthly-response.ts → dist/esm/types/list-amortized-cost-bill-monthly-response.d.ts} +8 -14
  157. package/dist/esm/types/list-amortized-cost-bill-monthly-response.d.ts.map +1 -0
  158. package/{src/types/list-available-instances-request.ts → dist/esm/types/list-available-instances-request.d.ts} +8 -19
  159. package/dist/esm/types/list-available-instances-request.d.ts.map +1 -0
  160. package/{src/types/list-available-instances-response.ts → dist/esm/types/list-available-instances-response.d.ts} +8 -13
  161. package/dist/esm/types/list-available-instances-response.d.ts.map +1 -0
  162. package/{src/types/list-bill-detail-request.ts → dist/esm/types/list-bill-detail-request.d.ts} +8 -24
  163. package/dist/esm/types/list-bill-detail-request.d.ts.map +1 -0
  164. package/{src/types/list-bill-detail-response.ts → dist/esm/types/list-bill-detail-response.d.ts} +8 -14
  165. package/dist/esm/types/list-bill-detail-response.d.ts.map +1 -0
  166. package/{src/types/list-bill-overview-by-category-request.ts → dist/esm/types/list-bill-overview-by-category-request.d.ts} +8 -15
  167. package/dist/esm/types/list-bill-overview-by-category-request.d.ts.map +1 -0
  168. package/{src/types/list-bill-overview-by-category-response.ts → dist/esm/types/list-bill-overview-by-category-response.d.ts} +8 -11
  169. package/dist/esm/types/list-bill-overview-by-category-response.d.ts.map +1 -0
  170. package/{src/types/list-bill-overview-by-prod-request.ts → dist/esm/types/list-bill-overview-by-prod-request.d.ts} +8 -20
  171. package/dist/esm/types/list-bill-overview-by-prod-request.d.ts.map +1 -0
  172. package/{src/types/list-bill-overview-by-prod-response.ts → dist/esm/types/list-bill-overview-by-prod-response.d.ts} +8 -14
  173. package/dist/esm/types/list-bill-overview-by-prod-response.d.ts.map +1 -0
  174. package/{src/types/list-bill-request.ts → dist/esm/types/list-bill-request.d.ts} +8 -21
  175. package/dist/esm/types/list-bill-request.d.ts.map +1 -0
  176. package/{src/types/list-bill-response.ts → dist/esm/types/list-bill-response.d.ts} +8 -14
  177. package/dist/esm/types/list-bill-response.d.ts.map +1 -0
  178. package/{src/types/list-budget-amount-by-budget-idrequest.ts → dist/esm/types/list-budget-amount-by-budget-idrequest.d.ts} +8 -11
  179. package/dist/esm/types/list-budget-amount-by-budget-idrequest.d.ts.map +1 -0
  180. package/{src/types/list-budget-amount-by-budget-idresponse.ts → dist/esm/types/list-budget-amount-by-budget-idresponse.d.ts} +8 -11
  181. package/dist/esm/types/list-budget-amount-by-budget-idresponse.d.ts.map +1 -0
  182. package/{src/types/list-budget-filter-billing-mode-request.ts → dist/esm/types/list-budget-filter-billing-mode-request.d.ts} +8 -12
  183. package/dist/esm/types/list-budget-filter-billing-mode-request.d.ts.map +1 -0
  184. package/{src/types/list-budget-filter-billing-mode-response.ts → dist/esm/types/list-budget-filter-billing-mode-response.d.ts} +8 -14
  185. package/dist/esm/types/list-budget-filter-billing-mode-response.d.ts.map +1 -0
  186. package/{src/types/list-budget-filter-owner-idrequest.ts → dist/esm/types/list-budget-filter-owner-idrequest.d.ts} +8 -10
  187. package/dist/esm/types/list-budget-filter-owner-idrequest.d.ts.map +1 -0
  188. package/{src/types/list-budget-filter-owner-idresponse.ts → dist/esm/types/list-budget-filter-owner-idresponse.d.ts} +8 -11
  189. package/dist/esm/types/list-budget-filter-owner-idresponse.d.ts.map +1 -0
  190. package/{src/types/list-budget-filter-payer-idrequest.ts → dist/esm/types/list-budget-filter-payer-idrequest.d.ts} +8 -10
  191. package/dist/esm/types/list-budget-filter-payer-idrequest.d.ts.map +1 -0
  192. package/{src/types/list-budget-filter-payer-idresponse.ts → dist/esm/types/list-budget-filter-payer-idresponse.d.ts} +8 -11
  193. package/dist/esm/types/list-budget-filter-payer-idresponse.d.ts.map +1 -0
  194. package/{src/types/list-budget-filter-product-request.ts → dist/esm/types/list-budget-filter-product-request.d.ts} +8 -12
  195. package/dist/esm/types/list-budget-filter-product-request.d.ts.map +1 -0
  196. package/{src/types/list-budget-filter-product-response.ts → dist/esm/types/list-budget-filter-product-response.d.ts} +8 -14
  197. package/dist/esm/types/list-budget-filter-product-response.d.ts.map +1 -0
  198. package/{src/types/list-budget-filter-project-request.ts → dist/esm/types/list-budget-filter-project-request.d.ts} +8 -12
  199. package/dist/esm/types/list-budget-filter-project-request.d.ts.map +1 -0
  200. package/{src/types/list-budget-filter-project-response.ts → dist/esm/types/list-budget-filter-project-response.d.ts} +8 -14
  201. package/dist/esm/types/list-budget-filter-project-response.d.ts.map +1 -0
  202. package/{src/types/list-budget-filter-region-code-request.ts → dist/esm/types/list-budget-filter-region-code-request.d.ts} +8 -12
  203. package/dist/esm/types/list-budget-filter-region-code-request.d.ts.map +1 -0
  204. package/{src/types/list-budget-filter-region-code-response.ts → dist/esm/types/list-budget-filter-region-code-response.d.ts} +8 -14
  205. package/dist/esm/types/list-budget-filter-region-code-response.d.ts.map +1 -0
  206. package/{src/types/list-budget-filter-subject-info-request.ts → dist/esm/types/list-budget-filter-subject-info-request.d.ts} +8 -12
  207. package/dist/esm/types/list-budget-filter-subject-info-request.d.ts.map +1 -0
  208. package/{src/types/list-budget-filter-subject-info-response.ts → dist/esm/types/list-budget-filter-subject-info-response.d.ts} +8 -14
  209. package/dist/esm/types/list-budget-filter-subject-info-response.d.ts.map +1 -0
  210. package/{src/types/list-budget-filter-tag-key-request.ts → dist/esm/types/list-budget-filter-tag-key-request.d.ts} +8 -12
  211. package/dist/esm/types/list-budget-filter-tag-key-request.d.ts.map +1 -0
  212. package/{src/types/list-budget-filter-tag-key-response.ts → dist/esm/types/list-budget-filter-tag-key-response.d.ts} +8 -14
  213. package/dist/esm/types/list-budget-filter-tag-key-response.d.ts.map +1 -0
  214. package/{src/types/list-budget-filter-tag-value-request.ts → dist/esm/types/list-budget-filter-tag-value-request.d.ts} +8 -13
  215. package/dist/esm/types/list-budget-filter-tag-value-request.d.ts.map +1 -0
  216. package/{src/types/list-budget-filter-tag-value-response.ts → dist/esm/types/list-budget-filter-tag-value-response.d.ts} +8 -14
  217. package/dist/esm/types/list-budget-filter-tag-value-response.d.ts.map +1 -0
  218. package/{src/types/list-budget-filter-zone-code-request.ts → dist/esm/types/list-budget-filter-zone-code-request.d.ts} +8 -12
  219. package/dist/esm/types/list-budget-filter-zone-code-request.d.ts.map +1 -0
  220. package/{src/types/list-budget-filter-zone-code-response.ts → dist/esm/types/list-budget-filter-zone-code-response.d.ts} +8 -14
  221. package/dist/esm/types/list-budget-filter-zone-code-response.d.ts.map +1 -0
  222. package/{src/types/list-budget-request.ts → dist/esm/types/list-budget-request.d.ts} +15 -26
  223. package/dist/esm/types/list-budget-request.d.ts.map +1 -0
  224. package/{src/types/list-budget-response.ts → dist/esm/types/list-budget-response.d.ts} +8 -14
  225. package/dist/esm/types/list-budget-response.d.ts.map +1 -0
  226. package/{src/types/list-cost-analysis-open-api-request.ts → dist/esm/types/list-cost-analysis-open-api-request.d.ts} +8 -19
  227. package/dist/esm/types/list-cost-analysis-open-api-request.d.ts.map +1 -0
  228. package/{src/types/list-cost-analysis-open-api-response.ts → dist/esm/types/list-cost-analysis-open-api-response.d.ts} +8 -14
  229. package/dist/esm/types/list-cost-analysis-open-api-response.d.ts.map +1 -0
  230. package/{src/types/list-coupon-usage-records-request.ts → dist/esm/types/list-coupon-usage-records-request.d.ts} +8 -13
  231. package/dist/esm/types/list-coupon-usage-records-request.d.ts.map +1 -0
  232. package/{src/types/list-coupon-usage-records-response.ts → dist/esm/types/list-coupon-usage-records-response.d.ts} +8 -14
  233. package/dist/esm/types/list-coupon-usage-records-response.d.ts.map +1 -0
  234. package/{src/types/list-coupons-request.ts → dist/esm/types/list-coupons-request.d.ts} +8 -17
  235. package/dist/esm/types/list-coupons-request.d.ts.map +1 -0
  236. package/{src/types/list-coupons-response.ts → dist/esm/types/list-coupons-response.d.ts} +8 -14
  237. package/dist/esm/types/list-coupons-response.d.ts.map +1 -0
  238. package/{src/types/list-financial-relation-request.ts → dist/esm/types/list-financial-relation-request.d.ts} +8 -15
  239. package/dist/esm/types/list-financial-relation-request.d.ts.map +1 -0
  240. package/{src/types/list-financial-relation-response.ts → dist/esm/types/list-financial-relation-response.d.ts} +8 -14
  241. package/dist/esm/types/list-financial-relation-response.d.ts.map +1 -0
  242. package/{src/types/list-for-list-amortized-cost-bill-daily-output.ts → dist/esm/types/list-for-list-amortized-cost-bill-daily-output.d.ts} +8 -134
  243. package/dist/esm/types/list-for-list-amortized-cost-bill-daily-output.d.ts.map +1 -0
  244. package/{src/types/list-for-list-amortized-cost-bill-detail-output.ts → dist/esm/types/list-for-list-amortized-cost-bill-detail-output.d.ts} +8 -124
  245. package/dist/esm/types/list-for-list-amortized-cost-bill-detail-output.d.ts.map +1 -0
  246. package/{src/types/list-for-list-amortized-cost-bill-monthly-output.ts → dist/esm/types/list-for-list-amortized-cost-bill-monthly-output.d.ts} +8 -178
  247. package/dist/esm/types/list-for-list-amortized-cost-bill-monthly-output.d.ts.map +1 -0
  248. package/{src/types/list-for-list-bill-detail-output.ts → dist/esm/types/list-for-list-bill-detail-output.d.ts} +18 -107
  249. package/dist/esm/types/list-for-list-bill-detail-output.d.ts.map +1 -0
  250. package/{src/types/list-for-list-bill-output.ts → dist/esm/types/list-for-list-bill-output.d.ts} +8 -62
  251. package/dist/esm/types/list-for-list-bill-output.d.ts.map +1 -0
  252. package/{src/types/list-for-list-bill-overview-by-category-output.ts → dist/esm/types/list-for-list-bill-overview-by-category-output.d.ts} +8 -50
  253. package/dist/esm/types/list-for-list-bill-overview-by-category-output.d.ts.map +1 -0
  254. package/{src/types/list-for-list-bill-overview-by-prod-output.ts → dist/esm/types/list-for-list-bill-overview-by-prod-output.d.ts} +8 -53
  255. package/dist/esm/types/list-for-list-bill-overview-by-prod-output.d.ts.map +1 -0
  256. package/{src/types/list-for-list-budget-filter-owner-idoutput.ts → dist/esm/types/list-for-list-budget-filter-owner-idoutput.d.ts} +8 -12
  257. package/dist/esm/types/list-for-list-budget-filter-owner-idoutput.d.ts.map +1 -0
  258. package/{src/types/list-for-list-budget-filter-payer-idoutput.ts → dist/esm/types/list-for-list-budget-filter-payer-idoutput.d.ts} +8 -12
  259. package/dist/esm/types/list-for-list-budget-filter-payer-idoutput.d.ts.map +1 -0
  260. package/{src/types/list-for-list-budget-filter-product-output.ts → dist/esm/types/list-for-list-budget-filter-product-output.d.ts} +8 -12
  261. package/dist/esm/types/list-for-list-budget-filter-product-output.d.ts.map +1 -0
  262. package/{src/types/list-for-list-coupon-usage-records-output.ts → dist/esm/types/list-for-list-coupon-usage-records-output.d.ts} +8 -21
  263. package/dist/esm/types/list-for-list-coupon-usage-records-output.d.ts.map +1 -0
  264. package/{src/types/list-for-list-coupons-output.ts → dist/esm/types/list-for-list-coupons-output.d.ts} +8 -27
  265. package/dist/esm/types/list-for-list-coupons-output.d.ts.map +1 -0
  266. package/{src/types/list-for-list-financial-relation-output.ts → dist/esm/types/list-for-list-financial-relation-output.d.ts} +8 -24
  267. package/dist/esm/types/list-for-list-financial-relation-output.d.ts.map +1 -0
  268. package/{src/types/list-for-list-invitation-output.ts → dist/esm/types/list-for-list-invitation-output.d.ts} +8 -13
  269. package/dist/esm/types/list-for-list-invitation-output.d.ts.map +1 -0
  270. package/{src/types/list-for-list-package-usage-details-output.ts → dist/esm/types/list-for-list-package-usage-details-output.d.ts} +12 -51
  271. package/dist/esm/types/list-for-list-package-usage-details-output.d.ts.map +1 -0
  272. package/{src/types/list-for-list-resource-packages-output.ts → dist/esm/types/list-for-list-resource-packages-output.d.ts} +15 -43
  273. package/dist/esm/types/list-for-list-resource-packages-output.d.ts.map +1 -0
  274. package/{src/types/list-for-list-split-bill-detail-output.ts → dist/esm/types/list-for-list-split-bill-detail-output.d.ts} +13 -110
  275. package/dist/esm/types/list-for-list-split-bill-detail-output.d.ts.map +1 -0
  276. package/{src/types/list-invitation-request.ts → dist/esm/types/list-invitation-request.d.ts} +8 -10
  277. package/dist/esm/types/list-invitation-request.d.ts.map +1 -0
  278. package/{src/types/list-invitation-response.ts → dist/esm/types/list-invitation-response.d.ts} +8 -11
  279. package/dist/esm/types/list-invitation-response.d.ts.map +1 -0
  280. package/{src/types/list-order-product-details-request.ts → dist/esm/types/list-order-product-details-request.d.ts} +8 -13
  281. package/dist/esm/types/list-order-product-details-request.d.ts.map +1 -0
  282. package/{src/types/list-order-product-details-response.ts → dist/esm/types/list-order-product-details-response.d.ts} +8 -13
  283. package/dist/esm/types/list-order-product-details-response.d.ts.map +1 -0
  284. package/{src/types/list-orders-request.ts → dist/esm/types/list-orders-request.d.ts} +8 -16
  285. package/dist/esm/types/list-orders-request.d.ts.map +1 -0
  286. package/{src/types/list-orders-response.ts → dist/esm/types/list-orders-response.d.ts} +8 -13
  287. package/dist/esm/types/list-orders-response.d.ts.map +1 -0
  288. package/{src/types/list-package-usage-details-request.ts → dist/esm/types/list-package-usage-details-request.d.ts} +12 -22
  289. package/dist/esm/types/list-package-usage-details-request.d.ts.map +1 -0
  290. package/{src/types/list-package-usage-details-response.ts → dist/esm/types/list-package-usage-details-response.d.ts} +8 -12
  291. package/dist/esm/types/list-package-usage-details-response.d.ts.map +1 -0
  292. package/{src/types/list-recipient-information-request.ts → dist/esm/types/list-recipient-information-request.d.ts} +8 -12
  293. package/dist/esm/types/list-recipient-information-request.d.ts.map +1 -0
  294. package/{src/types/list-recipient-information-response.ts → dist/esm/types/list-recipient-information-response.d.ts} +8 -14
  295. package/dist/esm/types/list-recipient-information-response.d.ts.map +1 -0
  296. package/{src/types/list-resource-packages-request.ts → dist/esm/types/list-resource-packages-request.d.ts} +19 -30
  297. package/dist/esm/types/list-resource-packages-request.d.ts.map +1 -0
  298. package/{src/types/list-resource-packages-response.ts → dist/esm/types/list-resource-packages-response.d.ts} +8 -12
  299. package/dist/esm/types/list-resource-packages-response.d.ts.map +1 -0
  300. package/{src/types/list-split-bill-detail-request.ts → dist/esm/types/list-split-bill-detail-request.d.ts} +8 -25
  301. package/dist/esm/types/list-split-bill-detail-request.d.ts.map +1 -0
  302. package/{src/types/list-split-bill-detail-response.ts → dist/esm/types/list-split-bill-detail-response.d.ts} +8 -14
  303. package/dist/esm/types/list-split-bill-detail-response.d.ts.map +1 -0
  304. package/{src/types/order-fail-refund-info-for-get-order-output.ts → dist/esm/types/order-fail-refund-info-for-get-order-output.d.ts} +8 -15
  305. package/dist/esm/types/order-fail-refund-info-for-get-order-output.d.ts.map +1 -0
  306. package/{src/types/order-fail-refund-info-for-list-order-product-details-output.ts → dist/esm/types/order-fail-refund-info-for-list-order-product-details-output.d.ts} +8 -15
  307. package/dist/esm/types/order-fail-refund-info-for-list-order-product-details-output.d.ts.map +1 -0
  308. package/{src/types/order-fail-refund-info-for-list-orders-output.ts → dist/esm/types/order-fail-refund-info-for-list-orders-output.d.ts} +8 -15
  309. package/dist/esm/types/order-fail-refund-info-for-list-orders-output.d.ts.map +1 -0
  310. package/{src/types/order-info-for-common-buy-output.ts → dist/esm/types/order-info-for-common-buy-output.d.ts} +8 -12
  311. package/dist/esm/types/order-info-for-common-buy-output.d.ts.map +1 -0
  312. package/{src/types/order-info-for-get-order-output.ts → dist/esm/types/order-info-for-get-order-output.d.ts} +8 -27
  313. package/dist/esm/types/order-info-for-get-order-output.d.ts.map +1 -0
  314. package/{src/types/order-info-for-list-orders-output.ts → dist/esm/types/order-info-for-list-orders-output.d.ts} +8 -27
  315. package/dist/esm/types/order-info-for-list-orders-output.d.ts.map +1 -0
  316. package/{src/types/order-product-info-for-list-order-product-details-output.ts → dist/esm/types/order-product-info-for-list-order-product-details-output.d.ts} +8 -27
  317. package/dist/esm/types/order-product-info-for-list-order-product-details-output.d.ts.map +1 -0
  318. package/{src/types/owner-user-name-list-for-get-filter-info-for-cost-analysis-output.ts → dist/esm/types/owner-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts} +8 -12
  319. package/dist/esm/types/owner-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  320. package/{src/types/pay-order-request.ts → dist/esm/types/pay-order-request.d.ts} +8 -11
  321. package/dist/esm/types/pay-order-request.d.ts.map +1 -0
  322. package/{src/types/pay-order-response.ts → dist/esm/types/pay-order-response.d.ts} +8 -10
  323. package/dist/esm/types/pay-order-response.d.ts.map +1 -0
  324. package/{src/types/payer-user-name-list-for-get-filter-info-for-cost-analysis-output.ts → dist/esm/types/payer-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts} +8 -12
  325. package/dist/esm/types/payer-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  326. package/{src/types/product-limit-list-for-list-coupons-output.ts → dist/esm/types/product-limit-list-for-list-coupons-output.d.ts} +8 -20
  327. package/dist/esm/types/product-limit-list-for-list-coupons-output.d.ts.map +1 -0
  328. package/{src/types/product-list-for-get-filter-info-for-cost-analysis-output.ts → dist/esm/types/product-list-for-get-filter-info-for-cost-analysis-output.d.ts} +8 -12
  329. package/dist/esm/types/product-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  330. package/{src/types/project-list-for-get-filter-info-for-cost-analysis-output.ts → dist/esm/types/project-list-for-get-filter-info-for-cost-analysis-output.d.ts} +8 -12
  331. package/dist/esm/types/project-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  332. package/{src/types/query-balance-acct-request.ts → dist/esm/types/query-balance-acct-request.d.ts} +8 -10
  333. package/dist/esm/types/query-balance-acct-request.d.ts.map +1 -0
  334. package/{src/types/query-balance-acct-response.ts → dist/esm/types/query-balance-acct-response.d.ts} +8 -16
  335. package/dist/esm/types/query-balance-acct-response.d.ts.map +1 -0
  336. package/{src/types/query-budget-detail-request.ts → dist/esm/types/query-budget-detail-request.d.ts} +8 -11
  337. package/dist/esm/types/query-budget-detail-request.d.ts.map +1 -0
  338. package/{src/types/query-budget-detail-response.ts → dist/esm/types/query-budget-detail-response.d.ts} +8 -14
  339. package/dist/esm/types/query-budget-detail-response.d.ts.map +1 -0
  340. package/{src/types/query-price-for-pay-as-you-go-request.ts → dist/esm/types/query-price-for-pay-as-you-go-request.d.ts} +8 -12
  341. package/dist/esm/types/query-price-for-pay-as-you-go-request.d.ts.map +1 -0
  342. package/{src/types/query-price-for-pay-as-you-go-response.ts → dist/esm/types/query-price-for-pay-as-you-go-response.d.ts} +8 -14
  343. package/dist/esm/types/query-price-for-pay-as-you-go-response.d.ts.map +1 -0
  344. package/{src/types/query-price-for-renew-request.ts → dist/esm/types/query-price-for-renew-request.d.ts} +8 -13
  345. package/dist/esm/types/query-price-for-renew-request.d.ts.map +1 -0
  346. package/{src/types/query-price-for-renew-response.ts → dist/esm/types/query-price-for-renew-response.d.ts} +8 -14
  347. package/dist/esm/types/query-price-for-renew-response.d.ts.map +1 -0
  348. package/{src/types/query-price-for-subscription-request.ts → dist/esm/types/query-price-for-subscription-request.d.ts} +8 -12
  349. package/dist/esm/types/query-price-for-subscription-request.d.ts.map +1 -0
  350. package/{src/types/query-price-for-subscription-response.ts → dist/esm/types/query-price-for-subscription-response.d.ts} +8 -14
  351. package/dist/esm/types/query-price-for-subscription-response.d.ts.map +1 -0
  352. package/{src/types/query-tag-value-by-tag-key-request.ts → dist/esm/types/query-tag-value-by-tag-key-request.d.ts} +8 -14
  353. package/dist/esm/types/query-tag-value-by-tag-key-request.d.ts.map +1 -0
  354. package/{src/types/query-tag-value-by-tag-key-response.ts → dist/esm/types/query-tag-value-by-tag-key-response.d.ts} +8 -11
  355. package/dist/esm/types/query-tag-value-by-tag-key-response.d.ts.map +1 -0
  356. package/{src/types/recipient-information-list-for-list-recipient-information-output.ts → dist/esm/types/recipient-information-list-for-list-recipient-information-output.d.ts} +8 -14
  357. package/dist/esm/types/recipient-information-list-for-list-recipient-information-output.d.ts.map +1 -0
  358. package/{src/types/region-info-list-for-list-budget-filter-region-code-output.ts → dist/esm/types/region-info-list-for-list-budget-filter-region-code-output.d.ts} +8 -12
  359. package/dist/esm/types/region-info-list-for-list-budget-filter-region-code-output.d.ts.map +1 -0
  360. package/{src/types/region-list-for-get-filter-info-for-cost-analysis-output.ts → dist/esm/types/region-list-for-get-filter-info-for-cost-analysis-output.d.ts} +8 -12
  361. package/dist/esm/types/region-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  362. package/{src/types/relation-for-list-invitation-output.ts → dist/esm/types/relation-for-list-invitation-output.d.ts} +8 -24
  363. package/dist/esm/types/relation-for-list-invitation-output.d.ts.map +1 -0
  364. package/{src/types/renew-instance-request.ts → dist/esm/types/renew-instance-request.d.ts} +8 -17
  365. package/dist/esm/types/renew-instance-request.d.ts.map +1 -0
  366. package/{src/types/renew-instance-response.ts → dist/esm/types/renew-instance-response.d.ts} +8 -12
  367. package/dist/esm/types/renew-instance-response.d.ts.map +1 -0
  368. package/{src/types/set-renewal-type-request.ts → dist/esm/types/set-renewal-type-request.d.ts} +8 -18
  369. package/dist/esm/types/set-renewal-type-request.d.ts.map +1 -0
  370. package/{src/types/set-renewal-type-response.ts → dist/esm/types/set-renewal-type-response.d.ts} +8 -11
  371. package/dist/esm/types/set-renewal-type-response.d.ts.map +1 -0
  372. package/{src/types/subject-info-list-for-list-budget-filter-subject-info-output.ts → dist/esm/types/subject-info-list-for-list-budget-filter-subject-info-output.d.ts} +8 -12
  373. package/dist/esm/types/subject-info-list-for-list-budget-filter-subject-info-output.d.ts.map +1 -0
  374. package/{src/types/subject-no-list-for-get-filter-info-for-cost-analysis-output.ts → dist/esm/types/subject-no-list-for-get-filter-info-for-cost-analysis-output.d.ts} +8 -12
  375. package/dist/esm/types/subject-no-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  376. package/{src/types/success-instance-info-for-unsubscribe-instance-output.ts → dist/esm/types/success-instance-info-for-unsubscribe-instance-output.d.ts} +8 -12
  377. package/dist/esm/types/success-instance-info-for-unsubscribe-instance-output.d.ts.map +1 -0
  378. package/{src/types/success-instance-list-for-renew-instance-output.ts → dist/esm/types/success-instance-list-for-renew-instance-output.d.ts} +8 -12
  379. package/dist/esm/types/success-instance-list-for-renew-instance-output.d.ts.map +1 -0
  380. package/{src/types/success-instance-list-for-set-renewal-type-output.ts → dist/esm/types/success-instance-list-for-set-renewal-type-output.d.ts} +8 -12
  381. package/dist/esm/types/success-instance-list-for-set-renewal-type-output.d.ts.map +1 -0
  382. package/{src/types/unsubscribe-instance-request.ts → dist/esm/types/unsubscribe-instance-request.d.ts} +8 -14
  383. package/dist/esm/types/unsubscribe-instance-request.d.ts.map +1 -0
  384. package/{src/types/unsubscribe-instance-response.ts → dist/esm/types/unsubscribe-instance-response.d.ts} +8 -13
  385. package/dist/esm/types/unsubscribe-instance-response.d.ts.map +1 -0
  386. package/{src/types/update-auth-request.ts → dist/esm/types/update-auth-request.d.ts} +8 -12
  387. package/dist/esm/types/update-auth-request.d.ts.map +1 -0
  388. package/{src/types/update-auth-response.ts → dist/esm/types/update-auth-response.d.ts} +8 -11
  389. package/dist/esm/types/update-auth-response.d.ts.map +1 -0
  390. package/{src/types/update-budget-request.ts → dist/esm/types/update-budget-request.d.ts} +8 -16
  391. package/dist/esm/types/update-budget-request.d.ts.map +1 -0
  392. package/{src/types/update-budget-response.ts → dist/esm/types/update-budget-response.d.ts} +8 -10
  393. package/dist/esm/types/update-budget-response.d.ts.map +1 -0
  394. package/{src/types/zone-info-list-for-list-budget-filter-zone-code-output.ts → dist/esm/types/zone-info-list-for-list-budget-filter-zone-code-output.d.ts} +8 -12
  395. package/dist/esm/types/zone-info-list-for-list-budget-filter-zone-code-output.d.ts.map +1 -0
  396. package/{src/types/zone-list-for-get-filter-info-for-cost-analysis-output.ts → dist/esm/types/zone-list-for-get-filter-info-for-cost-analysis-output.d.ts} +8 -12
  397. package/dist/esm/types/zone-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  398. package/package.json +12 -8
  399. package/rslib.config.ts +0 -26
  400. package/src/api.ts +0 -1064
  401. package/tsconfig.json +0 -12
@@ -1,1030 +1,860 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
1
  /**
4
2
  * billing
5
3
  * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
4
  *
7
5
  * OpenAPI spec version: common-version
8
- *
6
+ *
9
7
  *
10
8
  * NOTE: This class is auto generated by the swagger code generator program.
11
9
  * https://github.com/swagger-api/swagger-codegen.git
12
10
  * Do not edit the class manually.
13
11
  */
14
-
15
- /**
16
- *
17
- *
18
- * @export
19
- * @interface ListForListAmortizedCostBillMonthlyOutput
20
- */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface ListForListAmortizedCostBillMonthlyOutput
17
+ */
21
18
  export interface ListForListAmortizedCostBillMonthlyOutput {
22
-
23
19
  /**
24
20
  * @type {string}
25
21
  * @memberof ListForListAmortizedCostBillMonthlyOutput
26
22
  */
27
23
  AmortizedBeginTime?: string;
28
-
29
24
  /**
30
25
  * @type {string}
31
26
  * @memberof ListForListAmortizedCostBillMonthlyOutput
32
27
  */
33
28
  AmortizedDayNum?: string;
34
-
35
29
  /**
36
30
  * @type {string}
37
31
  * @memberof ListForListAmortizedCostBillMonthlyOutput
38
32
  */
39
33
  AmortizedEndTime?: string;
40
-
41
34
  /**
42
35
  * @type {string}
43
36
  * @memberof ListForListAmortizedCostBillMonthlyOutput
44
37
  */
45
38
  AmortizedMonth?: string;
46
-
47
39
  /**
48
40
  * @type {string}
49
41
  * @memberof ListForListAmortizedCostBillMonthlyOutput
50
42
  */
51
43
  AmortizedType?: string;
52
-
53
44
  /**
54
45
  * @type {string}
55
46
  * @memberof ListForListAmortizedCostBillMonthlyOutput
56
47
  */
57
48
  BeforeAmortizedCouponAmount?: string;
58
-
59
49
  /**
60
50
  * @type {string}
61
51
  * @memberof ListForListAmortizedCostBillMonthlyOutput
62
52
  */
63
53
  BeforeAmortizedDiscountBillAmount?: string;
64
-
65
54
  /**
66
55
  * @type {string}
67
56
  * @memberof ListForListAmortizedCostBillMonthlyOutput
68
57
  */
69
58
  BeforeAmortizedOriginalBillAmount?: string;
70
-
71
59
  /**
72
60
  * @type {string}
73
61
  * @memberof ListForListAmortizedCostBillMonthlyOutput
74
62
  */
75
63
  BeforeAmortizedPaidAmount?: string;
76
-
77
64
  /**
78
65
  * @type {string}
79
66
  * @memberof ListForListAmortizedCostBillMonthlyOutput
80
67
  */
81
68
  BeforeAmortizedPayableAmount?: string;
82
-
83
69
  /**
84
70
  * @type {string}
85
71
  * @memberof ListForListAmortizedCostBillMonthlyOutput
86
72
  */
87
73
  BeforeAmortizedPosttaxAmount?: string;
88
-
89
74
  /**
90
75
  * @type {string}
91
76
  * @memberof ListForListAmortizedCostBillMonthlyOutput
92
77
  */
93
78
  BeforeAmortizedPreTaxPayableAmount?: string;
94
-
95
79
  /**
96
80
  * @type {string}
97
81
  * @memberof ListForListAmortizedCostBillMonthlyOutput
98
82
  */
99
83
  BeforeAmortizedPreTaxRealValue?: string;
100
-
101
84
  /**
102
85
  * @type {string}
103
86
  * @memberof ListForListAmortizedCostBillMonthlyOutput
104
87
  */
105
88
  BeforeAmortizedPreferentialBillAmount?: string;
106
-
107
89
  /**
108
90
  * @type {string}
109
91
  * @memberof ListForListAmortizedCostBillMonthlyOutput
110
92
  */
111
93
  BeforeAmortizedPretaxAmount?: string;
112
-
113
94
  /**
114
95
  * @type {string}
115
96
  * @memberof ListForListAmortizedCostBillMonthlyOutput
116
97
  */
117
98
  BeforeAmortizedRealValue?: string;
118
-
119
99
  /**
120
100
  * @type {string}
121
101
  * @memberof ListForListAmortizedCostBillMonthlyOutput
122
102
  */
123
103
  BeforeAmortizedRoundAmount?: string;
124
-
125
104
  /**
126
105
  * @type {string}
127
106
  * @memberof ListForListAmortizedCostBillMonthlyOutput
128
107
  */
129
108
  BeforeAmortizedSavingPlanOriginalAmount?: string;
130
-
131
109
  /**
132
110
  * @type {string}
133
111
  * @memberof ListForListAmortizedCostBillMonthlyOutput
134
112
  */
135
113
  BeforeAmortizedSettlePayableAmount?: string;
136
-
137
114
  /**
138
115
  * @type {string}
139
116
  * @memberof ListForListAmortizedCostBillMonthlyOutput
140
117
  */
141
118
  BeforeAmortizedSettlePosttaxAmount?: string;
142
-
143
119
  /**
144
120
  * @type {string}
145
121
  * @memberof ListForListAmortizedCostBillMonthlyOutput
146
122
  */
147
123
  BeforeAmortizedSettlePreTaxPayableAmount?: string;
148
-
149
124
  /**
150
125
  * @type {string}
151
126
  * @memberof ListForListAmortizedCostBillMonthlyOutput
152
127
  */
153
128
  BeforeAmortizedSettlePreTaxRealValue?: string;
154
-
155
129
  /**
156
130
  * @type {string}
157
131
  * @memberof ListForListAmortizedCostBillMonthlyOutput
158
132
  */
159
133
  BeforeAmortizedSettlePretaxAmount?: string;
160
-
161
134
  /**
162
135
  * @type {string}
163
136
  * @memberof ListForListAmortizedCostBillMonthlyOutput
164
137
  */
165
138
  BeforeAmortizedSettleRealValue?: string;
166
-
167
139
  /**
168
140
  * @type {string}
169
141
  * @memberof ListForListAmortizedCostBillMonthlyOutput
170
142
  */
171
143
  BeforeAmortizedSettleTaxAmount?: string;
172
-
173
144
  /**
174
145
  * @type {string}
175
146
  * @memberof ListForListAmortizedCostBillMonthlyOutput
176
147
  */
177
148
  BeforeAmortizedTaxAmount?: string;
178
-
179
149
  /**
180
150
  * @type {string}
181
151
  * @memberof ListForListAmortizedCostBillMonthlyOutput
182
152
  */
183
153
  BillCategory?: string;
184
-
185
154
  /**
186
155
  * @type {string}
187
156
  * @memberof ListForListAmortizedCostBillMonthlyOutput
188
157
  */
189
158
  BillID?: string;
190
-
191
159
  /**
192
160
  * @type {string}
193
161
  * @memberof ListForListAmortizedCostBillMonthlyOutput
194
162
  */
195
163
  BillPeriod?: string;
196
-
197
164
  /**
198
165
  * @type {string}
199
166
  * @memberof ListForListAmortizedCostBillMonthlyOutput
200
167
  */
201
168
  BillingFunction?: string;
202
-
203
169
  /**
204
170
  * @type {string}
205
171
  * @memberof ListForListAmortizedCostBillMonthlyOutput
206
172
  */
207
173
  BillingMethodCode?: string;
208
-
209
174
  /**
210
175
  * @type {string}
211
176
  * @memberof ListForListAmortizedCostBillMonthlyOutput
212
177
  */
213
178
  BillingMode?: string;
214
-
215
179
  /**
216
180
  * @type {string}
217
181
  * @memberof ListForListAmortizedCostBillMonthlyOutput
218
182
  */
219
183
  BusiPeriod?: string;
220
-
221
184
  /**
222
185
  * @type {string}
223
186
  * @memberof ListForListAmortizedCostBillMonthlyOutput
224
187
  */
225
188
  BusinessMode?: string;
226
-
227
189
  /**
228
190
  * @type {string}
229
191
  * @memberof ListForListAmortizedCostBillMonthlyOutput
230
192
  */
231
193
  ChargeItemCode?: string;
232
-
233
194
  /**
234
195
  * @type {string}
235
196
  * @memberof ListForListAmortizedCostBillMonthlyOutput
236
197
  */
237
198
  ConfigName?: string;
238
-
239
199
  /**
240
200
  * @type {string}
241
201
  * @memberof ListForListAmortizedCostBillMonthlyOutput
242
202
  */
243
203
  ConfigurationCode?: string;
244
-
245
204
  /**
246
205
  * @type {string}
247
206
  * @memberof ListForListAmortizedCostBillMonthlyOutput
248
207
  */
249
208
  Count?: string;
250
-
251
209
  /**
252
210
  * @type {string}
253
211
  * @memberof ListForListAmortizedCostBillMonthlyOutput
254
212
  */
255
213
  CountryRegion?: string;
256
-
257
214
  /**
258
215
  * @type {string}
259
216
  * @memberof ListForListAmortizedCostBillMonthlyOutput
260
217
  */
261
218
  CouponAmount?: string;
262
-
263
219
  /**
264
220
  * @type {string}
265
221
  * @memberof ListForListAmortizedCostBillMonthlyOutput
266
222
  */
267
223
  Currency?: string;
268
-
269
224
  /**
270
225
  * @type {string}
271
226
  * @memberof ListForListAmortizedCostBillMonthlyOutput
272
227
  */
273
228
  CurrencySettlement?: string;
274
-
275
229
  /**
276
230
  * @type {string}
277
231
  * @memberof ListForListAmortizedCostBillMonthlyOutput
278
232
  */
279
233
  DailyAmortizedCouponAmount?: string;
280
-
281
234
  /**
282
235
  * @type {string}
283
236
  * @memberof ListForListAmortizedCostBillMonthlyOutput
284
237
  */
285
238
  DailyAmortizedDiscountBillAmount?: string;
286
-
287
239
  /**
288
240
  * @type {string}
289
241
  * @memberof ListForListAmortizedCostBillMonthlyOutput
290
242
  */
291
243
  DailyAmortizedOriginalBillAmount?: string;
292
-
293
244
  /**
294
245
  * @type {string}
295
246
  * @memberof ListForListAmortizedCostBillMonthlyOutput
296
247
  */
297
248
  DailyAmortizedPaidAmount?: string;
298
-
299
249
  /**
300
250
  * @type {string}
301
251
  * @memberof ListForListAmortizedCostBillMonthlyOutput
302
252
  */
303
253
  DailyAmortizedPayableAmount?: string;
304
-
305
254
  /**
306
255
  * @type {string}
307
256
  * @memberof ListForListAmortizedCostBillMonthlyOutput
308
257
  */
309
258
  DailyAmortizedPosttaxAmount?: string;
310
-
311
259
  /**
312
260
  * @type {string}
313
261
  * @memberof ListForListAmortizedCostBillMonthlyOutput
314
262
  */
315
263
  DailyAmortizedPreTaxPayableAmount?: string;
316
-
317
264
  /**
318
265
  * @type {string}
319
266
  * @memberof ListForListAmortizedCostBillMonthlyOutput
320
267
  */
321
268
  DailyAmortizedPreTaxRealValue?: string;
322
-
323
269
  /**
324
270
  * @type {string}
325
271
  * @memberof ListForListAmortizedCostBillMonthlyOutput
326
272
  */
327
273
  DailyAmortizedPreferentialBillAmount?: string;
328
-
329
274
  /**
330
275
  * @type {string}
331
276
  * @memberof ListForListAmortizedCostBillMonthlyOutput
332
277
  */
333
278
  DailyAmortizedPretaxAmount?: string;
334
-
335
279
  /**
336
280
  * @type {string}
337
281
  * @memberof ListForListAmortizedCostBillMonthlyOutput
338
282
  */
339
283
  DailyAmortizedRealValue?: string;
340
-
341
284
  /**
342
285
  * @type {string}
343
286
  * @memberof ListForListAmortizedCostBillMonthlyOutput
344
287
  */
345
288
  DailyAmortizedRoundAmount?: string;
346
-
347
289
  /**
348
290
  * @type {string}
349
291
  * @memberof ListForListAmortizedCostBillMonthlyOutput
350
292
  */
351
293
  DailyAmortizedSavingPlanOriginalAmount?: string;
352
-
353
294
  /**
354
295
  * @type {string}
355
296
  * @memberof ListForListAmortizedCostBillMonthlyOutput
356
297
  */
357
298
  DailyAmortizedSettlePayableAmount?: string;
358
-
359
299
  /**
360
300
  * @type {string}
361
301
  * @memberof ListForListAmortizedCostBillMonthlyOutput
362
302
  */
363
303
  DailyAmortizedSettlePosttaxAmount?: string;
364
-
365
304
  /**
366
305
  * @type {string}
367
306
  * @memberof ListForListAmortizedCostBillMonthlyOutput
368
307
  */
369
308
  DailyAmortizedSettlePreTaxPayableAmount?: string;
370
-
371
309
  /**
372
310
  * @type {string}
373
311
  * @memberof ListForListAmortizedCostBillMonthlyOutput
374
312
  */
375
313
  DailyAmortizedSettlePreTaxRealValue?: string;
376
-
377
314
  /**
378
315
  * @type {string}
379
316
  * @memberof ListForListAmortizedCostBillMonthlyOutput
380
317
  */
381
318
  DailyAmortizedSettlePretaxAmount?: string;
382
-
383
319
  /**
384
320
  * @type {string}
385
321
  * @memberof ListForListAmortizedCostBillMonthlyOutput
386
322
  */
387
323
  DailyAmortizedSettleRealValue?: string;
388
-
389
324
  /**
390
325
  * @type {string}
391
326
  * @memberof ListForListAmortizedCostBillMonthlyOutput
392
327
  */
393
328
  DailyAmortizedSettleTaxAmount?: string;
394
-
395
329
  /**
396
330
  * @type {string}
397
331
  * @memberof ListForListAmortizedCostBillMonthlyOutput
398
332
  */
399
333
  DailyAmortizedTaxAmount?: string;
400
-
401
334
  /**
402
335
  * @type {string}
403
336
  * @memberof ListForListAmortizedCostBillMonthlyOutput
404
337
  */
405
338
  DeductionUseDuration?: string;
406
-
407
339
  /**
408
340
  * @type {string}
409
341
  * @memberof ListForListAmortizedCostBillMonthlyOutput
410
342
  */
411
343
  DiscountBillAmount?: string;
412
-
413
344
  /**
414
345
  * @type {string}
415
346
  * @memberof ListForListAmortizedCostBillMonthlyOutput
416
347
  */
417
348
  DiscountBizBillingFunction?: string;
418
-
419
349
  /**
420
350
  * @type {string}
421
351
  * @memberof ListForListAmortizedCostBillMonthlyOutput
422
352
  */
423
353
  DiscountBizMeasureInterval?: string;
424
-
425
354
  /**
426
355
  * @type {string}
427
356
  * @memberof ListForListAmortizedCostBillMonthlyOutput
428
357
  */
429
358
  DiscountBizUnitPrice?: string;
430
-
431
359
  /**
432
360
  * @type {string}
433
361
  * @memberof ListForListAmortizedCostBillMonthlyOutput
434
362
  */
435
363
  DiscountBizUnitPriceInterval?: string;
436
-
437
364
  /**
438
365
  * @type {string}
439
366
  * @memberof ListForListAmortizedCostBillMonthlyOutput
440
367
  */
441
368
  EffectiveFactor?: string;
442
-
443
369
  /**
444
370
  * @type {string}
445
371
  * @memberof ListForListAmortizedCostBillMonthlyOutput
446
372
  */
447
373
  Element?: string;
448
-
449
374
  /**
450
375
  * @type {string}
451
376
  * @memberof ListForListAmortizedCostBillMonthlyOutput
452
377
  */
453
378
  ExpandField?: string;
454
-
455
379
  /**
456
380
  * @type {string}
457
381
  * @memberof ListForListAmortizedCostBillMonthlyOutput
458
382
  */
459
383
  ExpenseTime?: string;
460
-
461
384
  /**
462
385
  * @type {string}
463
386
  * @memberof ListForListAmortizedCostBillMonthlyOutput
464
387
  */
465
388
  Factor?: string;
466
-
467
389
  /**
468
390
  * @type {string}
469
391
  * @memberof ListForListAmortizedCostBillMonthlyOutput
470
392
  */
471
393
  InstanceName?: string;
472
-
473
394
  /**
474
395
  * @type {string}
475
396
  * @memberof ListForListAmortizedCostBillMonthlyOutput
476
397
  */
477
398
  InstanceNo?: string;
478
-
479
399
  /**
480
400
  * @type {string}
481
401
  * @memberof ListForListAmortizedCostBillMonthlyOutput
482
402
  */
483
403
  MainContractNumber?: string;
484
-
485
404
  /**
486
405
  * @type {string}
487
406
  * @memberof ListForListAmortizedCostBillMonthlyOutput
488
407
  */
489
408
  MarketPrice?: string;
490
-
491
409
  /**
492
410
  * @type {string}
493
411
  * @memberof ListForListAmortizedCostBillMonthlyOutput
494
412
  */
495
413
  MeasureInterval?: string;
496
-
497
414
  /**
498
415
  * @type {string}
499
416
  * @memberof ListForListAmortizedCostBillMonthlyOutput
500
417
  */
501
418
  NowAmortizedCouponAmount?: string;
502
-
503
419
  /**
504
420
  * @type {string}
505
421
  * @memberof ListForListAmortizedCostBillMonthlyOutput
506
422
  */
507
423
  NowAmortizedDiscountBillAmount?: string;
508
-
509
424
  /**
510
425
  * @type {string}
511
426
  * @memberof ListForListAmortizedCostBillMonthlyOutput
512
427
  */
513
428
  NowAmortizedOriginalBillAmount?: string;
514
-
515
429
  /**
516
430
  * @type {string}
517
431
  * @memberof ListForListAmortizedCostBillMonthlyOutput
518
432
  */
519
433
  NowAmortizedPaidAmount?: string;
520
-
521
434
  /**
522
435
  * @type {string}
523
436
  * @memberof ListForListAmortizedCostBillMonthlyOutput
524
437
  */
525
438
  NowAmortizedPayableAmount?: string;
526
-
527
439
  /**
528
440
  * @type {string}
529
441
  * @memberof ListForListAmortizedCostBillMonthlyOutput
530
442
  */
531
443
  NowAmortizedPosttaxAmount?: string;
532
-
533
444
  /**
534
445
  * @type {string}
535
446
  * @memberof ListForListAmortizedCostBillMonthlyOutput
536
447
  */
537
448
  NowAmortizedPreTaxPayableAmount?: string;
538
-
539
449
  /**
540
450
  * @type {string}
541
451
  * @memberof ListForListAmortizedCostBillMonthlyOutput
542
452
  */
543
453
  NowAmortizedPreTaxRealValue?: string;
544
-
545
454
  /**
546
455
  * @type {string}
547
456
  * @memberof ListForListAmortizedCostBillMonthlyOutput
548
457
  */
549
458
  NowAmortizedPreferentialBillAmount?: string;
550
-
551
459
  /**
552
460
  * @type {string}
553
461
  * @memberof ListForListAmortizedCostBillMonthlyOutput
554
462
  */
555
463
  NowAmortizedPretaxAmount?: string;
556
-
557
464
  /**
558
465
  * @type {string}
559
466
  * @memberof ListForListAmortizedCostBillMonthlyOutput
560
467
  */
561
468
  NowAmortizedRealValue?: string;
562
-
563
469
  /**
564
470
  * @type {string}
565
471
  * @memberof ListForListAmortizedCostBillMonthlyOutput
566
472
  */
567
473
  NowAmortizedRoundAmount?: string;
568
-
569
474
  /**
570
475
  * @type {string}
571
476
  * @memberof ListForListAmortizedCostBillMonthlyOutput
572
477
  */
573
478
  NowAmortizedSavingPlanOriginalAmount?: string;
574
-
575
479
  /**
576
480
  * @type {string}
577
481
  * @memberof ListForListAmortizedCostBillMonthlyOutput
578
482
  */
579
483
  NowAmortizedSettlePayableAmount?: string;
580
-
581
484
  /**
582
485
  * @type {string}
583
486
  * @memberof ListForListAmortizedCostBillMonthlyOutput
584
487
  */
585
488
  NowAmortizedSettlePosttaxAmount?: string;
586
-
587
489
  /**
588
490
  * @type {string}
589
491
  * @memberof ListForListAmortizedCostBillMonthlyOutput
590
492
  */
591
493
  NowAmortizedSettlePreTaxPayableAmount?: string;
592
-
593
494
  /**
594
495
  * @type {string}
595
496
  * @memberof ListForListAmortizedCostBillMonthlyOutput
596
497
  */
597
498
  NowAmortizedSettlePreTaxRealValue?: string;
598
-
599
499
  /**
600
500
  * @type {string}
601
501
  * @memberof ListForListAmortizedCostBillMonthlyOutput
602
502
  */
603
503
  NowAmortizedSettlePretaxAmount?: string;
604
-
605
504
  /**
606
505
  * @type {string}
607
506
  * @memberof ListForListAmortizedCostBillMonthlyOutput
608
507
  */
609
508
  NowAmortizedSettleRealValue?: string;
610
-
611
509
  /**
612
510
  * @type {string}
613
511
  * @memberof ListForListAmortizedCostBillMonthlyOutput
614
512
  */
615
513
  NowAmortizedSettleTaxAmount?: string;
616
-
617
514
  /**
618
515
  * @type {string}
619
516
  * @memberof ListForListAmortizedCostBillMonthlyOutput
620
517
  */
621
518
  NowAmortizedTaxAmount?: string;
622
-
623
519
  /**
624
520
  * @type {string}
625
521
  * @memberof ListForListAmortizedCostBillMonthlyOutput
626
522
  */
627
523
  OriginalBillAmount?: string;
628
-
629
524
  /**
630
525
  * @type {string}
631
526
  * @memberof ListForListAmortizedCostBillMonthlyOutput
632
527
  */
633
528
  OriginalOrderNo?: string;
634
-
635
529
  /**
636
530
  * @type {string}
637
531
  * @memberof ListForListAmortizedCostBillMonthlyOutput
638
532
  */
639
533
  OwnerCustomerName?: string;
640
-
641
534
  /**
642
535
  * @type {string}
643
536
  * @memberof ListForListAmortizedCostBillMonthlyOutput
644
537
  */
645
538
  OwnerID?: string;
646
-
647
539
  /**
648
540
  * @type {string}
649
541
  * @memberof ListForListAmortizedCostBillMonthlyOutput
650
542
  */
651
543
  OwnerUserName?: string;
652
-
653
544
  /**
654
545
  * @type {string}
655
546
  * @memberof ListForListAmortizedCostBillMonthlyOutput
656
547
  */
657
548
  PaidAmount?: string;
658
-
659
549
  /**
660
550
  * @type {string}
661
551
  * @memberof ListForListAmortizedCostBillMonthlyOutput
662
552
  */
663
553
  PayableAmount?: string;
664
-
665
554
  /**
666
555
  * @type {string}
667
556
  * @memberof ListForListAmortizedCostBillMonthlyOutput
668
557
  */
669
558
  PayerCustomerName?: string;
670
-
671
559
  /**
672
560
  * @type {string}
673
561
  * @memberof ListForListAmortizedCostBillMonthlyOutput
674
562
  */
675
563
  PayerID?: string;
676
-
677
564
  /**
678
565
  * @type {string}
679
566
  * @memberof ListForListAmortizedCostBillMonthlyOutput
680
567
  */
681
568
  PayerUserName?: string;
682
-
683
569
  /**
684
570
  * @type {string}
685
571
  * @memberof ListForListAmortizedCostBillMonthlyOutput
686
572
  */
687
573
  PosttaxAmount?: string;
688
-
689
574
  /**
690
575
  * @type {string}
691
576
  * @memberof ListForListAmortizedCostBillMonthlyOutput
692
577
  */
693
578
  PreTaxPayableAmount?: string;
694
-
695
579
  /**
696
580
  * @type {string}
697
581
  * @memberof ListForListAmortizedCostBillMonthlyOutput
698
582
  */
699
583
  PreTaxRealValue?: string;
700
-
701
584
  /**
702
585
  * @type {string}
703
586
  * @memberof ListForListAmortizedCostBillMonthlyOutput
704
587
  */
705
588
  PreferentialBillAmount?: string;
706
-
707
589
  /**
708
590
  * @type {string}
709
591
  * @memberof ListForListAmortizedCostBillMonthlyOutput
710
592
  */
711
593
  PretaxAmount?: string;
712
-
713
594
  /**
714
595
  * @type {string}
715
596
  * @memberof ListForListAmortizedCostBillMonthlyOutput
716
597
  */
717
598
  Price?: string;
718
-
719
599
  /**
720
600
  * @type {string}
721
601
  * @memberof ListForListAmortizedCostBillMonthlyOutput
722
602
  */
723
603
  PriceInterval?: string;
724
-
725
604
  /**
726
605
  * @type {string}
727
606
  * @memberof ListForListAmortizedCostBillMonthlyOutput
728
607
  */
729
608
  PriceUnit?: string;
730
-
731
609
  /**
732
610
  * @type {string}
733
611
  * @memberof ListForListAmortizedCostBillMonthlyOutput
734
612
  */
735
613
  Product?: string;
736
-
737
614
  /**
738
615
  * @type {string}
739
616
  * @memberof ListForListAmortizedCostBillMonthlyOutput
740
617
  */
741
618
  ProductZh?: string;
742
-
743
619
  /**
744
620
  * @type {string}
745
621
  * @memberof ListForListAmortizedCostBillMonthlyOutput
746
622
  */
747
623
  Project?: string;
748
-
749
624
  /**
750
625
  * @type {string}
751
626
  * @memberof ListForListAmortizedCostBillMonthlyOutput
752
627
  */
753
628
  ProjectDisplayName?: string;
754
-
755
629
  /**
756
630
  * @type {string}
757
631
  * @memberof ListForListAmortizedCostBillMonthlyOutput
758
632
  */
759
633
  RealValue?: string;
760
-
761
634
  /**
762
635
  * @type {string}
763
636
  * @memberof ListForListAmortizedCostBillMonthlyOutput
764
637
  */
765
638
  Region?: string;
766
-
767
639
  /**
768
640
  * @type {string}
769
641
  * @memberof ListForListAmortizedCostBillMonthlyOutput
770
642
  */
771
643
  ResourceID?: string;
772
-
773
644
  /**
774
645
  * @type {string}
775
646
  * @memberof ListForListAmortizedCostBillMonthlyOutput
776
647
  */
777
648
  RoundAmount?: string;
778
-
779
649
  /**
780
650
  * @type {string}
781
651
  * @memberof ListForListAmortizedCostBillMonthlyOutput
782
652
  */
783
653
  SavingPlanOriginalAmount?: string;
784
-
785
654
  /**
786
655
  * @type {string}
787
656
  * @memberof ListForListAmortizedCostBillMonthlyOutput
788
657
  */
789
658
  SellerCustomerName?: string;
790
-
791
659
  /**
792
660
  * @type {string}
793
661
  * @memberof ListForListAmortizedCostBillMonthlyOutput
794
662
  */
795
663
  SellerID?: string;
796
-
797
664
  /**
798
665
  * @type {string}
799
666
  * @memberof ListForListAmortizedCostBillMonthlyOutput
800
667
  */
801
668
  SellerUserName?: string;
802
-
803
669
  /**
804
670
  * @type {string}
805
671
  * @memberof ListForListAmortizedCostBillMonthlyOutput
806
672
  */
807
673
  SettlePayableAmount?: string;
808
-
809
674
  /**
810
675
  * @type {string}
811
676
  * @memberof ListForListAmortizedCostBillMonthlyOutput
812
677
  */
813
678
  SettlePosttaxAmount?: string;
814
-
815
679
  /**
816
680
  * @type {string}
817
681
  * @memberof ListForListAmortizedCostBillMonthlyOutput
818
682
  */
819
683
  SettlePreTaxPayableAmount?: string;
820
-
821
684
  /**
822
685
  * @type {string}
823
686
  * @memberof ListForListAmortizedCostBillMonthlyOutput
824
687
  */
825
688
  SettlePreTaxRealValue?: string;
826
-
827
689
  /**
828
690
  * @type {string}
829
691
  * @memberof ListForListAmortizedCostBillMonthlyOutput
830
692
  */
831
693
  SettlePretaxAmount?: string;
832
-
833
694
  /**
834
695
  * @type {string}
835
696
  * @memberof ListForListAmortizedCostBillMonthlyOutput
836
697
  */
837
698
  SettleRealValue?: string;
838
-
839
699
  /**
840
700
  * @type {string}
841
701
  * @memberof ListForListAmortizedCostBillMonthlyOutput
842
702
  */
843
703
  SettleTaxAmount?: string;
844
-
845
704
  /**
846
705
  * @type {string}
847
706
  * @memberof ListForListAmortizedCostBillMonthlyOutput
848
707
  */
849
708
  SplitItemID?: string;
850
-
851
709
  /**
852
710
  * @type {string}
853
711
  * @memberof ListForListAmortizedCostBillMonthlyOutput
854
712
  */
855
713
  SplitItemName?: string;
856
-
857
714
  /**
858
715
  * @type {string}
859
716
  * @memberof ListForListAmortizedCostBillMonthlyOutput
860
717
  */
861
718
  SubjectName?: string;
862
-
863
719
  /**
864
720
  * @type {string}
865
721
  * @memberof ListForListAmortizedCostBillMonthlyOutput
866
722
  */
867
723
  Tag?: string;
868
-
869
724
  /**
870
725
  * @type {string}
871
726
  * @memberof ListForListAmortizedCostBillMonthlyOutput
872
727
  */
873
728
  Tax?: string;
874
-
875
729
  /**
876
730
  * @type {string}
877
731
  * @memberof ListForListAmortizedCostBillMonthlyOutput
878
732
  */
879
733
  TaxRate?: string;
880
-
881
734
  /**
882
735
  * @type {string}
883
736
  * @memberof ListForListAmortizedCostBillMonthlyOutput
884
737
  */
885
738
  UnAmortizedSavingPlanOriginalAmount?: string;
886
-
887
739
  /**
888
740
  * @type {string}
889
741
  * @memberof ListForListAmortizedCostBillMonthlyOutput
890
742
  */
891
743
  UnamortizedCouponAmount?: string;
892
-
893
744
  /**
894
745
  * @type {string}
895
746
  * @memberof ListForListAmortizedCostBillMonthlyOutput
896
747
  */
897
748
  UnamortizedDiscountBillAmount?: string;
898
-
899
749
  /**
900
750
  * @type {string}
901
751
  * @memberof ListForListAmortizedCostBillMonthlyOutput
902
752
  */
903
753
  UnamortizedOriginalBillAmount?: string;
904
-
905
754
  /**
906
755
  * @type {string}
907
756
  * @memberof ListForListAmortizedCostBillMonthlyOutput
908
757
  */
909
758
  UnamortizedPaidAmount?: string;
910
-
911
759
  /**
912
760
  * @type {string}
913
761
  * @memberof ListForListAmortizedCostBillMonthlyOutput
914
762
  */
915
763
  UnamortizedPayableAmount?: string;
916
-
917
764
  /**
918
765
  * @type {string}
919
766
  * @memberof ListForListAmortizedCostBillMonthlyOutput
920
767
  */
921
768
  UnamortizedPosttaxAmount?: string;
922
-
923
769
  /**
924
770
  * @type {string}
925
771
  * @memberof ListForListAmortizedCostBillMonthlyOutput
926
772
  */
927
773
  UnamortizedPreTaxPayableAmount?: string;
928
-
929
774
  /**
930
775
  * @type {string}
931
776
  * @memberof ListForListAmortizedCostBillMonthlyOutput
932
777
  */
933
778
  UnamortizedPreTaxRealValue?: string;
934
-
935
779
  /**
936
780
  * @type {string}
937
781
  * @memberof ListForListAmortizedCostBillMonthlyOutput
938
782
  */
939
783
  UnamortizedPreferentialBillAmount?: string;
940
-
941
784
  /**
942
785
  * @type {string}
943
786
  * @memberof ListForListAmortizedCostBillMonthlyOutput
944
787
  */
945
788
  UnamortizedPretaxAmount?: string;
946
-
947
789
  /**
948
790
  * @type {string}
949
791
  * @memberof ListForListAmortizedCostBillMonthlyOutput
950
792
  */
951
793
  UnamortizedRealValue?: string;
952
-
953
794
  /**
954
795
  * @type {string}
955
796
  * @memberof ListForListAmortizedCostBillMonthlyOutput
956
797
  */
957
798
  UnamortizedRoundAmount?: string;
958
-
959
799
  /**
960
800
  * @type {string}
961
801
  * @memberof ListForListAmortizedCostBillMonthlyOutput
962
802
  */
963
803
  UnamortizedSettlePayableAmount?: string;
964
-
965
804
  /**
966
805
  * @type {string}
967
806
  * @memberof ListForListAmortizedCostBillMonthlyOutput
968
807
  */
969
808
  UnamortizedSettlePosttaxAmount?: string;
970
-
971
809
  /**
972
810
  * @type {string}
973
811
  * @memberof ListForListAmortizedCostBillMonthlyOutput
974
812
  */
975
813
  UnamortizedSettlePreTaxPayableAmount?: string;
976
-
977
814
  /**
978
815
  * @type {string}
979
816
  * @memberof ListForListAmortizedCostBillMonthlyOutput
980
817
  */
981
818
  UnamortizedSettlePreTaxRealValue?: string;
982
-
983
819
  /**
984
820
  * @type {string}
985
821
  * @memberof ListForListAmortizedCostBillMonthlyOutput
986
822
  */
987
823
  UnamortizedSettlePretaxAmount?: string;
988
-
989
824
  /**
990
825
  * @type {string}
991
826
  * @memberof ListForListAmortizedCostBillMonthlyOutput
992
827
  */
993
828
  UnamortizedSettleRealValue?: string;
994
-
995
829
  /**
996
830
  * @type {string}
997
831
  * @memberof ListForListAmortizedCostBillMonthlyOutput
998
832
  */
999
833
  UnamortizedSettleTaxAmount?: string;
1000
-
1001
834
  /**
1002
835
  * @type {string}
1003
836
  * @memberof ListForListAmortizedCostBillMonthlyOutput
1004
837
  */
1005
838
  UnamortizedTaxAmount?: string;
1006
-
1007
839
  /**
1008
840
  * @type {string}
1009
841
  * @memberof ListForListAmortizedCostBillMonthlyOutput
1010
842
  */
1011
843
  Unit?: string;
1012
-
1013
844
  /**
1014
845
  * @type {string}
1015
846
  * @memberof ListForListAmortizedCostBillMonthlyOutput
1016
847
  */
1017
848
  UseDuration?: string;
1018
-
1019
849
  /**
1020
850
  * @type {string}
1021
851
  * @memberof ListForListAmortizedCostBillMonthlyOutput
1022
852
  */
1023
853
  UseDurationUnit?: string;
1024
-
1025
854
  /**
1026
855
  * @type {string}
1027
856
  * @memberof ListForListAmortizedCostBillMonthlyOutput
1028
857
  */
1029
858
  Zone?: string;
1030
859
  }
860
+ //# sourceMappingURL=list-for-list-amortized-cost-bill-monthly-output.d.ts.map