1 | <?php |
||
11 | class CreatePaymentMethodRequest extends AbstractPaymentMethodRequest |
||
12 | { |
||
13 | use HasOwnerData, HasPaymentMethodData; |
||
14 | |||
15 | /** |
||
16 | * @return array |
||
17 | * @throws \Omnipay\Common\Exception\InvalidCreditCardException |
||
18 | * @throws \Omnipay\Common\Exception\InvalidRequestException |
||
19 | * @throws \Omnipay\Spreedly\Exception\InvalidPaymentMethodException |
||
20 | */ |
||
21 | 4 | public function getData() |
|
36 | |||
37 | /** |
||
38 | * @return string |
||
39 | */ |
||
40 | 4 | public function getEndpoint() |
|
44 | |||
45 | 4 | public function getRetained() |
|
49 | |||
50 | 2 | public function setRetained($value) |
|
54 | } |
||
55 |