Documentation

Currency extends Record

Table of Contents

$currencyPrecision  : CurrencyCurrencyPrecision
$displaySymbol  : string
$exchangeRate  : float
$externalId  : string
$formatSample  : string
$fxRateUpdateTimezone  : CurrencyFxRateUpdateTimezone
$inclInFxRateUpdates  : bool
$internalId  : string
$isBaseCurrency  : bool
$isInactive  : bool
$locale  : CurrencyLocale
$name  : string
$nullFieldList  : NullField
$overrideCurrencyFormat  : bool
$paramtypesmap  : mixed
$symbol  : string
$symbolPlacement  : CurrencySymbolPlacement

Properties

$displaySymbol

public string $displaySymbol

$exchangeRate

public float $exchangeRate

$formatSample

public string $formatSample

$inclInFxRateUpdates

public bool $inclInFxRateUpdates

$isBaseCurrency

public bool $isBaseCurrency

$overrideCurrencyFormat

public bool $overrideCurrencyFormat

$paramtypesmap

public static mixed $paramtypesmap = array("name" => "string", "symbol" => "string", "isBaseCurrency" => "boolean", "isInactive" => "boolean", "overrideCurrencyFormat" => "boolean", "displaySymbol" => "string", "symbolPlacement" => "CurrencySymbolPlacement", "locale" => "CurrencyLocale", "formatSample" => "string", "exchangeRate" => "float", "fxRateUpdateTimezone" => "CurrencyFxRateUpdateTimezone", "inclInFxRateUpdates" => "boolean", "currencyPrecision" => "CurrencyCurrencyPrecision", "internalId" => "string", "externalId" => "string")

Search results