VasInformationList
public class VasInformationList : CustomStringConvertible
-
Create VAS information list.
Declaration
Swift
public init(vasInfoListType: CVasInfoListType, vasInformation: [CVasInfoType : String]?)
-
VAS Info list type.
Declaration
Swift
public let vasInfoListType: CVasInfoListType?
-
VAS information.
Declaration
Swift
public let vasInformation: [CVasInfoType : String]?
-
Textual representation.
Declaration
Swift
public var description: String { get }