@airwallex/node-sdk
Version:
Airwallex Node.js SDK
19 lines • 736 B
TypeScript
import { SimulationTransactionVolumeApiDto } from './simulationTransactionVolumeApiDto';
export interface SimulationIndividualAccountUsageApiDto {
card_usage?: Array<string>;
collection_country_codes?: Array<string>;
collection_from?: Array<string>;
expected_monthly_transaction_volume?: SimulationTransactionVolumeApiDto;
payout_country_codes?: Array<string>;
payout_to?: Array<string>;
product_reference?: Array<string>;
}
export declare namespace SimulationIndividualAccountUsageApiDto {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=simulationIndividualAccountUsageApiDto.d.ts.map