PHP Interface Cartalyst\Stripe\ConfigInterface

Afficher le fichier Open project: cartalyst/stripe Interface Usage Examples

Méthodes publiques

Méthode Description
getApiKey ( ) : string Returns the Stripe API key.
getApiVersion ( ) : string Returns the Stripe API version.
getIdempotencyKey ( ) : string Returns the idempotency key.
getVersion ( ) : string Returns the current package version.
setApiKey ( string $apiKey ) Sets the Stripe API key.
setApiVersion ( string $apiVersion ) Sets the Stripe API version.
setIdempotencyKey ( string $idempotencyKey ) Sets the idempotency key.
setVersion ( string $version ) Sets the current package version.

Method Details

getApiKey() public méthode

Returns the Stripe API key.
public getApiKey ( ) : string
Résultat string

getApiVersion() public méthode

Returns the Stripe API version.
public getApiVersion ( ) : string
Résultat string

getIdempotencyKey() public méthode

Returns the idempotency key.
public getIdempotencyKey ( ) : string
Résultat string

getVersion() public méthode

Returns the current package version.
public getVersion ( ) : string
Résultat string

setApiKey() public méthode

Sets the Stripe API key.
public setApiKey ( string $apiKey )
$apiKey string

setApiVersion() public méthode

Sets the Stripe API version.
public setApiVersion ( string $apiVersion )
$apiVersion string

setIdempotencyKey() public méthode

Sets the idempotency key.
public setIdempotencyKey ( string $idempotencyKey )
$idempotencyKey string

setVersion() public méthode

Sets the current package version.
public setVersion ( string $version )
$version string