PostTaxesGroupRequest

@Serializable
data class PostTaxesGroupRequest(val dateFormat: String? = null, val locale: String? = null, val name: String? = null, val taxComponents: Set<PostTaxesGroupTaxComponents>? = null)

PostTaxesGroupRequest

Parameters

dateFormat
locale
name
taxComponents

Constructors

Link copied to clipboard
constructor(dateFormat: String? = null, locale: String? = null, name: String? = null, taxComponents: Set<PostTaxesGroupTaxComponents>? = 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