yajsapi / Exports / executor/events / PaymentAccepted
executor/events.PaymentAccepted
AgreementEvent
↳ PaymentAccepted
new PaymentAccepted(__namedParameters
: Object): PaymentAccepted
Parameters:
• __namedParameters: Object
Returns: PaymentAccepted
Defined in: yajsapi/executor/events.ts:171
• Optional
agr_id: undefined | string
Defined in: yajsapi/executor/events.ts:123
• amount: string
Defined in: yajsapi/executor/events.ts:171
• inv_id: string
Defined in: yajsapi/executor/events.ts:170
▸ extract_exc_info(): [undefined | null | Error, YaEvent]
Extract exception information from this event.
Returns: [undefined | null | Error, YaEvent]
The extracted exception information and a copy of the event without the exception information.
Defined in: yajsapi/executor/events.ts:17