Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/orders
ShippingLineItemParams
Interface ShippingLineItemParams
Line item - can be a product or a fee
interface
ShippingLineItemParams
{
customData
?:
CustomData
;
fee
:
AmountParams
;
id
?:
string
;
label
?:
string
;
taxCode
?:
string
;
}
Index
Properties
custom
Data?
fee
id?
label?
tax
Code?
Properties
Optional
custom
Data
customData
?:
CustomData
fee
fee
:
AmountParams
Optional
id
id
?:
string
Optional
label
label
?:
string
Optional
tax
Code
taxCode
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Data
fee
id
label
tax
Code
Studio
GitHub
Inttegro TypeScript SDK - v8.2.0
Loading...
Line item - can be a product or a fee