ShippingMethodTaxLine
A Shipping Method Tax Line represents the taxes applied on a shipping method in a cart.
Constructors
constructor
**new ShippingMethodTaxLine**()
A Shipping Method Tax Line represents the taxes applied on a shipping method in a cart.
Properties
codenull | stringRequiredA code to identify the tax type by
created_atDateRequiredThe date with timezone at which the resource was created.
idstringRequiredThe line item 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
The details of the associated shipping method.
shipping_method_idstringRequiredThe ID of the line item
updated_atDateRequiredThe date with timezone at which the resource was updated.
Methods
beforeInsert
Private **beforeInsert**(): void
Returns
void
voidvoidWas this section helpful?