Details | Letzte Änderung | Log anzeigen | RSS feed
<?php
class Billsafe_HttpResponse
{
public $statusCode;
public $statusText;
public $contentType;
public $contentLength;
public $body;
}
?>