# ServiceEntity
## Properties
**id** | **String** | ID of the service |
**name** | **String** | Name of the service |
**_type** | **String** | Type of the service |
**cost** | **String** | Per minute Cost of the service |
**first_pre_paid_minutes** | Option<**f32**> | Amount of pre-paid minutes for first payment | [optional]
**first_verifications_needed** | Option<**f32**> | Number of verifications needed for first payment | [optional]
**subsequent_pre_paid_minutes** | Option<**f32**> | Amount of pre-paid minutes for subsequent payments | [optional]
**subsequent_verifications_needed** | Option<**f32**> | Number of verifications needed for subsequent payments | [optional]
**allow_refunds** | Option<**bool**> | Whether or not refunds are allowed | [optional]
**download_speed** | **f32** | Service download speed in Mbits |
**upload_speed** | **f32** | Service upload speed in Mbits |
**proxy** | Option<[**Vec<crate::models::ProxySettingsEntity>**](ProxySettingsEntity.md)> | array containing Proxy related settings. only available if service is of type proxy, null otherwise | [optional]
**vpn** | Option<[**Vec<crate::models::VpnSettingsEntity>**](VpnSettingsEntity.md)> | array containing VPN related settings. only available if service is of type vpn, null otherwise | [optional]
**validity** | Option<[**crate::models::TimeRangeEntity**](timeRangeEntity.md)> | | [optional]
**disable** | **bool** | disable or not the service |
**certificates** | Option<[**Vec<crate::models::CertificatesEntity>**](CertificatesEntity.md)> | inside each service, there should be a field named certificates that has a list of IDs, referencing the certificates at the provider level. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)