Name | Type | Description | Notes |
---|---|---|---|
pki_ezsigndocumentdependency_id | Integer | The unique ID of the Ezsigndocumentdependency | |
fki_ezsigndocument_i_ddependency | Integer | The unique ID of the Ezsigndocument |
require 'Ezmaxapi'
instance = EzmaxApi::EzsigndocumentdependencyResponse.new(
pki_ezsigndocumentdependency_id: 87,
fki_ezsigndocument_i_ddependency: 97
)