Cartalyst\Stripe\Api\CountrySpecs::find PHP Метод

find() публичный Метод

Retrieves an existing country spec.
public find ( string $country ) : array
$country string
Результат array
    public function find($country)
    {
        return $this->_get("country_specs/{$country}");
    }
CountrySpecs