import { PaymentAcceptancePaymentAttempt } from './paymentAcceptancePaymentAttempt';
export interface PaymentAcceptanceListResponseOfPaymentAcceptancePaymentAttempt {
    has_more?: boolean;
    items?: Array<PaymentAcceptancePaymentAttempt>;
}
export declare namespace PaymentAcceptanceListResponseOfPaymentAcceptancePaymentAttempt {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptanceListResponseOfPaymentAcceptancePaymentAttempt.d.ts.map