import { PaymentAcceptanceDisputeDocument } from './paymentAcceptanceDisputeDocument';
export interface PaymentAcceptanceSupportingDocumentsResponse {
    customer_communication_documents?: Array<string>;
    customer_signature_documents?: Array<string>;
    documents?: Array<PaymentAcceptanceDisputeDocument>;
    duplicate_charge_defense_documents?: Array<string>;
    generated_files?: Array<string>;
    other_documents?: Array<string>;
    proof_of_delivery_documents?: Array<string>;
    receipt_documents?: Array<string>;
    refund_policy_documents?: Array<string>;
}
export declare namespace PaymentAcceptanceSupportingDocumentsResponse {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptanceSupportingDocumentsResponse.d.ts.map