1 | <?php |
||
9 | class UpdatePaymentMethodRequest extends AbstractPaymentMethodRequest |
||
10 | { |
||
11 | use HasOwnerData; |
||
12 | |||
13 | /** |
||
14 | * @return array |
||
15 | * @throws \Omnipay\Common\Exception\InvalidRequestException |
||
16 | */ |
||
17 | 4 | public function getData() |
|
33 | |||
34 | /** |
||
35 | * @return string |
||
36 | */ |
||
37 | 4 | public function getEndpoint() |
|
41 | |||
42 | /** |
||
43 | * @return string |
||
44 | */ |
||
45 | 2 | public function getHttpMethod() |
|
49 | } |
||
50 |