Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.6 KB

File metadata and controls

31 lines (22 loc) · 1.6 KB

PickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID

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

Properties

Name Type Description Notes
nickname str
destination_url str

Example

from wallet.models.pick_wt_merchant_url_update_exclude_keyof_wt_merchant_url_update_url_id import PickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID

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

# convert the object into a dict
pick_wt_merchant_url_update_exclude_keyof_wt_merchant_url_update_url_id_dict = pick_wt_merchant_url_update_exclude_keyof_wt_merchant_url_update_url_id_instance.to_dict()
# create an instance of PickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID from a dict
pick_wt_merchant_url_update_exclude_keyof_wt_merchant_url_update_url_id_form_dict = pick_wt_merchant_url_update_exclude_keyof_wt_merchant_url_update_url_id.from_dict(pick_wt_merchant_url_update_exclude_keyof_wt_merchant_url_update_url_id_dict)

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