PutTaxesComponentsTaxComponentIdRequest

@Serializable
data class PutTaxesComponentsTaxComponentIdRequest(val dateFormat: String? = null, val locale: String? = null, val name: String? = null, val percentage: Float? = null, val startDate: String? = null)

PutTaxesComponentsTaxComponentIdRequest

Parameters

dateFormat
locale
name
percentage
startDate

Constructors

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

Properties

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