CreateTaxRateVersionInput
Input for the createTaxRateVersion mutation
input CreateTaxRateVersionInput {
rate: Float!
taxRateId: UUID!
}
Fields
CreateTaxRateVersionInput.rate
● Float!
non-null scalar
The rate of the created TaxRateVersion
CreateTaxRateVersionInput.taxRateId
● UUID!
non-null scalar
The id of the TaxRate the created TaxRateVersion belongs to
Member Of
createTaxRateVersion
mutation