Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 353 Bytes

SetIttOutcomeResponse.md

File metadata and controls

20 lines (14 loc) · 353 Bytes

OpenapiClient::SetIttOutcomeResponse

Properties

Name Type Description Notes
trn String [optional]
qts_date Date [optional]

Example

require 'openapi_client'

instance = OpenapiClient::SetIttOutcomeResponse.new(
  trn: null,
  qts_date: null
)