Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 2.43 KB

File metadata and controls

42 lines (33 loc) · 2.43 KB

PickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID

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

Properties

Name Type Description Notes
border_color str
border_style_type PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType
border_size str
border_radius int
font_color str
font_type str
abbreviation str
acronym str
icon str
design_name str
display_name str
background_image_url str [optional]
company_logo_url str [optional]

Example

from wallet.models.pick_vs_payment_design_create_params_exclude_keyof_vs_payment_design_create_params_employee_id import PickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID

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

# convert the object into a dict
pick_vs_payment_design_create_params_exclude_keyof_vs_payment_design_create_params_employee_id_dict = pick_vs_payment_design_create_params_exclude_keyof_vs_payment_design_create_params_employee_id_instance.to_dict()
# create an instance of PickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID from a dict
pick_vs_payment_design_create_params_exclude_keyof_vs_payment_design_create_params_employee_id_form_dict = pick_vs_payment_design_create_params_exclude_keyof_vs_payment_design_create_params_employee_id.from_dict(pick_vs_payment_design_create_params_exclude_keyof_vs_payment_design_create_params_employee_id_dict)

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