Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.09 KB

File metadata and controls

28 lines (19 loc) · 1.09 KB

OptInListSubscriberOptInSourceID

Properties

Name Type Description Notes

Example

from wallet.models.opt_in_list_subscriber_opt_in_source_id import OptInListSubscriberOptInSourceID

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

# convert the object into a dict
opt_in_list_subscriber_opt_in_source_id_dict = opt_in_list_subscriber_opt_in_source_id_instance.to_dict()
# create an instance of OptInListSubscriberOptInSourceID from a dict
opt_in_list_subscriber_opt_in_source_id_form_dict = opt_in_list_subscriber_opt_in_source_id.from_dict(opt_in_list_subscriber_opt_in_source_id_dict)

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