kombo-ruby-sdk/docs/GetCustomDatevDataPushesPositiveResponseDataDataPushesInnerUploadJobsInner.md
Adriano Caloiaroooo 000eb69c9e
initial commit
2025-11-19 13:39:55 -08:00

705 B

Kombo::GetCustomDatevDataPushesPositiveResponseDataDataPushesInnerUploadJobsInner

Properties

Name Type Description Notes
id String
file_name String
state String If we were not able to send the file to DATEV, we will set the state "FAILED". The other values are synced from DATEV for the respective import jobs.
file String Actual content of the file.

Example

require 'kombo_client'

instance = Kombo::GetCustomDatevDataPushesPositiveResponseDataDataPushesInnerUploadJobsInner.new(
  id: null,
  file_name: null,
  state: null,
  file: null
)