Omnipay\PayPal\RestGateway::updatePlan PHP Méthode

updatePlan() public méthode

You can update the information for an existing billing plan. The state of a plan must be active before a billing agreement is created.
public updatePlan ( array $parameters = [] ) : Omnipay\PayPal\Message\RestUpdatePlanRequest
$parameters array
Résultat Omnipay\PayPal\Message\RestUpdatePlanRequest
    public function updatePlan(array $parameters = array())
    {
        return $this->createRequest('\\Omnipay\\PayPal\\Message\\RestUpdatePlanRequest', $parameters);
    }