dana-python 1.1.10__tar.gz → 2.1.0__tar.gz

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 (232) hide show
  1. {dana_python-1.1.10/dana_python.egg-info → dana_python-2.1.0}/PKG-INFO +1 -1
  2. {dana_python-1.1.10/dana/base → dana_python-2.1.0/dana}/__init__.py +1 -1
  3. {dana_python-1.1.10/dana/merchant_management → dana_python-2.1.0/dana/disbursement}/__init__.py +1 -1
  4. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/__init__.py +3 -2
  5. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/api/__init__.py +1 -1
  6. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/api/disbursement_api.py +26 -8
  7. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/__init__.py +3 -2
  8. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/bank_account_inquiry_request.py +3 -2
  9. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/bank_account_inquiry_request_additional_info.py +3 -2
  10. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/bank_account_inquiry_response.py +3 -2
  11. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/bank_account_inquiry_response_additional_info.py +3 -2
  12. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/dana_account_inquiry_request.py +3 -2
  13. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/dana_account_inquiry_request_additional_info.py +3 -2
  14. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/dana_account_inquiry_response.py +3 -2
  15. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/money.py +3 -2
  16. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_bank_inquiry_status_request.py +3 -2
  17. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_bank_inquiry_status_response.py +3 -2
  18. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_bank_request.py +3 -2
  19. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_bank_request_additional_info.py +3 -2
  20. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_bank_response.py +3 -2
  21. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_dana_inquiry_status_request.py +3 -2
  22. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_dana_inquiry_status_response.py +3 -2
  23. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_dana_request.py +3 -2
  24. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_dana_request_additional_info.py +3 -2
  25. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_dana_response.py +3 -2
  26. {dana_python-1.1.10/dana/disbursement → dana_python-2.1.0/dana/merchant_management}/__init__.py +1 -1
  27. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/__init__.py +3 -2
  28. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/api/__init__.py +1 -1
  29. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/api/merchant_management_api.py +3 -2
  30. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/__init__.py +3 -2
  31. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/address_info.py +3 -2
  32. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/business_docs.py +3 -2
  33. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_division_request.py +3 -2
  34. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_division_request_ext_info.py +3 -2
  35. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_division_response.py +3 -2
  36. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_division_response_response.py +3 -2
  37. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_division_response_response_body.py +3 -2
  38. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_division_response_response_head.py +3 -2
  39. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_shop_request.py +3 -2
  40. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_shop_response.py +3 -2
  41. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_shop_response_response.py +3 -2
  42. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_shop_response_response_body.py +3 -2
  43. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_shop_response_response_head.py +3 -2
  44. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/division_resource_info.py +3 -2
  45. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/merchant_resource_information.py +3 -2
  46. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/mobile_no_info.py +3 -2
  47. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/pic_info.py +3 -2
  48. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_division_request.py +3 -2
  49. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_division_response.py +3 -2
  50. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_division_response_response.py +3 -2
  51. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_division_response_response_body.py +3 -2
  52. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_division_response_response_head.py +3 -2
  53. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_merchant_resource_request.py +3 -2
  54. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_merchant_resource_response.py +3 -2
  55. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_merchant_resource_response_response.py +3 -2
  56. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_merchant_resource_response_response_body.py +3 -2
  57. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_merchant_resource_response_response_head.py +3 -2
  58. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_shop_request.py +3 -2
  59. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_shop_response.py +3 -2
  60. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_shop_response_response.py +3 -2
  61. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_shop_response_response_body.py +3 -2
  62. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_shop_response_response_head.py +3 -2
  63. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/result_info.py +3 -2
  64. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/shop_resource_info.py +3 -2
  65. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/update_division_request.py +3 -2
  66. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/update_division_response.py +3 -2
  67. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/update_division_response_response.py +3 -2
  68. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/update_division_response_response_body.py +3 -2
  69. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/update_division_response_response_head.py +3 -2
  70. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/update_shop_request.py +3 -2
  71. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/update_shop_response.py +3 -2
  72. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/update_shop_response_response.py +3 -2
  73. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/update_shop_response_response_head.py +3 -2
  74. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/user_name.py +3 -2
  75. dana_python-2.1.0/dana/payment_gateway/__init__.py +14 -0
  76. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/__init__.py +3 -2
  77. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/api/__init__.py +1 -1
  78. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/api/payment_gateway_api.py +44 -2
  79. dana_python-2.1.0/dana/payment_gateway/v1/custom_validation.py +262 -0
  80. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/enum.py +1 -0
  81. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/__init__.py +3 -2
  82. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/actor_context.py +3 -2
  83. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/amount_detail.py +3 -2
  84. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/audit_info.py +3 -2
  85. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/buyer.py +3 -2
  86. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/cancel_order_request.py +3 -2
  87. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/cancel_order_response.py +3 -2
  88. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/consult_pay_payment_info.py +6 -5
  89. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/consult_pay_request.py +8 -5
  90. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/consult_pay_request_additional_info.py +4 -3
  91. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/consult_pay_response.py +3 -2
  92. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/create_order_by_api_additional_info.py +3 -2
  93. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/create_order_by_api_request.py +9 -29
  94. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/create_order_by_redirect_additional_info.py +3 -2
  95. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/create_order_by_redirect_request.py +9 -29
  96. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/create_order_response.py +3 -2
  97. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/create_order_response_additional_info.py +3 -2
  98. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/env_info.py +3 -2
  99. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/goods.py +3 -2
  100. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/money.py +3 -2
  101. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/order_api_object.py +3 -2
  102. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/order_redirect_object.py +3 -2
  103. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/pay_option_additional_info.py +3 -2
  104. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/pay_option_detail.py +6 -5
  105. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/pay_option_info.py +6 -5
  106. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/payment_view.py +3 -2
  107. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/promo_info.py +3 -2
  108. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/query_payment_request.py +3 -2
  109. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/query_payment_response.py +3 -2
  110. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/query_payment_response_additional_info.py +3 -2
  111. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/refund_option_bill.py +3 -2
  112. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/refund_order_request.py +3 -2
  113. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/refund_order_request_additional_info.py +3 -2
  114. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/refund_order_response.py +3 -2
  115. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/seller.py +3 -2
  116. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/shipping_info.py +3 -2
  117. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/status_detail.py +3 -2
  118. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/time_detail.py +3 -2
  119. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/url_param.py +4 -3
  120. {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/virtual_account_info.py +3 -2
  121. {dana_python-1.1.10 → dana_python-2.1.0}/dana/rest.py +6 -1
  122. dana_python-2.1.0/dana/utils/date_validation.py +62 -0
  123. {dana_python-1.1.10 → dana_python-2.1.0}/dana/utils/open_api_header.py +33 -8
  124. {dana_python-1.1.10 → dana_python-2.1.0}/dana/utils/snap_header.py +6 -2
  125. {dana_python-1.1.10 → dana_python-2.1.0}/dana/webhook/webhook.py +16 -1
  126. dana_python-2.1.0/dana/widget/__init__.py +14 -0
  127. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/__init__.py +3 -2
  128. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/api/__init__.py +1 -1
  129. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/api/widget_api.py +141 -2
  130. dana_python-2.1.0/dana/widget/v1/custom_validation.py +80 -0
  131. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/enum.py +12 -2
  132. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/__init__.py +3 -2
  133. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/account_info.py +13 -5
  134. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/account_unbinding_request.py +13 -5
  135. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/account_unbinding_request_additional_info.py +13 -5
  136. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/account_unbinding_response.py +13 -5
  137. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/amount_detail.py +13 -5
  138. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/apply_ott_request.py +13 -5
  139. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/apply_ott_request_additional_info.py +13 -5
  140. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/apply_ott_response.py +13 -5
  141. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/apply_ott_response_user_resources_inner.py +13 -5
  142. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/apply_token_authorization_code_request.py +13 -5
  143. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/apply_token_refresh_token_request.py +13 -5
  144. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/apply_token_response.py +13 -5
  145. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/apply_token_response_additional_info.py +13 -5
  146. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/apply_token_response_additional_info_user_info.py +13 -5
  147. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/balance_inquiry_request.py +13 -5
  148. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/balance_inquiry_request_additional_info.py +13 -5
  149. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/balance_inquiry_response.py +13 -5
  150. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/buyer.py +13 -5
  151. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/cancel_order_request.py +13 -5
  152. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/cancel_order_response.py +13 -5
  153. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/env_info.py +13 -5
  154. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/goods.py +13 -5
  155. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/international_order_info.py +13 -5
  156. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/international_order_info_exchange_rate.py +13 -5
  157. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/money.py +13 -5
  158. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/oauth2_url_data.py +13 -5
  159. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/oauth2_url_data_seamless_data.py +13 -5
  160. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/order.py +13 -5
  161. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/pay_option_detail.py +13 -5
  162. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/pay_option_detail_additional_info.py +13 -5
  163. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/pay_option_info.py +16 -8
  164. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/payment_promo_info.py +13 -5
  165. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/payment_view.py +13 -5
  166. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/query_payment_request.py +13 -5
  167. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/query_payment_response.py +13 -5
  168. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/query_payment_response_additional_info.py +13 -5
  169. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/query_user_profile_request.py +19 -9
  170. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/query_user_profile_response.py +13 -5
  171. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/query_user_profile_response_response.py +13 -5
  172. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/query_user_profile_response_response_body.py +13 -5
  173. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/query_user_profile_response_response_head.py +13 -5
  174. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/refund_order_request.py +13 -5
  175. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/refund_order_request_additional_info.py +13 -5
  176. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/refund_order_response.py +13 -5
  177. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/refund_promo_info.py +13 -5
  178. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/result_info.py +13 -5
  179. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/seller.py +13 -5
  180. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/service_info.py +13 -5
  181. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/shipping_info.py +13 -5
  182. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/status_detail.py +13 -5
  183. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/time_detail.py +13 -5
  184. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/url_param.py +14 -6
  185. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/user_resource_info.py +15 -7
  186. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/virtual_account_info.py +13 -5
  187. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/widget_payment_request.py +24 -9
  188. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/widget_payment_request_additional_info.py +13 -5
  189. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/widget_payment_response.py +13 -5
  190. {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/util.py +14 -0
  191. {dana_python-1.1.10 → dana_python-2.1.0/dana_python.egg-info}/PKG-INFO +1 -1
  192. {dana_python-1.1.10 → dana_python-2.1.0}/dana_python.egg-info/SOURCES.txt +4 -0
  193. {dana_python-1.1.10 → dana_python-2.1.0}/pyproject.toml +1 -1
  194. dana_python-2.1.0/tests/test_payment_gateway_api.py +374 -0
  195. dana_python-2.1.0/tests/test_snap_header.py +140 -0
  196. {dana_python-1.1.10 → dana_python-2.1.0}/tests/test_widget_api.py +18 -1
  197. {dana_python-1.1.10 → dana_python-2.1.0}/tests/test_widget_with_automation.py +180 -0
  198. dana_python-1.1.10/dana/payment_gateway/__init__.py +0 -14
  199. dana_python-1.1.10/dana/widget/__init__.py +0 -14
  200. dana_python-1.1.10/tests/test_payment_gateway_api.py +0 -118
  201. {dana_python-1.1.10 → dana_python-2.1.0}/LICENSE +0 -0
  202. {dana_python-1.1.10 → dana_python-2.1.0}/README.md +0 -0
  203. {dana_python-1.1.10 → dana_python-2.1.0}/dana/api_client.py +0 -0
  204. {dana_python-1.1.10 → dana_python-2.1.0}/dana/api_response.py +0 -0
  205. {dana_python-1.1.10/dana → dana_python-2.1.0/dana/base}/__init__.py +0 -0
  206. {dana_python-1.1.10 → dana_python-2.1.0}/dana/base/configuration.py +0 -0
  207. {dana_python-1.1.10 → dana_python-2.1.0}/dana/base/model.py +0 -0
  208. {dana_python-1.1.10 → dana_python-2.1.0}/dana/base/types.py +0 -0
  209. {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/enum.py +0 -0
  210. {dana_python-1.1.10 → dana_python-2.1.0}/dana/exceptions.py +0 -0
  211. {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/enum.py +0 -0
  212. {dana_python-1.1.10 → dana_python-2.1.0}/dana/utils/models.py +0 -0
  213. {dana_python-1.1.10 → dana_python-2.1.0}/dana/utils/open_api_configuration.py +0 -0
  214. {dana_python-1.1.10 → dana_python-2.1.0}/dana/utils/script.py +0 -0
  215. {dana_python-1.1.10 → dana_python-2.1.0}/dana/utils/snap_configuration.py +0 -0
  216. {dana_python-1.1.10 → dana_python-2.1.0}/dana/utils/url.py +0 -0
  217. {dana_python-1.1.10 → dana_python-2.1.0}/dana/webhook/__init__.py +0 -0
  218. {dana_python-1.1.10 → dana_python-2.1.0}/dana/webhook/finish_notify_payment_info.py +0 -0
  219. {dana_python-1.1.10 → dana_python-2.1.0}/dana/webhook/finish_notify_request.py +0 -0
  220. {dana_python-1.1.10 → dana_python-2.1.0}/dana/webhook/finish_notify_request_additional_info.py +0 -0
  221. {dana_python-1.1.10 → dana_python-2.1.0}/dana/webhook/finish_notify_response.py +0 -0
  222. {dana_python-1.1.10 → dana_python-2.1.0}/dana/webhook/money.py +0 -0
  223. {dana_python-1.1.10 → dana_python-2.1.0}/dana/webhook/pay_option_info.py +0 -0
  224. {dana_python-1.1.10 → dana_python-2.1.0}/dana/webhook/shop_info.py +0 -0
  225. {dana_python-1.1.10 → dana_python-2.1.0}/dana_python.egg-info/dependency_links.txt +0 -0
  226. {dana_python-1.1.10 → dana_python-2.1.0}/dana_python.egg-info/requires.txt +0 -0
  227. {dana_python-1.1.10 → dana_python-2.1.0}/dana_python.egg-info/top_level.txt +0 -0
  228. {dana_python-1.1.10 → dana_python-2.1.0}/setup.cfg +0 -0
  229. {dana_python-1.1.10 → dana_python-2.1.0}/tests/test_disbursement_api.py +0 -0
  230. {dana_python-1.1.10 → dana_python-2.1.0}/tests/test_merchant_management_api.py +0 -0
  231. {dana_python-1.1.10 → dana_python-2.1.0}/tests/test_payment_gateway_with_automation.py +0 -0
  232. {dana_python-1.1.10 → dana_python-2.1.0}/tests/test_webhook.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dana-python
3
- Version: 1.1.10
3
+ Version: 2.1.0
4
4
  Summary: API Client (SDK) for DANA APIs based on https://dashboard.dana.id/api-docs
5
5
  Author-email: DANA Package Manager <package-manager@dana.id>
6
6
  Maintainer-email: DANA Package Manager <package-manager@dana.id>
@@ -1,4 +1,4 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  # flake8: noqa
18
19
 
@@ -1,4 +1,4 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Disbursement API
@@ -29,6 +30,7 @@ import warnings
29
30
  from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
30
31
  from typing import Any, Dict, List, Optional, Tuple, Union, Type
31
32
  from typing_extensions import Annotated
33
+ import os
32
34
  from dana.utils import url
33
35
 
34
36
  from dana.disbursement.v1.models.bank_account_inquiry_request import BankAccountInquiryRequest
@@ -353,6 +355,22 @@ class DisbursementApi:
353
355
  )
354
356
 
355
357
 
358
+
359
+ def _get_account_inquiry_path(self) -> str:
360
+ """Get the account inquiry path based on environment.
361
+
362
+ This method ONLY returns paths for the Disbursement account-inquiry endpoint.
363
+ Uses exact path matching to ensure no other endpoints are affected.
364
+
365
+ Returns:
366
+ str: The path for account inquiry endpoint
367
+ - Sandbox: /rest/v1.0/emoney/account-inquiry
368
+ - Production: /v1.0/emoney/account-inquiry.htm
369
+ """
370
+ env = os.getenv("DANA_ENV", os.getenv("ENV", "sandbox")).lower()
371
+ return '/v1.0/emoney/account-inquiry.htm' if env == 'production' else '/rest/v1.0/emoney/account-inquiry'
372
+
373
+
356
374
  @validate_call
357
375
  def dana_account_inquiry(
358
376
  self,
@@ -618,7 +636,7 @@ class DisbursementApi:
618
636
  _auth_settings = SnapHeader.merge_with_snap_runtime_headers(_auth_settings)
619
637
  _generated_auth = SnapHeader.get_snap_generated_auth(
620
638
  method='POST',
621
- resource_path='/v1.0/emoney/account-inquiry.htm',
639
+ resource_path=(self._get_account_inquiry_path()),
622
640
  body=dana_account_inquiry_request.to_json(),
623
641
  private_key=self.api_client.configuration.get_api_key_with_prefix('PRIVATE_KEY'),
624
642
  private_key_path=self.api_client.configuration.get_api_key_with_prefix('PRIVATE_KEY_PATH')
@@ -626,7 +644,7 @@ class DisbursementApi:
626
644
 
627
645
  return self.api_client.param_serialize(
628
646
  method='POST',
629
- resource_path='/v1.0/emoney/account-inquiry.htm',
647
+ resource_path=(self._get_account_inquiry_path()),
630
648
  path_params=_path_params,
631
649
  query_params=_query_params,
632
650
  header_params=_header_params,
@@ -1485,7 +1503,7 @@ class DisbursementApi:
1485
1503
  _auth_settings = SnapHeader.merge_with_snap_runtime_headers(_auth_settings)
1486
1504
  _generated_auth = SnapHeader.get_snap_generated_auth(
1487
1505
  method='POST',
1488
- resource_path='/v1.0/emoney/topup.htm',
1506
+ resource_path='/rest/v1.0/emoney/topup',
1489
1507
  body=transfer_to_dana_request.to_json(),
1490
1508
  private_key=self.api_client.configuration.get_api_key_with_prefix('PRIVATE_KEY'),
1491
1509
  private_key_path=self.api_client.configuration.get_api_key_with_prefix('PRIVATE_KEY_PATH')
@@ -1493,7 +1511,7 @@ class DisbursementApi:
1493
1511
 
1494
1512
  return self.api_client.param_serialize(
1495
1513
  method='POST',
1496
- resource_path='/v1.0/emoney/topup.htm',
1514
+ resource_path='/rest/v1.0/emoney/topup',
1497
1515
  path_params=_path_params,
1498
1516
  query_params=_query_params,
1499
1517
  header_params=_header_params,
@@ -1773,7 +1791,7 @@ class DisbursementApi:
1773
1791
  _auth_settings = SnapHeader.merge_with_snap_runtime_headers(_auth_settings)
1774
1792
  _generated_auth = SnapHeader.get_snap_generated_auth(
1775
1793
  method='POST',
1776
- resource_path='/v1.0/emoney/topup-status.htm',
1794
+ resource_path='/rest/v1.0/emoney/topup-status',
1777
1795
  body=transfer_to_dana_inquiry_status_request.to_json(),
1778
1796
  private_key=self.api_client.configuration.get_api_key_with_prefix('PRIVATE_KEY'),
1779
1797
  private_key_path=self.api_client.configuration.get_api_key_with_prefix('PRIVATE_KEY_PATH')
@@ -1781,7 +1799,7 @@ class DisbursementApi:
1781
1799
 
1782
1800
  return self.api_client.param_serialize(
1783
1801
  method='POST',
1784
- resource_path='/v1.0/emoney/topup-status.htm',
1802
+ resource_path='/rest/v1.0/emoney/topup-status',
1785
1803
  path_params=_path_params,
1786
1804
  query_params=_query_params,
1787
1805
  header_params=_header_params,
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  # flake8: noqa
18
19
  """
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Disbursement API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Disbursement API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Disbursement API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Disbursement API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Disbursement API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Disbursement API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Disbursement API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Disbursement API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Disbursement API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Disbursement API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Disbursement API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Disbursement API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Disbursement API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Disbursement API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Disbursement API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Disbursement API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Disbursement API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Disbursement API
@@ -1,4 +1,4 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  # flake8: noqa
18
19
 
@@ -1,4 +1,4 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Merchant Management API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  # flake8: noqa
18
19
  """
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Merchant Management API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Merchant Management API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Merchant Management API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Merchant Management API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Merchant Management API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Merchant Management API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Merchant Management API
@@ -1,4 +1,6 @@
1
- # Copyright 2025 PT Espay Debit Indonesia Koe
1
+ # coding: utf-8
2
+
3
+ # Copyright 2026 PT Espay Debit Indonesia Koe
2
4
  #
3
5
  # Licensed under the Apache License, Version 2.0 (the "License");
4
6
  # you may not use this file except in compliance with the License.
@@ -12,7 +14,6 @@
12
14
  # See the License for the specific language governing permissions and
13
15
  # limitations under the License.
14
16
 
15
- # coding: utf-8
16
17
 
17
18
  """
18
19
  Merchant Management API