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