PutTaxesComponentsChanges

@Serializable
data class PutTaxesComponentsChanges(val name: String? = null, val percentage: Float? = null, val startDate: LocalDate? = null)

Parameters

name
percentage
startDate

Constructors

Link copied to clipboard
constructor(name: String? = null, percentage: Float? = null, startDate: LocalDate? = null)

Properties

Link copied to clipboard
val name: String? = null
Link copied to clipboard
val percentage: Float? = null
Link copied to clipboard
val startDate: LocalDate? = null