Class: ShippingMethodTaxLine
Hierarchy
TaxLine
↳
ShippingMethodTaxLine
Constructors
constructor
• new ShippingMethodTaxLine()
Inherited from
TaxLine.constructor
Properties
code
• code: null
| string
Inherited from
TaxLine.code
Defined in
created_at
• created_at: Date
Inherited from
TaxLine.created_at
Defined in
interfaces/models/base-entity.ts:16
id
• id: string
Inherited from
TaxLine.id
Defined in
interfaces/models/base-entity.ts:13
metadata
• metadata: Record
<string
, unknown
>
Inherited from
TaxLine.metadata
Defined in
name
• name: string
Inherited from
TaxLine.name
Defined in
rate
• rate: number
Inherited from
TaxLine.rate
Defined in
shipping_method
• shipping_method: ShippingMethod
Defined in
models/shipping-method-tax-line.ts:24
shipping_method_id
• shipping_method_id: string
Defined in
models/shipping-method-tax-line.ts:20
updated_at
• updated_at: Date
Inherited from
TaxLine.updated_at
Defined in
interfaces/models/base-entity.ts:19
Methods
beforeInsert
▸ Private
beforeInsert(): void
Returns
void
Defined in
Was this page helpful?