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.
- {dana_python-1.1.10/dana_python.egg-info → dana_python-2.1.0}/PKG-INFO +1 -1
- {dana_python-1.1.10/dana/base → dana_python-2.1.0/dana}/__init__.py +1 -1
- {dana_python-1.1.10/dana/merchant_management → dana_python-2.1.0/dana/disbursement}/__init__.py +1 -1
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/__init__.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/api/__init__.py +1 -1
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/api/disbursement_api.py +26 -8
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/__init__.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/bank_account_inquiry_request.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/bank_account_inquiry_request_additional_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/bank_account_inquiry_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/bank_account_inquiry_response_additional_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/dana_account_inquiry_request.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/dana_account_inquiry_request_additional_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/dana_account_inquiry_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/money.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_bank_inquiry_status_request.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_bank_inquiry_status_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_bank_request.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_bank_request_additional_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_bank_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_dana_inquiry_status_request.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_dana_inquiry_status_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_dana_request.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_dana_request_additional_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_dana_response.py +3 -2
- {dana_python-1.1.10/dana/disbursement → dana_python-2.1.0/dana/merchant_management}/__init__.py +1 -1
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/__init__.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/api/__init__.py +1 -1
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/api/merchant_management_api.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/__init__.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/address_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/business_docs.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_division_request.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_division_request_ext_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_division_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_division_response_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_division_response_response_body.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_division_response_response_head.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_shop_request.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_shop_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_shop_response_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_shop_response_response_body.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/create_shop_response_response_head.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/division_resource_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/merchant_resource_information.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/mobile_no_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/pic_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_division_request.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_division_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_division_response_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_division_response_response_body.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_division_response_response_head.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_merchant_resource_request.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_merchant_resource_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_merchant_resource_response_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_merchant_resource_response_response_body.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_merchant_resource_response_response_head.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_shop_request.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_shop_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_shop_response_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_shop_response_response_body.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/query_shop_response_response_head.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/result_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/shop_resource_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/update_division_request.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/update_division_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/update_division_response_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/update_division_response_response_body.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/update_division_response_response_head.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/update_shop_request.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/update_shop_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/update_shop_response_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/update_shop_response_response_head.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/user_name.py +3 -2
- dana_python-2.1.0/dana/payment_gateway/__init__.py +14 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/__init__.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/api/__init__.py +1 -1
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/api/payment_gateway_api.py +44 -2
- dana_python-2.1.0/dana/payment_gateway/v1/custom_validation.py +262 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/enum.py +1 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/__init__.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/actor_context.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/amount_detail.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/audit_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/buyer.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/cancel_order_request.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/cancel_order_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/consult_pay_payment_info.py +6 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/consult_pay_request.py +8 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/consult_pay_request_additional_info.py +4 -3
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/consult_pay_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/create_order_by_api_additional_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/create_order_by_api_request.py +9 -29
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/create_order_by_redirect_additional_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/create_order_by_redirect_request.py +9 -29
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/create_order_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/create_order_response_additional_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/env_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/goods.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/money.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/order_api_object.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/order_redirect_object.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/pay_option_additional_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/pay_option_detail.py +6 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/pay_option_info.py +6 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/payment_view.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/promo_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/query_payment_request.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/query_payment_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/query_payment_response_additional_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/refund_option_bill.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/refund_order_request.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/refund_order_request_additional_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/refund_order_response.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/seller.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/shipping_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/status_detail.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/time_detail.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/url_param.py +4 -3
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/payment_gateway/v1/models/virtual_account_info.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/rest.py +6 -1
- dana_python-2.1.0/dana/utils/date_validation.py +62 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/utils/open_api_header.py +33 -8
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/utils/snap_header.py +6 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/webhook/webhook.py +16 -1
- dana_python-2.1.0/dana/widget/__init__.py +14 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/__init__.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/api/__init__.py +1 -1
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/api/widget_api.py +141 -2
- dana_python-2.1.0/dana/widget/v1/custom_validation.py +80 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/enum.py +12 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/__init__.py +3 -2
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/account_info.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/account_unbinding_request.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/account_unbinding_request_additional_info.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/account_unbinding_response.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/amount_detail.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/apply_ott_request.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/apply_ott_request_additional_info.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/apply_ott_response.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/apply_ott_response_user_resources_inner.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/apply_token_authorization_code_request.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/apply_token_refresh_token_request.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/apply_token_response.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/apply_token_response_additional_info.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/apply_token_response_additional_info_user_info.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/balance_inquiry_request.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/balance_inquiry_request_additional_info.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/balance_inquiry_response.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/buyer.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/cancel_order_request.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/cancel_order_response.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/env_info.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/goods.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/international_order_info.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/international_order_info_exchange_rate.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/money.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/oauth2_url_data.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/oauth2_url_data_seamless_data.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/order.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/pay_option_detail.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/pay_option_detail_additional_info.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/pay_option_info.py +16 -8
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/payment_promo_info.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/payment_view.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/query_payment_request.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/query_payment_response.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/query_payment_response_additional_info.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/query_user_profile_request.py +19 -9
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/query_user_profile_response.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/query_user_profile_response_response.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/query_user_profile_response_response_body.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/query_user_profile_response_response_head.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/refund_order_request.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/refund_order_request_additional_info.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/refund_order_response.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/refund_promo_info.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/result_info.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/seller.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/service_info.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/shipping_info.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/status_detail.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/time_detail.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/url_param.py +14 -6
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/user_resource_info.py +15 -7
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/virtual_account_info.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/widget_payment_request.py +24 -9
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/widget_payment_request_additional_info.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/models/widget_payment_response.py +13 -5
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/widget/v1/util.py +14 -0
- {dana_python-1.1.10 → dana_python-2.1.0/dana_python.egg-info}/PKG-INFO +1 -1
- {dana_python-1.1.10 → dana_python-2.1.0}/dana_python.egg-info/SOURCES.txt +4 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/pyproject.toml +1 -1
- dana_python-2.1.0/tests/test_payment_gateway_api.py +374 -0
- dana_python-2.1.0/tests/test_snap_header.py +140 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/tests/test_widget_api.py +18 -1
- {dana_python-1.1.10 → dana_python-2.1.0}/tests/test_widget_with_automation.py +180 -0
- dana_python-1.1.10/dana/payment_gateway/__init__.py +0 -14
- dana_python-1.1.10/dana/widget/__init__.py +0 -14
- dana_python-1.1.10/tests/test_payment_gateway_api.py +0 -118
- {dana_python-1.1.10 → dana_python-2.1.0}/LICENSE +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/README.md +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/api_client.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/api_response.py +0 -0
- {dana_python-1.1.10/dana → dana_python-2.1.0/dana/base}/__init__.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/base/configuration.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/base/model.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/base/types.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/enum.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/exceptions.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/enum.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/utils/models.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/utils/open_api_configuration.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/utils/script.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/utils/snap_configuration.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/utils/url.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/webhook/__init__.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/webhook/finish_notify_payment_info.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/webhook/finish_notify_request.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/webhook/finish_notify_request_additional_info.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/webhook/finish_notify_response.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/webhook/money.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/webhook/pay_option_info.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana/webhook/shop_info.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana_python.egg-info/dependency_links.txt +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana_python.egg-info/requires.txt +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/dana_python.egg-info/top_level.txt +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/setup.cfg +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/tests/test_disbursement_api.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/tests/test_merchant_management_api.py +0 -0
- {dana_python-1.1.10 → dana_python-2.1.0}/tests/test_payment_gateway_with_automation.py +0 -0
- {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:
|
|
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,6 @@
|
|
|
1
|
-
#
|
|
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
|
-
#
|
|
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=
|
|
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=
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
#
|
|
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
|
"""
|
{dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/bank_account_inquiry_request.py
RENAMED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
{dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/dana_account_inquiry_request.py
RENAMED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
{dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_bank_request.py
RENAMED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
#
|
|
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
|
-
#
|
|
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
|
{dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_bank_response.py
RENAMED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
{dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_dana_request.py
RENAMED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
#
|
|
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
|
-
#
|
|
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
|
{dana_python-1.1.10 → dana_python-2.1.0}/dana/disbursement/v1/models/transfer_to_dana_response.py
RENAMED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
#
|
|
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
|
-
#
|
|
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
|
|
{dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/api/merchant_management_api.py
RENAMED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
{dana_python-1.1.10 → dana_python-2.1.0}/dana/merchant_management/v1/models/business_docs.py
RENAMED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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
|