1 | <?php |
||
10 | class VerifyPaymentMethodRequest extends AbstractPaymentMethodRequest |
||
11 | { |
||
12 | use HasGateway, HasPaymentMethodData; |
||
13 | |||
14 | /** |
||
15 | * @return null |
||
16 | * @throws \Omnipay\Common\Exception\InvalidCreditCardException |
||
17 | * @throws \Omnipay\Common\Exception\InvalidRequestException |
||
18 | * @throws \Omnipay\Spreedly\Exception\InvalidPaymentMethodException |
||
19 | */ |
||
20 | 4 | public function getData() |
|
30 | |||
31 | /** |
||
32 | * @return string |
||
33 | * @throws \Omnipay\Common\Exception\InvalidRequestException |
||
34 | */ |
||
35 | 4 | public function getEndpoint() |
|
39 | } |
||
40 |