PutTaxesGroupTaxComponents

@Serializable
data class PutTaxesGroupTaxComponents(val endDate: String? = null, val id: Long? = null, val taxComponentId: Long? = null)

Parameters

endDate
id
taxComponentId

Constructors

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

Properties

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