PHP 클래스 Cartalyst\Stripe\Api\Invoices

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

공개 메소드들

메소드 설명
all ( array $parameters = [] ) : array Lists all invoices.
create ( string $customerId, array $parameters = [] ) : array Creates a new invoice.
find ( string $invoiceId ) : array Retrieves an existing invoice.
lineItems ( string $invoiceId, array $parameters = [] ) : array Retrieves an existing invoice line items.
pay ( string $invoiceId ) : array Pays the given invoice.
upcomingInvoice ( string $customerId, string $subscriptionId = null ) : array Retrieves the given customer upcoming invoices.
update ( string $invoiceId, array $parameters = [] ) : array Updates an existing invoice.

메소드 상세

all() 공개 메소드

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

create() 공개 메소드

Creates a new invoice.
public create ( string $customerId, array $parameters = [] ) : array
$customerId string
$parameters array
리턴 array

find() 공개 메소드

Retrieves an existing invoice.
public find ( string $invoiceId ) : array
$invoiceId string
리턴 array

lineItems() 공개 메소드

Retrieves an existing invoice line items.
public lineItems ( string $invoiceId, array $parameters = [] ) : array
$invoiceId string
$parameters array
리턴 array

pay() 공개 메소드

Pays the given invoice.
public pay ( string $invoiceId ) : array
$invoiceId string
리턴 array

upcomingInvoice() 공개 메소드

Retrieves the given customer upcoming invoices.
public upcomingInvoice ( string $customerId, string $subscriptionId = null ) : array
$customerId string
$subscriptionId string
리턴 array

update() 공개 메소드

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