PathPaymentStrictReceiveOperationResponse constructor
PathPaymentStrictReceiveOperationResponse(- String amount,
- String sourceAmount,
- String sourceMax,
- String from,
- String fromMuxed,
- String fromMuxedId,
- String to,
- String toMuxed,
- String toMuxedId,
- String assetType,
- String assetCode,
- String assetIssuer,
- String sourceAssetType,
- String sourceAssetCode,
- String sourceAssetIssuer,
- List<Asset> path
)
Implementation
PathPaymentStrictReceiveOperationResponse(
this.amount,
this.sourceAmount,
this.sourceMax,
this.from,
this.fromMuxed,
this.fromMuxedId,
this.to,
this.toMuxed,
this.toMuxedId,
this.assetType,
this.assetCode,
this.assetIssuer,
this.sourceAssetType,
this.sourceAssetCode,
this.sourceAssetIssuer,
this.path);