PathResponse constructor

PathResponse(
  1. String destinationAmount,
  2. String destinationAssetType,
  3. String? destinationAssetCode,
  4. String? destinationAssetIssuer,
  5. String sourceAmount,
  6. String sourceAssetType,
  7. String? sourceAssetCode,
  8. String? sourceAssetIssuer,
  9. List<Asset> path,
  10. PathResponseLinks? links
)

Implementation

PathResponse