TaxRateVersion
Foreign type of a tax rate version.
type TaxRateVersion implements Node {
id: UUID!
createdAt: DateTime!
rate: Float!
taxRate: TaxRate!
version: Int!
}
Fields
TaxRateVersion.id
● UUID!
non-null scalar
UUID of the tax rate.
TaxRateVersion.createdAt
● DateTime!
non-null scalar
Time stamp when the TaxRateVersion was created
TaxRateVersion.rate
● Float!
non-null scalar
The rate of the TaxRateVersion
TaxRateVersion.taxRate
● TaxRate!
non-null object
The associated TaxRate.
TaxRateVersion.version
● Int!
non-null scalar
Version of the TaxRateVersion
Interfaces
Node
interface
An object with an ID.
Returned By
createTaxRateVersion
mutation ● taxRateVersion
query
Member Of
OrderItem
object ● TaxRate
object ● TaxRateVersionConnection
object