GetTaxesGroupTaxAssociations

@Serializable
data class GetTaxesGroupTaxAssociations(val id: Long? = null, val startDate: LocalDate? = null, val taxComponent: GetTaxesGroupTaxComponent? = null)

Parameters

id
startDate
taxComponent

Constructors

Link copied to clipboard
constructor(id: Long? = null, startDate: LocalDate? = null, taxComponent: GetTaxesGroupTaxComponent? = null)

Properties

Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val startDate: LocalDate? = null
Link copied to clipboard