import { PaymentAcceptanceMatchResults } from './paymentAcceptanceMatchResults';
export interface PaymentAcceptanceRelatedOrder {
    captured_amount?: number;
    created_at?: Date;
    currency?: string;
    disputed?: boolean;
    fraudulent?: boolean;
    match_results?: PaymentAcceptanceMatchResults;
    merchant_order_id?: string;
    payment_intent_id?: string;
    refunded_amount?: number;
}
export declare namespace PaymentAcceptanceRelatedOrder {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptanceRelatedOrder.d.ts.map