@airwallex/node-sdk
Version:
Airwallex Node.js SDK
13 lines • 357 B
TypeScript
export interface EstimatedMonthlyIncomeApiDto {
amount?: string;
currency?: string;
}
export declare namespace EstimatedMonthlyIncomeApiDto {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=estimatedMonthlyIncomeApiDto.d.ts.map