package com.api.service;

public interface DelayedRefundService {

	public boolean refundOrder(String orderNumber) ;
}