TransactionResponse

constructor(id: String? = null, externalTxId: String? = null, status: Status? = null, subStatus: String? = null, txHash: String? = null, operation: GetTransactionOperation? = null, note: String? = null, assetId: String? = null, source: SourceTransferPeerPathResponse? = null, sourceAddress: String? = null, destination: DestinationTransferPeerPathResponse? = null, destinations: List<TransactionResponseDestination>? = null, destinationAddress: String? = null, destinationAddressDescription: String? = null, destinationTag: String? = null, contractCallDecodedData: TransactionResponseContractCallDecodedData? = null, amountInfo: AmountInfo? = null, treatAsGrossAmount: Boolean? = null, feeInfo: FeeInfo? = null, feeCurrency: String? = null, networkRecords: List<NetworkRecord>? = null, createdAt: Long? = null, lastUpdated: Long? = null, createdBy: String? = null, signedBy: List<String>? = null, rejectedBy: String? = null, authorizationInfo: AuthorizationInfo? = null, exchangeTxId: String? = null, customerRefId: String? = null, amlScreeningResult: AmlScreeningResult? = null, complianceResult: ComplianceResult? = null, extraParameters: Any? = null, signedMessages: List<SignedMessage>? = null, numOfConfirmations: Int? = null, blockInfo: BlockInfo? = null, index: Int? = null, rewardInfo: RewardInfo? = null, systemMessages: SystemMessageInfo? = null, addressType: AddressType? = null, errorDescription: String? = null)