Wasm Directoryalpha
Record

product-resource-tax-rate-details

No description available.

record product-resource-tax-rate-details {
  country: option​<string>,
  percentage-decimal: string,
  state: option​<string>,
  tax-type: option​<product-resource-tax-rate-details-tax-type-enum>,
}

Fields

NameTypeDescription
countryoption​<string>
percentage-decimalstring
stateoption​<string>
tax-typeoption​<product-resource-tax-rate-details-tax-type-enum>