Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.5 KB

AddAssetToExternalWalletRequestOneOf1AdditionalInfoOneOf2.md

File metadata and controls

30 lines (21 loc) · 1.5 KB

AddAssetToExternalWalletRequestOneOf1AdditionalInfoOneOf2

Properties

Name Type Description Notes
spei_clabe str
spei_name str [optional]

Example

from fireblocks.models.add_asset_to_external_wallet_request_one_of1_additional_info_one_of2 import AddAssetToExternalWalletRequestOneOf1AdditionalInfoOneOf2

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

# convert the object into a dict
add_asset_to_external_wallet_request_one_of1_additional_info_one_of2_dict = add_asset_to_external_wallet_request_one_of1_additional_info_one_of2_instance.to_dict()
# create an instance of AddAssetToExternalWalletRequestOneOf1AdditionalInfoOneOf2 from a dict
add_asset_to_external_wallet_request_one_of1_additional_info_one_of2_from_dict = AddAssetToExternalWalletRequestOneOf1AdditionalInfoOneOf2.from_dict(add_asset_to_external_wallet_request_one_of1_additional_info_one_of2_dict)

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