import { PaymentAcceptanceCustomsDetails } from './paymentAcceptanceCustomsDetails';
import { PaymentAcceptanceSubOrder } from './paymentAcceptanceSubOrder';
export interface PaymentAcceptanceCustomsDeclaration {
    awx_request_id?: string;
    created_at?: Date;
    customs_details?: PaymentAcceptanceCustomsDetails;
    customs_status_message?: string;
    id?: string;
    payment_method_type?: string;
    provider_transaction_id?: string;
    request_id?: string;
    shopper_identity_check_result?: string;
    status?: string;
    sub_order?: PaymentAcceptanceSubOrder;
    updated_at?: Date;
    verification_department_code?: string;
    verification_department_transaction_id?: string;
}
export declare namespace PaymentAcceptanceCustomsDeclaration {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptanceCustomsDeclaration.d.ts.map