PHP Class ThreeScaleAuthorizeResponse

Inheritance: extends ThreeScaleResponse
Datei anzeigen Open project: 3scale/3scale_ws_api_for_php Class Usage Examples

Public Methods

Method Description
addUsageReport ( )
getPlan ( ) : string Get name of the plan the application is signed up to.
getUsageReports ( ) Get list of usage report entries.
setPlan ( $plan )

Method Details

addUsageReport() public method

public addUsageReport ( )

getPlan() public method

Get name of the plan the application is signed up to.
public getPlan ( ) : string
return string

getUsageReports() public method

There will be one entry per each usage limit defined on the plan the used is signed up to.
See also: ThreeScaleAuthorizeResponseUsage
public getUsageReports ( )

setPlan() public method

public setPlan ( $plan )