Netsutie PHP Toolkit
CustomerCurrency Class Reference

Data Fields

 $currency
 
 $balance
 
 $consolBalance
 
 $depositBalance
 
 $consolDepositBalance
 
 $overdueBalance
 
 $consolOverdueBalance
 
 $unbilledOrders
 
 $consolUnbilledOrders
 
 $overrideCurrencyFormat
 
 $displaySymbol
 
 $symbolPlacement
 

Static Public Attributes

static $paramtypesmap
 

Detailed Description

CustomerCurrency

Definition at line 8 of file CustomerCurrency.php.

Field Documentation

$balance

Definition at line 28 of file CustomerCurrency.php.

$consolBalance

Definition at line 38 of file CustomerCurrency.php.

$consolDepositBalance

Definition at line 58 of file CustomerCurrency.php.

$consolOverdueBalance

Definition at line 78 of file CustomerCurrency.php.

$consolUnbilledOrders

Definition at line 98 of file CustomerCurrency.php.

$currency

Definition at line 18 of file CustomerCurrency.php.

$depositBalance

Definition at line 48 of file CustomerCurrency.php.

$displaySymbol

Definition at line 118 of file CustomerCurrency.php.

$overdueBalance

Definition at line 68 of file CustomerCurrency.php.

$overrideCurrencyFormat

Definition at line 108 of file CustomerCurrency.php.

$paramtypesmap
static
Initial value:
= array(
"currency" => "RecordRef",
"balance" => "float",
"consolBalance" => "float",
"depositBalance" => "float",
"consolDepositBalance" => "float",
"overdueBalance" => "float",
"consolOverdueBalance" => "float",
"unbilledOrders" => "float",
"consolUnbilledOrders" => "float",
"overrideCurrencyFormat" => "boolean",
"displaySymbol" => "string",
"symbolPlacement" => "CurrencySymbolPlacement",
)

Definition at line 132 of file CustomerCurrency.php.

$symbolPlacement

Definition at line 128 of file CustomerCurrency.php.

$unbilledOrders

Definition at line 88 of file CustomerCurrency.php.


The documentation for this class was generated from the following file: