Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 1.07 KB

File metadata and controls

28 lines (20 loc) · 1.07 KB

GetFeeAddressDetailsRData

Properties

Name Type Description Notes
item GetFeeAddressDetailsRI

Example

from cryptoapis.models.get_fee_address_details_r_data import GetFeeAddressDetailsRData

# TODO update the JSON string below
json = "{}"
# create an instance of GetFeeAddressDetailsRData from a JSON string
get_fee_address_details_r_data_instance = GetFeeAddressDetailsRData.from_json(json)
# print the JSON string representation of the object
print GetFeeAddressDetailsRData.to_json()

# convert the object into a dict
get_fee_address_details_r_data_dict = get_fee_address_details_r_data_instance.to_dict()
# create an instance of GetFeeAddressDetailsRData from a dict
get_fee_address_details_r_data_form_dict = get_fee_address_details_r_data.from_dict(get_fee_address_details_r_data_dict)

[Back to Model list] [Back to API list] [Back to README]