GetAccountRulesTemplateResponse

@Serializable
data class GetAccountRulesTemplateResponse(val allowedAccounts: List<GLAccountData>? = null, val allowedOffices: List<OfficeData>? = null, val systemDefined: Boolean? = null)

GetAccountRulesTemplateResponse

Parameters

allowedAccounts
allowedOffices
systemDefined

Constructors

Link copied to clipboard
constructor(allowedAccounts: List<GLAccountData>? = null, allowedOffices: List<OfficeData>? = null, systemDefined: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val systemDefined: Boolean? = null