Path Payment Strict Send Operation
data class PathPaymentStrictSendOperation(val sendAsset: Asset, val sendAmount: String, val destination: String, val destAsset: Asset, val destMin: String, val path: List<Asset> = emptyList()) : Operation
Represents a PathPaymentStrictSend operation.