for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Speicher210\Fastbill\Api;
/**
* Abstract request data for making requests to the fastbill API.
*/
abstract class AbstractRequestData implements RequestDataInterface
{
}