@coasys/ad4m / Exports / PaymentRequestResult
Class: PaymentRequestResult
Table of contents
Constructors
Properties
Constructors
constructor
• new PaymentRequestResult(success, message)
Parameters
| Name | Type |
|---|---|
success | boolean |
message | string |
Defined in
runtime/RuntimeResolver.ts:252 (opens in a new tab)
Properties
message
• message: string
Defined in
runtime/RuntimeResolver.ts:250 (opens in a new tab)
success
• success: boolean