UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 357 B
export interface ExpiringQuotaDto { currency: string; expire_by: string; expiring_order_amount: number; } export declare namespace ExpiringQuotaDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=expiringQuotaDto.d.ts.map