PHP Class Cartalyst\Stripe\Config

Inheritance: implements Cartalyst\Stripe\ConfigInterface
Afficher le fichier Open project: cartalyst/stripe

Protected Properties

Свойство Type Description
$apiKey string The Stripe API key.
$apiVersion string The Stripe API version.
$idempotencyKey string The idempotency key.
$version string The current package version.

Méthodes publiques

Méthode Description
__construct ( string $version, string $apiKey, string $apiVersion ) : void Constructor.
getApiKey ( )
getApiVersion ( )
getIdempotencyKey ( )
getVersion ( )
setApiKey ( $apiKey )
setApiVersion ( $apiVersion )
setIdempotencyKey ( $idempotencyKey )
setVersion ( $version )

Method Details

__construct() public méthode

Constructor.
public __construct ( string $version, string $apiKey, string $apiVersion ) : void
$version string
$apiKey string
$apiVersion string
Résultat void

getApiKey() public méthode

public getApiKey ( )

getApiVersion() public méthode

public getApiVersion ( )

getIdempotencyKey() public méthode

public getIdempotencyKey ( )

getVersion() public méthode

public getVersion ( )

setApiKey() public méthode

public setApiKey ( $apiKey )

setApiVersion() public méthode

public setApiVersion ( $apiVersion )

setIdempotencyKey() public méthode

public setIdempotencyKey ( $idempotencyKey )

setVersion() public méthode

public setVersion ( $version )

Property Details

$apiKey protected_oe property

The Stripe API key.
protected string $apiKey
Résultat string

$apiVersion protected_oe property

The Stripe API version.
protected string $apiVersion
Résultat string

$idempotencyKey protected_oe property

The idempotency key.
protected string $idempotencyKey
Résultat string

$version protected_oe property

The current package version.
protected string $version
Résultat string