UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

8 lines 531 B
import { CustomRequestOptions } from '../../common/request'; import { AccountLinkReqApiDto } from '../../model/accountLinkReqApiDto'; import { AccountLinkResApiDto } from '../../model/accountLinkResApiDto'; export declare class ScaleInvitationLinksApi { createNewAccountLink(link: AccountLinkReqApiDto, options?: CustomRequestOptions): Promise<AccountLinkResApiDto>; getAccountInvitationLink(id: string, options?: CustomRequestOptions): Promise<AccountLinkResApiDto>; } //# sourceMappingURL=scaleInvitationLinksApi.d.ts.map