Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 918 Bytes

File metadata and controls

28 lines (19 loc) · 918 Bytes

WTWalletPageViewId

Properties

Name Type Description Notes

Example

from wallet.models.wt_wallet_page_view_id import WTWalletPageViewId

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

# convert the object into a dict
wt_wallet_page_view_id_dict = wt_wallet_page_view_id_instance.to_dict()
# create an instance of WTWalletPageViewId from a dict
wt_wallet_page_view_id_form_dict = wt_wallet_page_view_id.from_dict(wt_wallet_page_view_id_dict)

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