| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The line item tax line's ID | |
| code | String | A code to identify the tax type by | |
| name | String | A human friendly name for the tax | |
| rate | BigDecimal | The numeric rate to charge tax by | |
| shippingMethodId | String | The ID of the line item | |
| shippingMethod | Object | Available if the relation `shipping_method` is expanded. | [optional] |
| createdAt | OffsetDateTime | The date with timezone at which the resource was created. | |
| updatedAt | OffsetDateTime | The date with timezone at which the resource was updated. | |
| metadata | Object | An optional key-value map with additional details |