PHP 클래스 Cartalyst\Stripe\Api\Transfers

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

공개 메소드들

메소드 설명
all ( array $parameters = [] ) : array Lists all transfers.
create ( array $parameters = [] ) : array Creates a new transfer.
find ( string $transferId ) : array Retrieves an existing transfer.
update ( string $transferId, array $parameters = [] ) : array Updates an existing transfer.

메소드 상세

all() 공개 메소드

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

create() 공개 메소드

Creates a new transfer.
public create ( array $parameters = [] ) : array
$parameters array
리턴 array

find() 공개 메소드

Retrieves an existing transfer.
public find ( string $transferId ) : array
$transferId string
리턴 array

update() 공개 메소드

Updates an existing transfer.
public update ( string $transferId, array $parameters = [] ) : array
$transferId string
$parameters array
리턴 array