Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.92 KB

PickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.md

File metadata and controls

32 lines (23 loc) · 1.92 KB

PickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID

From T, pick a set of properties whose keys are in the union K

Properties

Name Type Description Notes
member_id str [optional]
offer_amount_cents int
cell_phone str

Example

from wallet.models.pick_wt_static_voucher_create_params_exclude_keyof_wt_static_voucher_create_params_campaign_id import PickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID

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

# convert the object into a dict
pick_wt_static_voucher_create_params_exclude_keyof_wt_static_voucher_create_params_campaign_id_dict = pick_wt_static_voucher_create_params_exclude_keyof_wt_static_voucher_create_params_campaign_id_instance.to_dict()
# create an instance of PickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID from a dict
pick_wt_static_voucher_create_params_exclude_keyof_wt_static_voucher_create_params_campaign_id_form_dict = pick_wt_static_voucher_create_params_exclude_keyof_wt_static_voucher_create_params_campaign_id.from_dict(pick_wt_static_voucher_create_params_exclude_keyof_wt_static_voucher_create_params_campaign_id_dict)

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