Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 872 Bytes

File metadata and controls

28 lines (19 loc) · 872 Bytes

WTTCPAOptListID

Properties

Name Type Description Notes

Example

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)

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