- #1336 Update generated code
- Add
InvoiceLineItem.update
method.
- Add
- #1334 Add TaxIds API
- Add support for
all
,create
, andretrieve
methods on resourceTaxId
- The
delete
method now sends a DELETE request to/v1/tax_ids/{id}
instead of/v1/customers/{customer}/tax_ids/{id}
. The endpoints are functionally the same when operating on a Customer Tax ID. - The
resource_url
method onTaxId
now returns the top-level/v1/tax_ids/{id}
path instead of the/v1/customers/{customer}/tax_ids/{id}
path.
- Add support for