Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 399 Bytes

File metadata and controls

19 lines (12 loc) · 399 Bytes

OpenapiClient::Document

Properties

Name Type Description Notes
type String Document type.
number String Document number.

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::Document.new(type: NATIONAL_IDENTITY,
                                 number: 12345666544)