Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.85 KB

File metadata and controls

28 lines (19 loc) · 1.85 KB

PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType

Properties

Name Type Description Notes

Example

from wallet.models.pick_vs_payment_design_update_params_exclude_keyof_vs_payment_design_update_params_id_border_style_type import PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType

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

# convert the object into a dict
pick_vs_payment_design_update_params_exclude_keyof_vs_payment_design_update_params_id_border_style_type_dict = pick_vs_payment_design_update_params_exclude_keyof_vs_payment_design_update_params_id_border_style_type_instance.to_dict()
# create an instance of PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType from a dict
pick_vs_payment_design_update_params_exclude_keyof_vs_payment_design_update_params_id_border_style_type_form_dict = pick_vs_payment_design_update_params_exclude_keyof_vs_payment_design_update_params_id_border_style_type.from_dict(pick_vs_payment_design_update_params_exclude_keyof_vs_payment_design_update_params_id_border_style_type_dict)

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