PHP Class Cartalyst\Stripe\Api\CountrySpecs

Inheritance: extends Api
Show file Open project: cartalyst/stripe

Public Methods

Method Description
all ( array $parameters = [] ) : array Returns a list of all the connected country specs.
find ( string $country ) : array Retrieves an existing country spec.

Method Details

all() public method

Returns a list of all the connected country specs.
public all ( array $parameters = [] ) : array
$parameters array
return array

find() public method

Retrieves an existing country spec.
public find ( string $country ) : array
$country string
return array