You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An optional note for the address, primarily used when adding addresses.
[optional]
Example
fromcobo_waas2.models.tokenization_update_blocklist_addresses_params_addresses_innerimportTokenizationUpdateBlocklistAddressesParamsAddressesInner# TODO update the JSON string belowjson="{}"# create an instance of TokenizationUpdateBlocklistAddressesParamsAddressesInner from a JSON stringtokenization_update_blocklist_addresses_params_addresses_inner_instance=TokenizationUpdateBlocklistAddressesParamsAddressesInner.from_json(json)
# print the JSON string representation of the objectprint(TokenizationUpdateBlocklistAddressesParamsAddressesInner.to_json())
# convert the object into a dicttokenization_update_blocklist_addresses_params_addresses_inner_dict=tokenization_update_blocklist_addresses_params_addresses_inner_instance.to_dict()
# create an instance of TokenizationUpdateBlocklistAddressesParamsAddressesInner from a dicttokenization_update_blocklist_addresses_params_addresses_inner_from_dict=TokenizationUpdateBlocklistAddressesParamsAddressesInner.from_dict(tokenization_update_blocklist_addresses_params_addresses_inner_dict)