IPPCustomField.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\IPPCustomField

Package: Default
IPPCustomField
\IPPCustomField

XmlDefinition
Product: ALL Description: Custom field that can be added to an entity. This type is not extended from IntuitEntity as CustomField can not be manipulated as independent entity and will always be considered in association with another top level Intuit entity.  
XmlName
IPPCustomField  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
 

Properties

>VPropertypublicboolean $BooleanValue
Details
Type
boolean
Definition
Product: ALL Description: The value for a BooleanType custom field.  
XmlName
BooleanValue  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $DateValue
Details
Type
string
Definition
Product: ALL Description: The value for a DateType custom field.  
XmlName
DateValue  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPid $DefinitionId
Details
Type
\com\intuit\schema\finance\v3\IPPid
Definition
Product: ALL Description: Unique identifier of the CustomFieldDefinition that corresponds to this CustomField. DefinitionId is required for every CustomField.  
XmlMinOccurs
0  
XmlName
DefinitionId  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $Name
Details
Type
string
Definition
Product: ALL Description: Name of the custom field.  
XmlMinOccurs
0  
XmlName
Name  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicfloat $NumberValue
Details
Type
float
Definition
Product: ALL Description: The value for a NumberType custom field.  
XmlName
NumberValue  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $StringValue
Details
Type
string
Definition
Product: ALL Description: The value for a StringType custom field.  
XmlName
StringValue  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPCustomFieldTypeEnum $Type
Details
Type
\com\intuit\schema\finance\v3\IPPCustomFieldTypeEnum
Definition
Product: ALL Description: Data type of custom field.[br /]  
XmlMaxOccurs
1  
XmlMinOccurs
1  
XmlName
Type  
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.