Path Payment Strict Send Operation Response
constructor(id: String, sourceAccount: String, sourceAccountMuxed: String? = null, sourceAccountMuxedId: String? = null, pagingToken: String, createdAt: String, transactionHash: String, transactionSuccessful: Boolean, type: String, links: OperationResponse.Links, transaction: TransactionResponse? = null, amount: String, sourceAmount: String, from: String, fromMuxed: String? = null, fromMuxedId: String? = null, to: String, toMuxed: String? = null, toMuxedId: String? = null, assetType: String, assetCode: String? = null, assetIssuer: String? = null, sourceAssetType: String, sourceAssetCode: String? = null, sourceAssetIssuer: String? = null, path: List<PathPaymentBaseOperationResponse.PathAsset>, destinationMin: String)