UNPKG

@paydock/client-sdk

Version:

Paydock client sdk

27 lines 1.1 kB
import { Checkout } from '@auspayplus/open-payments-checkout'; import type { Container } from '../../components/container'; import { Link } from '../../components/link'; import { WalletBackground } from '../../components/wallet-background'; import { type IWalletService, type IWalletServiceMeta, WalletService } from './wallet-service'; export declare class FlypayV2WalletService extends WalletService implements IWalletService { protected background: WalletBackground; protected checkout: Checkout; protected link: Link; protected accessToken?: string; protected refreshToken?: string; protected orderId?: string; protected flypayV2Button: HTMLButtonElement; private widgetId; constructor(publicKey: string, meta: IWalletServiceMeta); load(container: Container): any; setEnv(env: string): this; enable(): void; disable(): void; private mount; private getButton; private onFlypayV2ButtonClick; private getOrderId; private flypayV2Checkout; private initBackground; } //# sourceMappingURL=flypay-v2.wallet-service.d.ts.map