@airwallex/node-sdk
Version:
Airwallex Node.js SDK
12 lines • 339 B
TypeScript
export interface AlternateAccountIdentifiersDto {
email?: string;
}
export declare namespace AlternateAccountIdentifiersDto {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=alternateAccountIdentifiersDto.d.ts.map