module:model/CurrencyPlanPrice

module:model/CurrencyPlanPrice

new module:model/CurrencyPlanPrice()

Source:

Constructs a new CurrencyPlanPrice.

Members

(inner) currencyCode :String

Source:

Specifies the ISO currency code for the account.

Type:
  • String

(inner) currencySymbol :String

Source:

Specifies the currency symbol for the account.

Type:
  • String

(inner) perSeatPrice :String

Source:
Type:
  • String

(inner) supportedCardTypes :module:model/CreditCardTypes

Source:

A simple type enumeration of the language used. The supported languages, with the language value shown in parenthesis, are: Arabic (ar), Bahasa Indonesia (id), Bahasa Melayu (ms) Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro),Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi).

Type:

(inner) supportIncidentFee :String

Source:

The support incident fee charged for each support incident.

Type:
  • String

(inner) supportPlanFee :String

Source:

The support plan fee charged for this plan.

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/CurrencyPlanPrice}

Source:

Constructs a CurrencyPlanPrice from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/CurrencyPlanPrice

Optional instance to populate.

Returns:

The populated CurrencyPlanPrice instance.

Type
module:model/CurrencyPlanPrice