PostTaxesComponentsRequest

@Serializable
data class PostTaxesComponentsRequest(val creditAccountType: Int? = null, val creditAcountId: Int? = null, val dateFormat: String? = null, val locale: String? = null, val name: String? = null, val percentage: Float? = null, val startDate: String? = null)

PostTaxesComponentsRequest

Parameters

creditAccountType
creditAcountId
dateFormat
locale
name
percentage
startDate

Constructors

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

Properties

Link copied to clipboard
val creditAccountType: Int? = null
Link copied to clipboard
val creditAcountId: Int? = null
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