| 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 | 6 | public function getData() |
|
| 36 | |||
| 37 | /** |
||
| 38 | * @return string |
||
| 39 | */ |
||
| 40 | 6 | public function getEndpoint() |
|
| 44 | |||
| 45 | 6 | public function getRetained() |
|
| 49 | |||
| 50 | 3 | public function setRetained($value) |
|
| 54 | } |
||
| 55 |