forked from LiveCarta/PayPal-PHP-Server-SDK
Automated commit message
This commit is contained in:
20
src/Http/HttpResponse.php
Normal file
20
src/Http/HttpResponse.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/*
|
||||
* PayPalRESTAPIsLib
|
||||
*
|
||||
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
|
||||
*/
|
||||
|
||||
namespace PayPalRESTAPIsLib\Http;
|
||||
|
||||
use Core\Types\Sdk\CoreResponse;
|
||||
|
||||
/**
|
||||
* HTTP response received
|
||||
*/
|
||||
class HttpResponse extends CoreResponse
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user