alias Stripe::PostInvoicesInvoiceLinesLineItemIdRequestTaxAmounts
Overview
A list of up to 10 tax amounts for this line item. This can be useful if you calculate taxes on your own or use a third-party to calculate them. You cannot set tax amounts if any line item has tax_rates or if the invoice has default_tax_rates or uses automatic tax. Pass an empty string to remove previously defined tax amounts.
Alias Definition
Array(Stripe::TaxAmountParam) | String