Packagecom.distriqt.extension.message.objects
Classpublic class SubscriptionInfo
InheritanceSubscriptionInfo Inheritance Object

Subscription Information



Public Properties
 PropertyDefined By
  carrierName : String
the name displayed to the user that identifies Subscription provider name
SubscriptionInfo
  country : String
the ISO country code
SubscriptionInfo
  displayName : String
the name displayed to the user that identifies this subscription
SubscriptionInfo
  ICCID : String
the ICC ID
SubscriptionInfo
  id : int
the subscription ID
SubscriptionInfo
  number : String
the number of this subscription
SubscriptionInfo
  simSlotIndex : int
the slot index of this Subscription's SIM card
SubscriptionInfo
Public Methods
 MethodDefined By
  
SubscriptionInfo
  
[static]
SubscriptionInfo
Property Detail
carrierNameproperty
public var carrierName:String

the name displayed to the user that identifies Subscription provider name

countryproperty 
public var country:String

the ISO country code

displayNameproperty 
public var displayName:String

the name displayed to the user that identifies this subscription

ICCIDproperty 
public var ICCID:String

the ICC ID

idproperty 
public var id:int

the subscription ID

numberproperty 
public var number:String

the number of this subscription

simSlotIndexproperty 
public var simSlotIndex:int

the slot index of this Subscription's SIM card

Constructor Detail
SubscriptionInfo()Constructor
public function SubscriptionInfo()



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

Parameters

data:Object

Returns
SubscriptionInfo