Path Payment Strict Receive Operation
data class PathPaymentStrictReceiveOperation(val sendAsset: Asset, val sendMax: String, val destination: String, val destAsset: Asset, val destAmount: String, val path: List<Asset> = emptyList()) : Operation
Represents a PathPaymentStrictReceive operation.