Get Portfolio Constraints Plain Args
data class GetPortfolioConstraintsPlainArgs(val acceptLanguage: String? = null, val portfolioId: String, val productId: String? = null) : ConvertibleToJava<GetPortfolioConstraintsPlainArgs>
A collection of arguments for invoking getPortfolioConstraints.
Constructors
Link copied to clipboard
fun GetPortfolioConstraintsPlainArgs(acceptLanguage: String? = null, portfolioId: String, productId: String? = null)