UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

17 lines 403 B
export interface UnreserveDto { account_id: string; amount: number; created_at: Date; currency: string; request_id: string; unreserve_id: string; } export declare namespace UnreserveDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=unreserveDto.d.ts.map