| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | [optional] | |
| title | String | [optional] | |
| status | Integer | [optional] | |
| detail | String | [optional] | |
| instance | String | [optional] |
require 'invoicetronic_sdk'
instance = Invoicetronic_Sdk::ProblemDetails.new(
type: null,
title: null,
status: null,
detail: null,
instance: null
)