class DownloadFile extends AbstractInput

DownloadFile

Lädt eine Datei (in der Regel ein Report) von eBay

string string

Constants

OPERATIONNAME

Name der Operation

METHOD

Name der Operation

Methods

mix
handleResponse(Response $response)

handleResponse

string
getMethod()

getMethod

string
getOperationName()

getOperationName

__construct(string $filereferenceid, string $taskreferenceid)

Neues Objekt

Details

at line 89
mix handleResponse(Response $response)

handleResponse

Verarbeiten der Rückantwort von eBay

Parameters

Response $response Ergebniss

Return Value

mix Result

in AbstractInput at line 51
string getMethod()

getMethod

Return Value

string Method

in AbstractInput at line 60
string getOperationName()

getOperationName

Return Value

string OperationName

at line 66
__construct(string $filereferenceid, string $taskreferenceid)

Neues Objekt

Parameters

string $filereferenceid Filereferenz-ID
string $taskreferenceid Taskreference-ID (Job-ID)