export interface PaymentAcceptanceDuplicationChargeInformation {
    explanation?: string;
    payment_id?: string;
}
export declare namespace PaymentAcceptanceDuplicationChargeInformation {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptanceDuplicationChargeInformation.d.ts.map