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