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