| Name | Type | Description | Notes |
|---|
from wallet.models.wttcpa_opt_list_id import WTTCPAOptListID
# TODO update the JSON string below
json = "{}"
# create an instance of WTTCPAOptListID from a JSON string
wttcpa_opt_list_id_instance = WTTCPAOptListID.from_json(json)
# print the JSON string representation of the object
print WTTCPAOptListID.to_json()
# convert the object into a dict
wttcpa_opt_list_id_dict = wttcpa_opt_list_id_instance.to_dict()
# create an instance of WTTCPAOptListID from a dict
wttcpa_opt_list_id_form_dict = wttcpa_opt_list_id.from_dict(wttcpa_opt_list_id_dict)