1
0
Files
PayPal-PHP-Server-SDK/src/Http/HttpResponse.php
2024-09-09 15:45:00 +00:00

21 lines
301 B
PHP

<?php
declare(strict_types=1);
/*
* PaypalServerSdkLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
namespace PaypalServerSdkLib\Http;
use Core\Types\Sdk\CoreResponse;
/**
* HTTP response received
*/
class HttpResponse extends CoreResponse
{
}