File manager - Edit - /home/opticamezl/www/newok/libraries/fabrik/vendor/omnipay/stripe/src/Message/DeleteCustomerRequest.php
Back
<?php /** * Stripe Delete Customer Request. */ namespace Omnipay\Stripe\Message; /** * Stripe Delete Customer Request. * * Permanently deletes a customer. It cannot be undone. Also immediately * cancels any active subscriptions on the customer. * * @link https://stripe.com/docs/api#delete_customer */ class DeleteCustomerRequest extends AbstractRequest { public function getData() { $this->validate('customerReference'); return; } public function getHttpMethod() { return 'DELETE'; } public function getEndpoint() { return $this->endpoint.'/customers/'.$this->getCustomerReference(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings