UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

17 lines 452 B
export interface SimulationDigitalWalletDto { account_name?: string; country_code?: string; currency?: string; id_type?: string; id_value?: string; provider?: string; } export declare namespace SimulationDigitalWalletDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=simulationDigitalWalletDto.d.ts.map