PHP 인터페이스 Cartalyst\Stripe\ConfigInterface

파일 보기 프로젝트 열기: cartalyst/stripe 0 사용 예제들

공개 메소드들

메소드 설명
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