yajsapi / Exports / rest/payment / DebitNote
rest/payment.DebitNote
-
yDebitNote
↳ DebitNote
- _api
- activityId
- agreementId
- debitNoteId
- issuerId
- payeeAddr
- payerAddr
- paymentDueDate
- paymentPlatform
- previousDebitNoteId
- recipientId
- status
- timestamp
- totalAmountDue
- usageCounterVector
• new DebitNote(_api
, _base
)
Parameters
Name | Type |
---|---|
_api |
RequestorApi |
_base |
DebitNote |
Overrides
yDebitNote.constructor
Defined in
• Private
_api: RequestorApi
Defined in
• activityId: string
Inherited from
yDebitNote.activityId
Defined in
• agreementId: string
Inherited from
yDebitNote.agreementId
Defined in
• debitNoteId: string
Inherited from
yDebitNote.debitNoteId
Defined in
• issuerId: string
Inherited from
yDebitNote.issuerId
Defined in
• Optional
payeeAddr: string
Inherited from
yDebitNote.payeeAddr
Defined in
• Optional
payerAddr: string
Inherited from
yDebitNote.payerAddr
Defined in
• Optional
paymentDueDate: string
Inherited from
yDebitNote.paymentDueDate
Defined in
• Optional
paymentPlatform: string
Inherited from
yDebitNote.paymentPlatform
Defined in
• Optional
previousDebitNoteId: string
Inherited from
yDebitNote.previousDebitNoteId
Defined in
• recipientId: string
Inherited from
yDebitNote.recipientId
Defined in
• status: InvoiceStatus
Inherited from
yDebitNote.status
Defined in
• timestamp: string
Inherited from
yDebitNote.timestamp
Defined in
• totalAmountDue: string
Inherited from
yDebitNote.totalAmountDue
Defined in
• Optional
usageCounterVector: object
Inherited from
yDebitNote.usageCounterVector
Defined in
▸ accept(amount
, allocation
): Promise
Parameters
Name | Type |
---|---|
amount |
string | number |
allocation |
Allocation |
Returns
Promise
Defined in