UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 612 B
import { PaymentAcceptancePaymentDispute } from './paymentAcceptancePaymentDispute'; export interface PaymentAcceptancePageResponseDTOOfPaymentAcceptancePaymentDispute { items?: Array<PaymentAcceptancePaymentDispute>; page_after?: string; page_before?: string; } export declare namespace PaymentAcceptancePageResponseDTOOfPaymentAcceptancePaymentDispute { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptancePageResponseDTOOfPaymentAcceptancePaymentDispute.d.ts.map