mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
473 B
473 B
Kombo::GetCustomDatevCheckDocumentPermissionPositiveResponseData
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ready | Boolean | ||
| documents_granted | Array<String> | ||
| error | String |
Example
require 'kombo_client'
instance = Kombo::GetCustomDatevCheckDocumentPermissionPositiveResponseData.new(
ready: null,
documents_granted: null,
error: null
)