Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.86 KB

RegularService.md

File metadata and controls

25 lines (22 loc) · 1.86 KB

RegularService

Properties

Name Type Description Notes
id int The identification number of the service. [optional]
name string The name of the service [optional]
amount int The default amount for the service. [optional]
price double The price of the service [optional]
finance_dimensions \Membercare\Client\Model\FinanceDimensions [optional]
participant_category \Membercare\Client\Model\ParticipantCategory [optional]
sequence int The ordering sequence of the service [optional]
web_enabled bool Indicates whether or not to display the service on web. [optional]
available_amount int The avaliable amount for the service. [optional]
service_type \Membercare\Client\Model\CourseServiceType [optional]
mandatory bool Indicates whether or not the service is mandatory, [optional]
discount_allowed bool Indicates whether or not discount is allowed on the service. [optional]
maximum_amount int The maximum amount that is avaliable for the service. [optional]
maximum_amount_participant int The maximum amount that is avaliable for each participant. [optional]
change_description_allowed bool Indicates whether or not the description of the service is editable. [optional]
change_amount_allowed bool Indicates whether or not the amount is editable. [optional]
course_service_template_id int Service base template id [optional]

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