ZyncTaxGroup

data class ZyncTaxGroup(val taxGroupUid: String, val taxGroupName: String, val taxes: List<ZyncTaxApplicability>)

Domain model representing a tax group. Contains information about grouped taxes that can be applied to transactions.

Constructors

Link copied to clipboard
constructor(taxGroupUid: String, taxGroupName: String, taxes: List<ZyncTaxApplicability>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard