TaxLine
A tax line represents the taxes amount applied to a line item.
Constructors
constructor
**new TaxLine**()
A tax line represents the taxes amount applied to a line item.
Properties
codenull | stringRequiredA code to identify the tax type by
created_atDateRequiredThe date with timezone at which the resource was created.
idstringRequiredThe tax line's ID
metadataRecord<string, unknown>RequiredAn optional key-value map with additional details
namestringRequiredA human friendly name for the tax
ratenumberRequiredThe numeric rate to charge tax by
updated_atDateRequiredThe date with timezone at which the resource was updated.
Was this section helpful?