UNPKG

@paydock/client-sdk

Version:

Paydock client sdk

13 lines 561 B
import { ApiBase } from './api-base'; import { ApiChargeInternal } from './api-charge-internal'; import { ApiGatewayInternal } from './api-gateway-internal'; import { ApiServiceInternal } from './api-service-internal'; import { ApiCheckoutInternal } from "./api-checkout-internal"; export { API_AUTH_TYPE } from './api-base'; export declare class ApiInternal extends ApiBase { charge(): ApiChargeInternal; service(): ApiServiceInternal; checkout(): ApiCheckoutInternal; gateway(): ApiGatewayInternal; } //# sourceMappingURL=api-internal.d.ts.map