UNPKG

@paydock/client-sdk

Version:

Paydock client sdk

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