IPPUOMRef.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\IPPUOMRef

Package: Default
IPPUOMRef
\IPPUOMRef

XmlDefinition
When a unit of measure is referenced, it must include the name of the specific unit used as well as the unit of measure set in which that unit is defined. This entity captures that concept.  
XmlName
IPPUOMRef  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
 

Properties

>VPropertypublic\com\intuit\schema\finance\v3\IPPReferenceType $UOMSetRef
Details
Type
\com\intuit\schema\finance\v3\IPPReferenceType
Definition
A reference to the UOM entity that defines the set of related units from which the specified Unit is used.  
XmlMinOccurs
1  
XmlName
UOMSetRef  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $Unit
Details
Type
string
Definition
The name of the unit selected. Examples: inch, foot, yard.  
XmlMinOccurs
1  
XmlName
Unit  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  

Methods

methodpublic__construct(\dictionary $keyValInitializers = array(), boolean $verbose = FALSE) : void

Initializes this object, optionally with pre-defined property values

Initializes this object and it's property members, using the dictionary of key/value pairs passed as an optional argument.
Parameters
NameTypeDescription
$keyValInitializers\dictionary

key/value pairs to be populated into object's properties

$verboseboolean

specifies whether object should echo warnings

Documentation was generated by phpDocumentor 2.8.5.