| Name |
Type |
Description |
Notes |
from wallet.models.wttcpa_opt_source_id import WTTCPAOptSourceID
# TODO update the JSON string below
json = "{}"
# create an instance of WTTCPAOptSourceID from a JSON string
wttcpa_opt_source_id_instance = WTTCPAOptSourceID.from_json(json)
# print the JSON string representation of the object
print WTTCPAOptSourceID.to_json()
# convert the object into a dict
wttcpa_opt_source_id_dict = wttcpa_opt_source_id_instance.to_dict()
# create an instance of WTTCPAOptSourceID from a dict
wttcpa_opt_source_id_form_dict = wttcpa_opt_source_id.from_dict(wttcpa_opt_source_id_dict)
[Back to Model list] [Back to API list] [Back to README]