@ptkl/sdk - v1.18.0
Preparing search index...
v0.10/types/transactions
InvoiceLineItem
Interface InvoiceLineItem
interface
InvoiceLineItem
{
amount
:
number
;
description
:
string
;
option_code
?:
string
;
product_id
?:
string
;
quantity
:
number
;
unit_price
:
number
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
amount
description
option_
code?
product_
id?
quantity
unit_
price
Properties
amount
amount
:
number
description
description
:
string
Optional
option_
code
option_code
?:
string
Optional
product_
id
product_id
?:
string
quantity
quantity
:
number
unit_
price
unit_price
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
amount
description
option_
code
product_
id
quantity
unit_
price
@ptkl/sdk - v1.18.0
Loading...