| Name | Type | Description | Notes |
|---|---|---|---|
| code | int | [optional] | |
| data | MerchantBalanceUserBalanceQueryGet200ResponseData | [optional] | |
| message | str | [optional] | |
| redirect | str | [optional] | |
| request_id | str | [optional] |
from openapi_client.models.merchant_balance_user_balance_query_get200_response import MerchantBalanceUserBalanceQueryGet200Response
# TODO update the JSON string below
json = "{}"
# create an instance of MerchantBalanceUserBalanceQueryGet200Response from a JSON string
merchant_balance_user_balance_query_get200_response_instance = MerchantBalanceUserBalanceQueryGet200Response.from_json(json)
# print the JSON string representation of the object
print MerchantBalanceUserBalanceQueryGet200Response.to_json()
# convert the object into a dict
merchant_balance_user_balance_query_get200_response_dict = merchant_balance_user_balance_query_get200_response_instance.to_dict()
# create an instance of MerchantBalanceUserBalanceQueryGet200Response from a dict
merchant_balance_user_balance_query_get200_response_form_dict = merchant_balance_user_balance_query_get200_response.from_dict(merchant_balance_user_balance_query_get200_response_dict)