UNPKG

@cafebazaar/react-native-poolakey

Version:

ReactNative implementation of CafeBazaar's in-app payment SDK

11 lines 316 B
export type PurchaseResult = { orderId: string; packageName: string; productId: string; purchaseTime: Date; purchaseState: number; developerPayload: string; purchaseToken: string; }; export declare function parsePurchaseResult(json: any): any; //# sourceMappingURL=PurchaseResult.d.ts.map