mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
801 B
801 B
Kombo::PostCustomDatevDownloadDocumentPositiveResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| status | String | ||
| data | PostCustomDatevDownloadDocumentPositiveResponseData | ||
| warnings | Array<PostPassthroughToolApiPositiveResponseWarningsInner> | These are the interaction warnings that are shown in the dashboard. They are meant to provide debug information to you. We recommend logging them to the console. |
Example
require 'kombo_client'
instance = Kombo::PostCustomDatevDownloadDocumentPositiveResponse.new(
status: null,
data: null,
warnings: null
)