PHP 클래스 Cartalyst\Stripe\Config

상속: implements Cartalyst\Stripe\ConfigInterface
파일 보기 프로젝트 열기: cartalyst/stripe

보호된 프로퍼티들

프로퍼티 타입 설명
$apiKey string The Stripe API key.
$apiVersion string The Stripe API version.
$idempotencyKey string The idempotency key.
$version string The current package version.

공개 메소드들

메소드 설명
__construct ( string $version, string $apiKey, string $apiVersion ) : void Constructor.
getApiKey ( )
getApiVersion ( )
getIdempotencyKey ( )
getVersion ( )
setApiKey ( $apiKey )
setApiVersion ( $apiVersion )
setIdempotencyKey ( $idempotencyKey )
setVersion ( $version )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $version, string $apiKey, string $apiVersion ) : void
$version string
$apiKey string
$apiVersion string
리턴 void

getApiKey() 공개 메소드

public getApiKey ( )

getApiVersion() 공개 메소드

public getApiVersion ( )

getIdempotencyKey() 공개 메소드

public getIdempotencyKey ( )

getVersion() 공개 메소드

public getVersion ( )

setApiKey() 공개 메소드

public setApiKey ( $apiKey )

setApiVersion() 공개 메소드

public setApiVersion ( $apiVersion )

setIdempotencyKey() 공개 메소드

public setIdempotencyKey ( $idempotencyKey )

setVersion() 공개 메소드

public setVersion ( $version )

프로퍼티 상세

$apiKey 보호되어 있는 프로퍼티

The Stripe API key.
protected string $apiKey
리턴 string

$apiVersion 보호되어 있는 프로퍼티

The Stripe API version.
protected string $apiVersion
리턴 string

$idempotencyKey 보호되어 있는 프로퍼티

The idempotency key.
protected string $idempotencyKey
리턴 string

$version 보호되어 있는 프로퍼티

The current package version.
protected string $version
리턴 string