UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 540 B
import { PaymentAcceptanceCustomer } from './paymentAcceptanceCustomer'; export interface PaymentAcceptanceListResponseOfPaymentAcceptanceCustomer { has_more?: boolean; items?: Array<PaymentAcceptanceCustomer>; } export declare namespace PaymentAcceptanceListResponseOfPaymentAcceptanceCustomer { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceListResponseOfPaymentAcceptanceCustomer.d.ts.map