unlockpage-api-client
Version:
React hooks and TypeScript client for Unlockpage API
25 lines (23 loc) • 557 B
text/typescript
/**
* Generated by orval v6.31.0 🍺
* Do not edit manually.
* Unlockpage API
* This is the API server for Unlockpage micropayments platform.
* OpenAPI spec version: 1.0
*/
/**
* Detailed purchase information including website and route details
*/
export interface MicrohttpPurchaseDetail {
accessId?: number;
aggregateVerifier?: string;
receipt?: string;
routeCost?: number;
routeId?: number;
routePath?: string;
userAddress?: string;
verifierId?: string;
websiteDomain?: string;
websiteId?: number;
websiteName?: string;
}