Packagecom.facebook.graph.data.ui.credits
Classpublic class Credits



Public Properties
 PropertyDefined by
  credits_purchase : Boolean
Set to true if the user is purchasing credits and not an item.
Credits
  dev_purchase_params : Object
An object for additional params.
Credits
  order_info : String
A user-defined value that will get passed to your callback URL set in your application settings.
Credits
  purchase_type : String
The purchase type.
Credits
Public Methods
 MethodDefined by
  
Credits
  
toObject():Object
Credits
Property detail
credits_purchaseproperty
public var credits_purchase:Boolean

Set to true if the user is purchasing credits and not an item.

dev_purchase_paramsproperty 
public var dev_purchase_params:Object

An object for additional params. Used for completing offers.

order_infoproperty 
public var order_info:String

A user-defined value that will get passed to your callback URL set in your application settings.

purchase_typeproperty 
public var purchase_type:String

The purchase type.

Constructor detail
Credits()constructor
public function Credits()
Method detail
toObject()method
public function toObject():Object

Returns
Object