PHP 클래스 Cartalyst\Stripe\Api\Balance

상속: extends Api
파일 보기 프로젝트 열기: cartalyst/stripe

공개 메소드들

메소드 설명
all ( array $parameters = [] ) : array Lists all transactions
current ( ) : array Retrieives the current account balance.
find ( string $transactionId ) : array Retrieves the balance transaction for the given id.

메소드 상세

all() 공개 메소드

Lists all transactions
public all ( array $parameters = [] ) : array
$parameters array
리턴 array

current() 공개 메소드

Retrieives the current account balance.
public current ( ) : array
리턴 array

find() 공개 메소드

Retrieves the balance transaction for the given id.
public find ( string $transactionId ) : array
$transactionId string
리턴 array