reference
Class: DebitNoteAccepted
events/events.DebitNoteAccepted
Hierarchy
BaseEvent
<{id
:string
;providerId
:string
;agreementId
:string
;amount
:string
}>↳
DebitNoteAccepted
Table of contents
Constructors
Properties
Constructors
constructor
• new DebitNoteAccepted(data?
)
Parameters
Name | Type |
---|---|
data? | Object |
data.id | string |
data.providerId | string |
data.agreementId | string |
data.amount | string |
Inherited from
Defined in
Properties
detail
• Readonly
detail: Object
Type declaration
Name | Type |
---|---|
id | string |
providerId | string |
agreementId | string |
amount | string |
Inherited from
Defined in
name
• Readonly
name: string
Inherited from
Defined in
timestamp
• Readonly
timestamp: number