vnorder / com.venuenext.vnorder.orders.model / TaxRule

TaxRule

data class TaxRule

Constructors

<init>

TaxRule(uuid: String, display: Boolean, exempt: Boolean, name: String, taxAmountInCents: Int)

Properties

display

val display: Boolean

exempt

val exempt: Boolean

name

val name: String

taxAmountInCents

val taxAmountInCents: Int

uuid

val uuid: String