Sha256: 62978858686fe13066be81ee9a01876880659ba3ed64b468e68e522e9b7db9be

Contents?: true

Size: 659 Bytes

Versions: 1

Compression:

Stored size: 659 Bytes

Contents

# Buildium::CreateRentalApplianceServiceHistoryRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **service_type** | **String** | Specifies the type of service that occured. |  |
| **date** | **Date** | Date the service was performed. Must be formatted as `YYYY-MM-DD`. |  |
| **details** | **String** | The service history details associated with the appliance. The description cannot exceed 100 characters. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::CreateRentalApplianceServiceHistoryRequest.new(
  service_type: null,
  date: null,
  details: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/CreateRentalApplianceServiceHistoryRequest.md