@orangecheck/me-client / PaymentResult
Interface: PaymentResult
Defined in: me-client/src/types.ts:495
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-id"></a> id | string | me-client/src/types.ts:496 |
<a id="property-sats_charged"></a> sats_charged? | number | me-client/src/types.ts:498 |
<a id="property-status"></a> status | "authorized" | "failed" | "cancelled" | me-client/src/types.ts:497 |
<a id="property-user_envelope_id"></a> user_envelope_id? | string | me-client/src/types.ts:499 |
<a id="property-verify_url"></a> verify_url? | string | me-client/src/types.ts:500 |