| Name | Description |
|---|---|
| StdToClass | Helper to create a model class from an stdClass. |
| Property | Type | Default | Description |
|---|---|---|---|
| $kategorie | string | '' | ... |
| $kategorieText | string | '' | ... |
| $betrag | float | 0.0 | ... |
| $sonderausgabenDetail | QueryDataTransmissionExtraExpensesDetail[] | null | null | ... |
| Method | Return | Description |
|---|---|---|
| createFromResponse | self |
public static function createFromResponse(\stdClass $response): self| Parameter | Type | Default | Description |
|---|---|---|---|
| $response | \stdClass |
| self |