GetClientIdProductIdAccountingMappings

@Serializable
data class GetClientIdProductIdAccountingMappings(val shareEquityId: GetShareAccountsShareEquityId? = null, val incomeFromFeeAccountId: GetShareAccountsIncomeFromFeeAccountId? = null, val shareReferenceId: GetShareAccountsShareReferenceId? = null, val shareSuspenseId: GetShareAccountsShareSuspenseId? = null)

Parameters

shareEquityId
incomeFromFeeAccountId
shareReferenceId
shareSuspenseId

Constructors

Link copied to clipboard
constructor(shareEquityId: GetShareAccountsShareEquityId? = null, incomeFromFeeAccountId: GetShareAccountsIncomeFromFeeAccountId? = null, shareReferenceId: GetShareAccountsShareReferenceId? = null, shareSuspenseId: GetShareAccountsShareSuspenseId? = null)

Properties