Class: Invoice
yInvoice
↳ Invoice
• new Invoice(
_api
, _base
)Parameters
Name | Type |
---|---|
_api | RequestorApi |
_base | Invoice |
Overrides
yInvoice.constructor
Defined in
•
Private
_api: RequestorApi
Defined in
•
Optional
activityIds: string
[]Inherited from
yInvoice.activityIds
Defined in
• agreementId:
string
Inherited from
yInvoice.agreementId
Defined in
• amount:
string
Inherited from
yInvoice.amount
Defined in
• invoiceId:
string
Inherited from
yInvoice.invoiceId
Defined in
• issuerId:
string
Inherited from
yInvoice.issuerId
Defined in
•
Optional
lastDebitNoteId: string
Inherited from
yInvoice.lastDebitNoteId
Defined in
•
Optional
payeeAddr: string
Inherited from
yInvoice.payeeAddr
Defined in
•
Optional
payerAddr: string
Inherited from
yInvoice.payerAddr
Defined in
• paymentDueDate:
string
Inherited from
yInvoice.paymentDueDate
Defined in
•
Optional
paymentPlatform: string
Inherited from
yInvoice.paymentPlatform
Defined in
• recipientId:
string
Inherited from
yInvoice.recipientId
Defined in
• status:
InvoiceStatus
Inherited from
yInvoice.status
Defined in
• timestamp:
string
Inherited from
yInvoice.timestamp
Defined in
▸ accept(
amount
, allocation
): Promise
Parameters
Name | Type |
---|---|
amount | string | number |
allocation |
Returns
Promise
Defined in
Last modified 1yr ago