@paydock/client-sdk
Version:
Paydock client sdk
8 lines • 403 B
TypeScript
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