Difference between revisions of "Language"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_DataType_Spec |Description=Represents a Subscription object. Subscriptions are packages that the user can purchase and provide access to other products such as Movies, L...")
 
 
Line 1: Line 1:
 
{{Api_DataType_Spec
 
{{Api_DataType_Spec
|Description=Represents a Subscription object. Subscriptions are packages that the user can purchase and provide access to other products such as Movies, Live Channels, Services, etc. The Subscription will always have a recurring pricing model associated.
+
|Description=Object of language that contains a name and a code. The parameter is a String and represents the universal notation pattern to represent that. ISO-639-2 code for the language and ISO 3166-1 alpha-2 for the country.
  
 
|Members=
 
|Members=

Latest revision as of 17:29, 4 September 2014

Object of language that contains a name and a code. The parameter is a String and represents the universal notation pattern to represent that. ISO-639-2 code for the language and ISO 3166-1 alpha-2 for the country.

Members

Field Data Type Description
ID int Unique identifier for the Subscription
Title String The title that represent the language name.
Code String The parameter is a String and represents the universal notation pattern to represent that. ISO-639-2 code for the language and ISO 3166-1 alpha-2 for the country.


Example

{

"ID": 14,
"Title": "Português - Brasil",
"Code": "pt-PT"

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation Harley Cabral


See also