UNPKG

@nativescript/payments

Version:

In-App Purchase and Subscriptions for NativeScript

13 lines 396 B
export class BaseOrder { constructor(nativeValue, restored = false) { this.nativeValue = nativeValue; this.restored = restored; } } export var OrderState; (function (OrderState) { OrderState["INVALID"] = "INVALID"; OrderState["PROVISIONAL"] = "PROVISIONAL"; OrderState["VALID"] = "VALID"; })(OrderState || (OrderState = {})); //# sourceMappingURL=common.js.map