forked from LiveCarta/PayPal-PHP-Server-SDK
21 lines
301 B
PHP
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
|
|
{
|
|
}
|