UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 386 B
export interface TxnLimitConfigForNewCards { applicable_for_cards_created_after: Date; txn_limits_v2_enabled: boolean; } export declare namespace TxnLimitConfigForNewCards { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=txnLimitConfigForNewCards.d.ts.map