forked from LiveCarta/PayPal-PHP-SDK
7 lines
56 B
PHP
7 lines
56 B
PHP
<?php
|
|
|
|
namespace PayPal\Rest;
|
|
|
|
interface IResource {
|
|
|
|
} |