UNPKG

@nativescript/payments

Version:

In-App Purchase and Subscriptions for NativeScript

9 lines (8 loc) 299 B
import { BaseItem } from './common'; export { RecurrenceMode } from './common'; type ProductDetails = com.android.billingclient.api.ProductDetails; export declare class Item extends BaseItem { nativeValue: ProductDetails; constructor(nativeValue: ProductDetails); get debug(): string; }