Cartalyst\Stripe\Api\Customers::find PHP Méthode

find() public méthode

Retrieves an existing customer.
public find ( string $customerId ) : array
$customerId string
Résultat array
    public function find($customerId)
    {
        return $this->_get("customers/{$customerId}");
    }