PHP Class Cartalyst\Stripe\Api\FileUploads

Inheritance: extends Api
Show file Open project: cartalyst/stripe

Public Methods

Method Description
all ( array $parameters = [] ) : array Lists all file uploads.
baseUrl ( )
create ( string $file, string $purpose, array $headers = [] ) : array Creates a file upload.
find ( string $fileId ) : array Retrieves an existing file upload.

Method Details

all() public method

Lists all file uploads.
public all ( array $parameters = [] ) : array
$parameters array
return array

baseUrl() public method

public baseUrl ( )

create() public method

Creates a file upload.
public create ( string $file, string $purpose, array $headers = [] ) : array
$file string
$purpose string
$headers array
return array

find() public method

Retrieves an existing file upload.
public find ( string $fileId ) : array
$fileId string
return array