@volcengine/billing 1.0.1

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