UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

20 lines 619 B
import { FlightTimeFieldDTO } from './flightTimeFieldDTO'; import { TransferLimitFieldDTO } from './transferLimitFieldDTO'; export interface PaymentMethodItemDTO { description?: string; flight_time?: FlightTimeFieldDTO; label?: string; payment_limit?: string; processing_time?: string; transfer_limit?: TransferLimitFieldDTO; value?: string; } export declare namespace PaymentMethodItemDTO { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentMethodItemDTO.d.ts.map