Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.24 KB

File metadata and controls

29 lines (20 loc) · 1.24 KB

WTEmployeeCreateStaticVoucherCampaignGroup

Properties

Name Type Description Notes
name str

Example

from wallet.models.wt_employee_create_static_voucher_campaign_group import WTEmployeeCreateStaticVoucherCampaignGroup

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

# convert the object into a dict
wt_employee_create_static_voucher_campaign_group_dict = wt_employee_create_static_voucher_campaign_group_instance.to_dict()
# create an instance of WTEmployeeCreateStaticVoucherCampaignGroup from a dict
wt_employee_create_static_voucher_campaign_group_form_dict = wt_employee_create_static_voucher_campaign_group.from_dict(wt_employee_create_static_voucher_campaign_group_dict)

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