@orangecheck/me-client / PaymentResult
Interface: PaymentResult
Defined in: me-client/src/types.ts:464
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-id"></a> id | string | me-client/src/types.ts:465 |
<a id="property-sats_charged"></a> sats_charged? | number | me-client/src/types.ts:467 |
<a id="property-status"></a> status | "authorized" | "failed" | "cancelled" | me-client/src/types.ts:466 |
<a id="property-user_envelope_id"></a> user_envelope_id? | string | me-client/src/types.ts:468 |
<a id="property-verify_url"></a> verify_url? | string | me-client/src/types.ts:469 |