PostTaxesGroupTaxComponents

@Serializable
data class PostTaxesGroupTaxComponents(val startDate: String? = null, val taxComponentId: Long? = null)

Parameters

startDate
taxComponentId

Constructors

Link copied to clipboard
constructor(startDate: String? = null, taxComponentId: Long? = null)

Properties

Link copied to clipboard
val startDate: String? = null
Link copied to clipboard
val taxComponentId: Long? = null