GetTaxesGroupResponse

@Serializable
data class GetTaxesGroupResponse(val id: Long? = null, val name: String? = null, val taxAssociations: Set<GetTaxesGroupTaxAssociations>? = null)

GetTaxesGroupResponse

Parameters

id
name
taxAssociations

Constructors

Link copied to clipboard
constructor(id: Long? = null, name: String? = null, taxAssociations: Set<GetTaxesGroupTaxAssociations>? = null)

Properties

Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard