@orangecheck/me-client / BillableEvent
Interface: BillableEvent
Defined in: me-client/src/types.ts:190
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-class"></a> class | EventClass | me-client/src/types.ts:193 |
<a id="property-gross_fee_sats"></a> gross_fee_sats | number | me-client/src/types.ts:196 |
<a id="property-id"></a> id | string | me-client/src/types.ts:191 |
<a id="property-occurred_at"></a> occurred_at | string | me-client/src/types.ts:192 |
<a id="property-platform_fee_sats"></a> platform_fee_sats | number | me-client/src/types.ts:197 |
<a id="property-site"></a> site | { display_name: string; domain: string; } | me-client/src/types.ts:195 |
site.display_name | string | me-client/src/types.ts:195 |
site.domain | string | me-client/src/types.ts:195 |
<a id="property-site_rebate_sats"></a> site_rebate_sats | number | me-client/src/types.ts:199 |
<a id="property-subtype"></a> subtype | EventSubtype | me-client/src/types.ts:194 |
<a id="property-user_earned_sats"></a> user_earned_sats | number | me-client/src/types.ts:198 |
<a id="property-verify_url"></a> verify_url | string | me-client/src/types.ts:200 |