Packagecom.distriqt.extension.adverts
Classpublic class AdValue
InheritanceAdValue Inheritance Object



Public Properties
 PropertyDefined By
  adapterClassName : String
The name of the adapter class this payment was received from
AdValue
  currencyCode : String
The currency code of the payment
AdValue
  precisionType : int
The precision
AdValue
  value : Number
The value of the payment
AdValue
Public Methods
 MethodDefined By
  
AdValue
  
fromObject(data:Object):AdValue
[static]
AdValue
Property Detail
adapterClassNameproperty
public var adapterClassName:String

The name of the adapter class this payment was received from

currencyCodeproperty 
public var currencyCode:String

The currency code of the payment

precisionTypeproperty 
public var precisionType:int

The precision

valueproperty 
public var value:Number

The value of the payment

Constructor Detail
AdValue()Constructor
public function AdValue()



Method Detail
fromObject()method
public static function fromObject(data:Object):AdValue

Parameters

data:Object

Returns
AdValue