UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

6 lines 359 B
import { CustomRequestOptions } from '../../common/request'; import { ConfirmationLetterCreationDto } from '../../model/confirmationLetterCreationDto'; export declare class ConfirmationLetterApi { getConfirmationLetter(dto: ConfirmationLetterCreationDto, options?: CustomRequestOptions): Promise<any>; } //# sourceMappingURL=confirmationLetterApi.d.ts.map