Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 281 Bytes

RequestPdfResponse.md

File metadata and controls

18 lines (12 loc) · 281 Bytes

TCAClient::RequestPdfResponse

Properties

Name Type Description Notes
id String The Pdf ID [optional]

Example

require 'tca_client'

instance = TCAClient::RequestPdfResponse.new(
  id: null
)