UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

18 lines 524 B
export interface IssuingNonPciLifecycleAmountDto { total_authorized?: number; total_credited?: number; total_debited?: number; total_declined?: number; total_expired?: number; total_pending?: number; total_reversed?: number; } export declare namespace IssuingNonPciLifecycleAmountDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=issuingNonPciLifecycleAmountDto.d.ts.map