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