UNPKG

@nativescript/payments

Version:

In-App Purchase and Subscriptions for NativeScript

8 lines (7 loc) 352 B
import { BaseOrder } from './common'; export { OrderState } from './common'; export declare class Order extends BaseOrder { nativeValue: com.android.billingclient.api.Purchase; constructor(nativeValue: com.android.billingclient.api.Purchase | com.android.billingclient.api.PurchaseHistoryRecord, restored?: boolean); get debug(): string; }