PHP 클래스 Cartalyst\Stripe\Api\Refunds

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

공개 메소드들

메소드 설명
all ( string $chargeId, array $parameters = [] ) : array Lists all refunds for the given charge.
create ( string $chargeId, integer $amount = null, array $parameters = [] ) : array Creates a new refund for the given charge.
find ( string $chargeId, string $refundId ) : array Retrieves an existing refund from the given charge.
update ( string $chargeId, string $refundId, array $parameters = [] ) : array Updates an existing refund on the given charge.

메소드 상세

all() 공개 메소드

Lists all refunds for the given charge.
public all ( string $chargeId, array $parameters = [] ) : array
$chargeId string
$parameters array
리턴 array

create() 공개 메소드

Creates a new refund for the given charge.
public create ( string $chargeId, integer $amount = null, array $parameters = [] ) : array
$chargeId string
$amount integer
$parameters array
리턴 array

find() 공개 메소드

Retrieves an existing refund from the given charge.
public find ( string $chargeId, string $refundId ) : array
$chargeId string
$refundId string
리턴 array

update() 공개 메소드

Updates an existing refund on the given charge.
public update ( string $chargeId, string $refundId, array $parameters = [] ) : array
$chargeId string
$refundId string
$parameters array
리턴 array