PHP Интерфейс Cartalyst\Stripe\ConfigInterface

Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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.

Описание методов

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

Returns the Stripe API key.
public getApiKey ( ) : string
Результат string

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

Returns the Stripe API version.
public getApiVersion ( ) : string
Результат string

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

Returns the idempotency key.
public getIdempotencyKey ( ) : string
Результат string

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

Returns the current package version.
public getVersion ( ) : string
Результат string

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

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

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

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

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

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

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

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