PostFinancialActivityAccountsRequest

@Serializable
data class PostFinancialActivityAccountsRequest(val financialActivityId: Long? = null, val glAccountId: Long? = null)

PostFinancialActivityAccountsRequest

Parameters

financialActivityId
glAccountId

Constructors

Link copied to clipboard
constructor(financialActivityId: Long? = null, glAccountId: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val glAccountId: Long? = null