Pennylane API Client
Preparing search index...
CreateCustomerInvoiceStandardLineBody
Interface CreateCustomerInvoiceStandardLineBody
Standard invoice line payload.
interface
CreateCustomerInvoiceStandardLineBody
{
description
?:
string
|
null
;
discount
?:
{
type
:
"absolute"
|
"relative"
;
value
:
string
}
;
imputation_dates
?:
CreateCustomerInvoiceLineImputationDatesBody
|
null
;
label
:
string
;
ledger_account_id
?:
number
;
quantity
:
number
;
raw_currency_unit_price
:
string
;
section_rank
?:
number
;
unit
:
string
;
vat_rate
:
string
;
}
Index
Properties
description?
discount?
imputation_
dates?
label
ledger_
account_
id?
quantity
raw_
currency_
unit_
price
section_
rank?
unit
vat_
rate
Properties
Optional
Readonly
description
description
?:
string
|
null
Optional
Readonly
discount
discount
?:
{
type
:
"absolute"
|
"relative"
;
value
:
string
}
Optional
Readonly
imputation_
dates
imputation_dates
?:
CreateCustomerInvoiceLineImputationDatesBody
|
null
Readonly
label
label
:
string
Optional
Readonly
ledger_
account_
id
ledger_account_id
?:
number
Readonly
quantity
quantity
:
number
Readonly
raw_
currency_
unit_
price
raw_currency_unit_price
:
string
Optional
Readonly
section_
rank
section_rank
?:
number
Readonly
unit
unit
:
string
Readonly
vat_
rate
vat_rate
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
discount
imputation_
dates
label
ledger_
account_
id
quantity
raw_
currency_
unit_
price
section_
rank
unit
vat_
rate
Pennylane API Client
Loading...
Standard invoice line payload.