UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 591 B
import { PaymentAcceptanceTerminal } from './paymentAcceptanceTerminal'; export interface PaymentAcceptanceKeyBasedListResponseOfPaymentAcceptanceTerminal { items?: Array<PaymentAcceptanceTerminal>; page_after?: string; page_before?: string; } export declare namespace PaymentAcceptanceKeyBasedListResponseOfPaymentAcceptanceTerminal { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceKeyBasedListResponseOfPaymentAcceptanceTerminal.d.ts.map