| Property | Defined 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 | ||
| credits_purchase | property |
public var credits_purchase:BooleanSet to true if the user is purchasing credits and not an item.
| dev_purchase_params | property |
public var dev_purchase_params:ObjectAn object for additional params. Used for completing offers.
| order_info | property |
public var order_info:StringA user-defined value that will get passed to your callback URL set in your application settings.
| purchase_type | property |
public var purchase_type:StringThe purchase type.
| Credits | () | constructor |
public function Credits()
| toObject | () | method |
public function toObject():Object
Returns
Object |