@signnow/api-client
Version:
SignNow REST Service Wrapper
12 lines (11 loc) • 343 B
TypeScript
import { BaseClass } from '../../../types/baseClass';
export declare class SubscriptionGet implements BaseClass {
private queryParams;
getPayload(): null;
getMethod(): string;
getUrl(): string;
getAuthMethod(): string;
getContentType(): string;
getQueryParams(): Record<string, string>;
getUriParams(): null;
}