@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,754 @@
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 ListForListAmortizedCostBillDailyOutput
20
+ */
21
+ export interface ListForListAmortizedCostBillDailyOutput {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof ListForListAmortizedCostBillDailyOutput
26
+ */
27
+ AmortizedBeginTime?: string;
28
+
29
+ /**
30
+ * @type {string}
31
+ * @memberof ListForListAmortizedCostBillDailyOutput
32
+ */
33
+ AmortizedDay?: string;
34
+
35
+ /**
36
+ * @type {string}
37
+ * @memberof ListForListAmortizedCostBillDailyOutput
38
+ */
39
+ AmortizedEndTime?: string;
40
+
41
+ /**
42
+ * @type {string}
43
+ * @memberof ListForListAmortizedCostBillDailyOutput
44
+ */
45
+ AmortizedMonth?: string;
46
+
47
+ /**
48
+ * @type {string}
49
+ * @memberof ListForListAmortizedCostBillDailyOutput
50
+ */
51
+ AmortizedType?: string;
52
+
53
+ /**
54
+ * @type {string}
55
+ * @memberof ListForListAmortizedCostBillDailyOutput
56
+ */
57
+ BillCategory?: string;
58
+
59
+ /**
60
+ * @type {string}
61
+ * @memberof ListForListAmortizedCostBillDailyOutput
62
+ */
63
+ BillID?: string;
64
+
65
+ /**
66
+ * @type {string}
67
+ * @memberof ListForListAmortizedCostBillDailyOutput
68
+ */
69
+ BillPeriod?: string;
70
+
71
+ /**
72
+ * @type {string}
73
+ * @memberof ListForListAmortizedCostBillDailyOutput
74
+ */
75
+ BillingFunction?: string;
76
+
77
+ /**
78
+ * @type {string}
79
+ * @memberof ListForListAmortizedCostBillDailyOutput
80
+ */
81
+ BillingMethodCode?: string;
82
+
83
+ /**
84
+ * @type {string}
85
+ * @memberof ListForListAmortizedCostBillDailyOutput
86
+ */
87
+ BillingMode?: string;
88
+
89
+ /**
90
+ * @type {string}
91
+ * @memberof ListForListAmortizedCostBillDailyOutput
92
+ */
93
+ BusiPeriod?: string;
94
+
95
+ /**
96
+ * @type {string}
97
+ * @memberof ListForListAmortizedCostBillDailyOutput
98
+ */
99
+ BusinessMode?: string;
100
+
101
+ /**
102
+ * @type {string}
103
+ * @memberof ListForListAmortizedCostBillDailyOutput
104
+ */
105
+ ConfigName?: string;
106
+
107
+ /**
108
+ * @type {string}
109
+ * @memberof ListForListAmortizedCostBillDailyOutput
110
+ */
111
+ ConfigurationCode?: string;
112
+
113
+ /**
114
+ * @type {string}
115
+ * @memberof ListForListAmortizedCostBillDailyOutput
116
+ */
117
+ Count?: string;
118
+
119
+ /**
120
+ * @type {string}
121
+ * @memberof ListForListAmortizedCostBillDailyOutput
122
+ */
123
+ CountryRegion?: string;
124
+
125
+ /**
126
+ * @type {string}
127
+ * @memberof ListForListAmortizedCostBillDailyOutput
128
+ */
129
+ CouponAmount?: string;
130
+
131
+ /**
132
+ * @type {string}
133
+ * @memberof ListForListAmortizedCostBillDailyOutput
134
+ */
135
+ Currency?: string;
136
+
137
+ /**
138
+ * @type {string}
139
+ * @memberof ListForListAmortizedCostBillDailyOutput
140
+ */
141
+ CurrencySettlement?: string;
142
+
143
+ /**
144
+ * @type {string}
145
+ * @memberof ListForListAmortizedCostBillDailyOutput
146
+ */
147
+ DailyAmortizedCouponAmount?: string;
148
+
149
+ /**
150
+ * @type {string}
151
+ * @memberof ListForListAmortizedCostBillDailyOutput
152
+ */
153
+ DailyAmortizedDiscountBillAmount?: string;
154
+
155
+ /**
156
+ * @type {string}
157
+ * @memberof ListForListAmortizedCostBillDailyOutput
158
+ */
159
+ DailyAmortizedOriginalBillAmount?: string;
160
+
161
+ /**
162
+ * @type {string}
163
+ * @memberof ListForListAmortizedCostBillDailyOutput
164
+ */
165
+ DailyAmortizedPaidAmount?: string;
166
+
167
+ /**
168
+ * @type {string}
169
+ * @memberof ListForListAmortizedCostBillDailyOutput
170
+ */
171
+ DailyAmortizedPayableAmount?: string;
172
+
173
+ /**
174
+ * @type {string}
175
+ * @memberof ListForListAmortizedCostBillDailyOutput
176
+ */
177
+ DailyAmortizedPosttaxAmount?: string;
178
+
179
+ /**
180
+ * @type {string}
181
+ * @memberof ListForListAmortizedCostBillDailyOutput
182
+ */
183
+ DailyAmortizedPreTaxPayableAmount?: string;
184
+
185
+ /**
186
+ * @type {string}
187
+ * @memberof ListForListAmortizedCostBillDailyOutput
188
+ */
189
+ DailyAmortizedPreTaxRealValue?: string;
190
+
191
+ /**
192
+ * @type {string}
193
+ * @memberof ListForListAmortizedCostBillDailyOutput
194
+ */
195
+ DailyAmortizedPreferentialBillAmount?: string;
196
+
197
+ /**
198
+ * @type {string}
199
+ * @memberof ListForListAmortizedCostBillDailyOutput
200
+ */
201
+ DailyAmortizedPretaxAmount?: string;
202
+
203
+ /**
204
+ * @type {string}
205
+ * @memberof ListForListAmortizedCostBillDailyOutput
206
+ */
207
+ DailyAmortizedRealValue?: string;
208
+
209
+ /**
210
+ * @type {string}
211
+ * @memberof ListForListAmortizedCostBillDailyOutput
212
+ */
213
+ DailyAmortizedRoundAmount?: string;
214
+
215
+ /**
216
+ * @type {string}
217
+ * @memberof ListForListAmortizedCostBillDailyOutput
218
+ */
219
+ DailyAmortizedSavingPlanOriginalAmount?: string;
220
+
221
+ /**
222
+ * @type {string}
223
+ * @memberof ListForListAmortizedCostBillDailyOutput
224
+ */
225
+ DailyAmortizedSettlePayableAmount?: string;
226
+
227
+ /**
228
+ * @type {string}
229
+ * @memberof ListForListAmortizedCostBillDailyOutput
230
+ */
231
+ DailyAmortizedSettlePosttaxAmount?: string;
232
+
233
+ /**
234
+ * @type {string}
235
+ * @memberof ListForListAmortizedCostBillDailyOutput
236
+ */
237
+ DailyAmortizedSettlePreTaxPayableAmount?: string;
238
+
239
+ /**
240
+ * @type {string}
241
+ * @memberof ListForListAmortizedCostBillDailyOutput
242
+ */
243
+ DailyAmortizedSettlePreTaxRealValue?: string;
244
+
245
+ /**
246
+ * @type {string}
247
+ * @memberof ListForListAmortizedCostBillDailyOutput
248
+ */
249
+ DailyAmortizedSettlePretaxAmount?: string;
250
+
251
+ /**
252
+ * @type {string}
253
+ * @memberof ListForListAmortizedCostBillDailyOutput
254
+ */
255
+ DailyAmortizedSettleRealValue?: string;
256
+
257
+ /**
258
+ * @type {string}
259
+ * @memberof ListForListAmortizedCostBillDailyOutput
260
+ */
261
+ DailyAmortizedSettleTaxAmount?: string;
262
+
263
+ /**
264
+ * @type {string}
265
+ * @memberof ListForListAmortizedCostBillDailyOutput
266
+ */
267
+ DailyAmortizedTaxAmount?: string;
268
+
269
+ /**
270
+ * @type {string}
271
+ * @memberof ListForListAmortizedCostBillDailyOutput
272
+ */
273
+ DeductionUseDuration?: string;
274
+
275
+ /**
276
+ * @type {string}
277
+ * @memberof ListForListAmortizedCostBillDailyOutput
278
+ */
279
+ DiscountBillAmount?: string;
280
+
281
+ /**
282
+ * @type {string}
283
+ * @memberof ListForListAmortizedCostBillDailyOutput
284
+ */
285
+ DiscountBizBillingFunction?: string;
286
+
287
+ /**
288
+ * @type {string}
289
+ * @memberof ListForListAmortizedCostBillDailyOutput
290
+ */
291
+ EffectiveFactor?: string;
292
+
293
+ /**
294
+ * @type {string}
295
+ * @memberof ListForListAmortizedCostBillDailyOutput
296
+ */
297
+ Element?: string;
298
+
299
+ /**
300
+ * @type {string}
301
+ * @memberof ListForListAmortizedCostBillDailyOutput
302
+ */
303
+ ElementCode?: string;
304
+
305
+ /**
306
+ * @type {string}
307
+ * @memberof ListForListAmortizedCostBillDailyOutput
308
+ */
309
+ ExpandField?: string;
310
+
311
+ /**
312
+ * @type {string}
313
+ * @memberof ListForListAmortizedCostBillDailyOutput
314
+ */
315
+ ExpenseTime?: string;
316
+
317
+ /**
318
+ * @type {string}
319
+ * @memberof ListForListAmortizedCostBillDailyOutput
320
+ */
321
+ Factor?: string;
322
+
323
+ /**
324
+ * @type {string}
325
+ * @memberof ListForListAmortizedCostBillDailyOutput
326
+ */
327
+ FactorCode?: string;
328
+
329
+ /**
330
+ * @type {string}
331
+ * @memberof ListForListAmortizedCostBillDailyOutput
332
+ */
333
+ InstanceName?: string;
334
+
335
+ /**
336
+ * @type {string}
337
+ * @memberof ListForListAmortizedCostBillDailyOutput
338
+ */
339
+ InstanceNo?: string;
340
+
341
+ /**
342
+ * @type {string}
343
+ * @memberof ListForListAmortizedCostBillDailyOutput
344
+ */
345
+ MainContractNumber?: string;
346
+
347
+ /**
348
+ * @type {string}
349
+ * @memberof ListForListAmortizedCostBillDailyOutput
350
+ */
351
+ NowAmortizedCouponAmount?: string;
352
+
353
+ /**
354
+ * @type {string}
355
+ * @memberof ListForListAmortizedCostBillDailyOutput
356
+ */
357
+ NowAmortizedDiscountBillAmount?: string;
358
+
359
+ /**
360
+ * @type {string}
361
+ * @memberof ListForListAmortizedCostBillDailyOutput
362
+ */
363
+ NowAmortizedOriginalBillAmount?: string;
364
+
365
+ /**
366
+ * @type {string}
367
+ * @memberof ListForListAmortizedCostBillDailyOutput
368
+ */
369
+ NowAmortizedPaidAmount?: string;
370
+
371
+ /**
372
+ * @type {string}
373
+ * @memberof ListForListAmortizedCostBillDailyOutput
374
+ */
375
+ NowAmortizedPayableAmount?: string;
376
+
377
+ /**
378
+ * @type {string}
379
+ * @memberof ListForListAmortizedCostBillDailyOutput
380
+ */
381
+ NowAmortizedPosttaxAmount?: string;
382
+
383
+ /**
384
+ * @type {string}
385
+ * @memberof ListForListAmortizedCostBillDailyOutput
386
+ */
387
+ NowAmortizedPreTaxPayableAmount?: string;
388
+
389
+ /**
390
+ * @type {string}
391
+ * @memberof ListForListAmortizedCostBillDailyOutput
392
+ */
393
+ NowAmortizedPreTaxRealValue?: string;
394
+
395
+ /**
396
+ * @type {string}
397
+ * @memberof ListForListAmortizedCostBillDailyOutput
398
+ */
399
+ NowAmortizedPreferentialBillAmount?: string;
400
+
401
+ /**
402
+ * @type {string}
403
+ * @memberof ListForListAmortizedCostBillDailyOutput
404
+ */
405
+ NowAmortizedPretaxAmount?: string;
406
+
407
+ /**
408
+ * @type {string}
409
+ * @memberof ListForListAmortizedCostBillDailyOutput
410
+ */
411
+ NowAmortizedRealValue?: string;
412
+
413
+ /**
414
+ * @type {string}
415
+ * @memberof ListForListAmortizedCostBillDailyOutput
416
+ */
417
+ NowAmortizedRoundAmount?: string;
418
+
419
+ /**
420
+ * @type {string}
421
+ * @memberof ListForListAmortizedCostBillDailyOutput
422
+ */
423
+ NowAmortizedSavingPlanOriginalAmount?: string;
424
+
425
+ /**
426
+ * @type {string}
427
+ * @memberof ListForListAmortizedCostBillDailyOutput
428
+ */
429
+ NowAmortizedSettlePayableAmount?: string;
430
+
431
+ /**
432
+ * @type {string}
433
+ * @memberof ListForListAmortizedCostBillDailyOutput
434
+ */
435
+ NowAmortizedSettlePosttaxAmount?: string;
436
+
437
+ /**
438
+ * @type {string}
439
+ * @memberof ListForListAmortizedCostBillDailyOutput
440
+ */
441
+ NowAmortizedSettlePreTaxPayableAmount?: string;
442
+
443
+ /**
444
+ * @type {string}
445
+ * @memberof ListForListAmortizedCostBillDailyOutput
446
+ */
447
+ NowAmortizedSettlePreTaxRealValue?: string;
448
+
449
+ /**
450
+ * @type {string}
451
+ * @memberof ListForListAmortizedCostBillDailyOutput
452
+ */
453
+ NowAmortizedSettlePretaxAmount?: string;
454
+
455
+ /**
456
+ * @type {string}
457
+ * @memberof ListForListAmortizedCostBillDailyOutput
458
+ */
459
+ NowAmortizedSettleRealValue?: string;
460
+
461
+ /**
462
+ * @type {string}
463
+ * @memberof ListForListAmortizedCostBillDailyOutput
464
+ */
465
+ NowAmortizedSettleTaxAmount?: string;
466
+
467
+ /**
468
+ * @type {string}
469
+ * @memberof ListForListAmortizedCostBillDailyOutput
470
+ */
471
+ NowAmortizedTaxAmount?: string;
472
+
473
+ /**
474
+ * @type {string}
475
+ * @memberof ListForListAmortizedCostBillDailyOutput
476
+ */
477
+ OriginalBillAmount?: string;
478
+
479
+ /**
480
+ * @type {string}
481
+ * @memberof ListForListAmortizedCostBillDailyOutput
482
+ */
483
+ OriginalOrderNo?: string;
484
+
485
+ /**
486
+ * @type {string}
487
+ * @memberof ListForListAmortizedCostBillDailyOutput
488
+ */
489
+ OwnerCustomerName?: string;
490
+
491
+ /**
492
+ * @type {string}
493
+ * @memberof ListForListAmortizedCostBillDailyOutput
494
+ */
495
+ OwnerID?: string;
496
+
497
+ /**
498
+ * @type {string}
499
+ * @memberof ListForListAmortizedCostBillDailyOutput
500
+ */
501
+ OwnerUserName?: string;
502
+
503
+ /**
504
+ * @type {string}
505
+ * @memberof ListForListAmortizedCostBillDailyOutput
506
+ */
507
+ PaidAmount?: string;
508
+
509
+ /**
510
+ * @type {string}
511
+ * @memberof ListForListAmortizedCostBillDailyOutput
512
+ */
513
+ PayableAmount?: string;
514
+
515
+ /**
516
+ * @type {string}
517
+ * @memberof ListForListAmortizedCostBillDailyOutput
518
+ */
519
+ PayerCustomerName?: string;
520
+
521
+ /**
522
+ * @type {string}
523
+ * @memberof ListForListAmortizedCostBillDailyOutput
524
+ */
525
+ PayerID?: string;
526
+
527
+ /**
528
+ * @type {string}
529
+ * @memberof ListForListAmortizedCostBillDailyOutput
530
+ */
531
+ PayerUserName?: string;
532
+
533
+ /**
534
+ * @type {string}
535
+ * @memberof ListForListAmortizedCostBillDailyOutput
536
+ */
537
+ PosttaxAmount?: string;
538
+
539
+ /**
540
+ * @type {string}
541
+ * @memberof ListForListAmortizedCostBillDailyOutput
542
+ */
543
+ PreTaxPayableAmount?: string;
544
+
545
+ /**
546
+ * @type {string}
547
+ * @memberof ListForListAmortizedCostBillDailyOutput
548
+ */
549
+ PreTaxRealValue?: string;
550
+
551
+ /**
552
+ * @type {string}
553
+ * @memberof ListForListAmortizedCostBillDailyOutput
554
+ */
555
+ PreferentialBillAmount?: string;
556
+
557
+ /**
558
+ * @type {string}
559
+ * @memberof ListForListAmortizedCostBillDailyOutput
560
+ */
561
+ PretaxAmount?: string;
562
+
563
+ /**
564
+ * @type {string}
565
+ * @memberof ListForListAmortizedCostBillDailyOutput
566
+ */
567
+ Price?: string;
568
+
569
+ /**
570
+ * @type {string}
571
+ * @memberof ListForListAmortizedCostBillDailyOutput
572
+ */
573
+ PriceUnit?: string;
574
+
575
+ /**
576
+ * @type {string}
577
+ * @memberof ListForListAmortizedCostBillDailyOutput
578
+ */
579
+ Product?: string;
580
+
581
+ /**
582
+ * @type {string}
583
+ * @memberof ListForListAmortizedCostBillDailyOutput
584
+ */
585
+ ProductZh?: string;
586
+
587
+ /**
588
+ * @type {string}
589
+ * @memberof ListForListAmortizedCostBillDailyOutput
590
+ */
591
+ Project?: string;
592
+
593
+ /**
594
+ * @type {string}
595
+ * @memberof ListForListAmortizedCostBillDailyOutput
596
+ */
597
+ ProjectDisplayName?: string;
598
+
599
+ /**
600
+ * @type {string}
601
+ * @memberof ListForListAmortizedCostBillDailyOutput
602
+ */
603
+ RealValue?: string;
604
+
605
+ /**
606
+ * @type {string}
607
+ * @memberof ListForListAmortizedCostBillDailyOutput
608
+ */
609
+ Region?: string;
610
+
611
+ /**
612
+ * @type {string}
613
+ * @memberof ListForListAmortizedCostBillDailyOutput
614
+ */
615
+ RegionCode?: string;
616
+
617
+ /**
618
+ * @type {string}
619
+ * @memberof ListForListAmortizedCostBillDailyOutput
620
+ */
621
+ RoundAmount?: string;
622
+
623
+ /**
624
+ * @type {string}
625
+ * @memberof ListForListAmortizedCostBillDailyOutput
626
+ */
627
+ SavingPlanOriginalAmount?: string;
628
+
629
+ /**
630
+ * @type {string}
631
+ * @memberof ListForListAmortizedCostBillDailyOutput
632
+ */
633
+ SellerCustomerName?: string;
634
+
635
+ /**
636
+ * @type {string}
637
+ * @memberof ListForListAmortizedCostBillDailyOutput
638
+ */
639
+ SellerID?: string;
640
+
641
+ /**
642
+ * @type {string}
643
+ * @memberof ListForListAmortizedCostBillDailyOutput
644
+ */
645
+ SellerUserName?: string;
646
+
647
+ /**
648
+ * @type {string}
649
+ * @memberof ListForListAmortizedCostBillDailyOutput
650
+ */
651
+ SettlePayableAmount?: string;
652
+
653
+ /**
654
+ * @type {string}
655
+ * @memberof ListForListAmortizedCostBillDailyOutput
656
+ */
657
+ SettlePosttaxAmount?: string;
658
+
659
+ /**
660
+ * @type {string}
661
+ * @memberof ListForListAmortizedCostBillDailyOutput
662
+ */
663
+ SettlePreTaxPayableAmount?: string;
664
+
665
+ /**
666
+ * @type {string}
667
+ * @memberof ListForListAmortizedCostBillDailyOutput
668
+ */
669
+ SettlePreTaxRealValue?: string;
670
+
671
+ /**
672
+ * @type {string}
673
+ * @memberof ListForListAmortizedCostBillDailyOutput
674
+ */
675
+ SettlePretaxAmount?: string;
676
+
677
+ /**
678
+ * @type {string}
679
+ * @memberof ListForListAmortizedCostBillDailyOutput
680
+ */
681
+ SettleRealValue?: string;
682
+
683
+ /**
684
+ * @type {string}
685
+ * @memberof ListForListAmortizedCostBillDailyOutput
686
+ */
687
+ SettleTaxAmount?: string;
688
+
689
+ /**
690
+ * @type {string}
691
+ * @memberof ListForListAmortizedCostBillDailyOutput
692
+ */
693
+ SplitItemID?: string;
694
+
695
+ /**
696
+ * @type {string}
697
+ * @memberof ListForListAmortizedCostBillDailyOutput
698
+ */
699
+ SplitItemName?: string;
700
+
701
+ /**
702
+ * @type {string}
703
+ * @memberof ListForListAmortizedCostBillDailyOutput
704
+ */
705
+ SubjectName?: string;
706
+
707
+ /**
708
+ * @type {string}
709
+ * @memberof ListForListAmortizedCostBillDailyOutput
710
+ */
711
+ Tag?: string;
712
+
713
+ /**
714
+ * @type {string}
715
+ * @memberof ListForListAmortizedCostBillDailyOutput
716
+ */
717
+ Tax?: string;
718
+
719
+ /**
720
+ * @type {string}
721
+ * @memberof ListForListAmortizedCostBillDailyOutput
722
+ */
723
+ TaxRate?: string;
724
+
725
+ /**
726
+ * @type {string}
727
+ * @memberof ListForListAmortizedCostBillDailyOutput
728
+ */
729
+ Unit?: string;
730
+
731
+ /**
732
+ * @type {string}
733
+ * @memberof ListForListAmortizedCostBillDailyOutput
734
+ */
735
+ UseDuration?: string;
736
+
737
+ /**
738
+ * @type {string}
739
+ * @memberof ListForListAmortizedCostBillDailyOutput
740
+ */
741
+ UseDurationUnit?: string;
742
+
743
+ /**
744
+ * @type {string}
745
+ * @memberof ListForListAmortizedCostBillDailyOutput
746
+ */
747
+ Zone?: string;
748
+
749
+ /**
750
+ * @type {string}
751
+ * @memberof ListForListAmortizedCostBillDailyOutput
752
+ */
753
+ ZoneCode?: string;
754
+ }