@kepas/daraja-js
GitHub
Preparing search index...
Invoice
Interface Invoice
interface
Invoice
{
accountReference
:
string
;
amount
:
string
|
number
;
billedFullName
:
string
;
billedPeriod
:
string
;
billedPhoneNumber
:
string
;
dueDate
:
string
;
externalReference
:
string
;
invoiceItems
?:
{
amount
:
string
|
number
;
itemName
:
string
}
[]
;
invoiceName
:
string
;
}
Hierarchy (
View Summary
)
Invoice
SendInvoiceInput
Index
Properties
account
Reference
amount
billed
Full
Name
billed
Period
billed
Phone
Number
due
Date
external
Reference
invoice
Items?
invoice
Name
Properties
account
Reference
accountReference
:
string
amount
amount
:
string
|
number
billed
Full
Name
billedFullName
:
string
billed
Period
billedPeriod
:
string
billed
Phone
Number
billedPhoneNumber
:
string
due
Date
dueDate
:
string
external
Reference
externalReference
:
string
Optional
invoice
Items
invoiceItems
?:
{
amount
:
string
|
number
;
itemName
:
string
}
[]
invoice
Name
invoiceName
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Reference
amount
billed
Full
Name
billed
Period
billed
Phone
Number
due
Date
external
Reference
invoice
Items
invoice
Name
GitHub
@kepas/daraja-js
Loading...