@orangecheck/me-client / PaymentResult
Interface: PaymentResult
Defined in: me-client/src/types.ts:234
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-id"></a> id | string | me-client/src/types.ts:235 |
<a id="property-sats_charged"></a> sats_charged? | number | me-client/src/types.ts:237 |
<a id="property-status"></a> status | "authorized" | "failed" | "cancelled" | me-client/src/types.ts:236 |
<a id="property-user_envelope_id"></a> user_envelope_id? | string | me-client/src/types.ts:238 |
<a id="property-verify_url"></a> verify_url? | string | me-client/src/types.ts:239 |