Skip to main content
InputObject Tax details.

Input Fields

amount
required
The tax amount.
rate
The rate of the tax formatted as a decimal. e.g., 5.10% would be formatted as 0.051.
{
  "amount": Decimal,
  "rate": Decimal
}