PHP Class ThreeScaleAuthorizeResponse

Inheritance: extends ThreeScaleResponse
Afficher le fichier Open project: 3scale/3scale_ws_api_for_php Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public addUsageReport ( )

getPlan() public méthode

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

getUsageReports() public méthode

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 méthode

public setPlan ( $plan )