Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.04 KB

File metadata and controls

28 lines (19 loc) · 1.04 KB

WTDynamicVoucherSummaryStatus

Properties

Name Type Description Notes

Example

from wallet.models.wt_dynamic_voucher_summary_status import WTDynamicVoucherSummaryStatus

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

# convert the object into a dict
wt_dynamic_voucher_summary_status_dict = wt_dynamic_voucher_summary_status_instance.to_dict()
# create an instance of WTDynamicVoucherSummaryStatus from a dict
wt_dynamic_voucher_summary_status_form_dict = wt_dynamic_voucher_summary_status.from_dict(wt_dynamic_voucher_summary_status_dict)

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