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