UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 364 B
export interface GlobalAccountRequiredFeature { currency: string; transfer_method: string; } export declare namespace GlobalAccountRequiredFeature { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=globalAccountRequiredFeature.d.ts.map