| 1 | <?php namespace Ntholenaar\MultiSafepayClient\Request; |
||
| 3 | class IssuerRequest extends Request |
||
| 4 | { |
||
| 5 | /** |
||
| 6 | * {@inheritdoc} |
||
| 7 | */ |
||
| 8 | protected $baseUrl = 'issuers'; |
||
| 9 | |||
| 10 | /** |
||
| 11 | * Get all issuers for the provided gateway. |
||
| 12 | * |
||
| 13 | * @param $gatewayId |
||
| 14 | * @return \Psr\Http\Message\RequestInterface |
||
| 15 | */ |
||
| 16 | public function all($gatewayId) |
||
| 22 | } |