UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 310 B
export interface PrepaymentDTO { amount: number; currency: string; } export declare namespace PrepaymentDTO { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=prepaymentDTO.d.ts.map