class CrvApiClient::Api::Reproduction::ADEExchangedDocumentType

{ICARAggregateBusinessInformationEntity:1}ADEExchangedDocumentType

identifier - CrvApiClient::Api::Reproduction::IDType
issueing - (any)
version - (any)
type - CrvApiClient::Api::Reproduction::CodeType
language - CrvApiClient::Api::Reproduction::CodeType
senderParty - CrvApiClient::Api::Reproduction::ADEPartyType
recipientParty - CrvApiClient::Api::Reproduction::ADEPartyType

Attributes

identifier[RW]
issueing[RW]
language[RW]
recipientParty[RW]
senderParty[RW]
type[RW]
version[RW]

Public Class Methods

new(identifier = nil, issueing = nil, version = nil, type = nil, language = nil, senderParty = nil, recipientParty = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 2963
def initialize(identifier = nil, issueing = nil, version = nil, type = nil, language = nil, senderParty = nil, recipientParty = nil)
  @identifier = identifier
  @issueing = issueing
  @version = version
  @type = type
  @language = language
  @senderParty = senderParty
  @recipientParty = recipientParty
end