UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 364 B
export interface ConfirmationLetterCreationDto { format: string; transaction_id: string; } export declare namespace ConfirmationLetterCreationDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=confirmationLetterCreationDto.d.ts.map