| Name | Type | Description | Notes |
|---|---|---|---|
| item | CreateCoinsTransactionFromAddressForWholeAmountRBDataItem |
from cryptoapis.models.create_coins_transaction_from_address_for_whole_amount_rb_data import CreateCoinsTransactionFromAddressForWholeAmountRBData
# TODO update the JSON string below
json = "{}"
# create an instance of CreateCoinsTransactionFromAddressForWholeAmountRBData from a JSON string
create_coins_transaction_from_address_for_whole_amount_rb_data_instance = CreateCoinsTransactionFromAddressForWholeAmountRBData.from_json(json)
# print the JSON string representation of the object
print CreateCoinsTransactionFromAddressForWholeAmountRBData.to_json()
# convert the object into a dict
create_coins_transaction_from_address_for_whole_amount_rb_data_dict = create_coins_transaction_from_address_for_whole_amount_rb_data_instance.to_dict()
# create an instance of CreateCoinsTransactionFromAddressForWholeAmountRBData from a dict
create_coins_transaction_from_address_for_whole_amount_rb_data_form_dict = create_coins_transaction_from_address_for_whole_amount_rb_data.from_dict(create_coins_transaction_from_address_for_whole_amount_rb_data_dict)