UNPKG

@paydock/client-sdk

Version:

Paydock client sdk

8 lines 403 B
import { IWalletService, IWalletServiceUpdate, WalletService } from "./wallet-service"; export declare class MastercardWalletService extends WalletService implements IWalletService { protected initializeChildWallets(): void; protected getGatewayName(): string; setEnv(env: string): this; update(data: IWalletServiceUpdate): void; } //# sourceMappingURL=mastercard.wallet-service.d.ts.map