Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.23 KB

SubsidyService.md

File metadata and controls

20 lines (17 loc) · 1.23 KB

SubsidyService

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]
percent double [optional]
include_vat bool [optional]

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