IPPCustomField.php
- 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

boolean $BooleanValueDetails
- Type
- boolean
- Definition
- Product: ALL Description: The value for a BooleanType custom field.
- XmlName
- BooleanValue
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $DateValueDetails
- Type
- string
- Definition
- Product: ALL Description: The value for a DateType custom field.
- XmlName
- DateValue
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

\com\intuit\schema\finance\v3\IPPid $DefinitionIdDetails
- 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

string $NameDetails
- Type
- string
- Definition
- Product: ALL Description: Name of the custom field.
- XmlMinOccurs
- 0
- XmlName
- Name
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

float $NumberValueDetails
- Type
- float
- Definition
- Product: ALL Description: The value for a NumberType custom field.
- XmlName
- NumberValue
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $StringValueDetails
- Type
- string
- Definition
- Product: ALL Description: The value for a StringType custom field.
- XmlName
- StringValue
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element
Methods

__construct(\dictionary $keyValInitializers = array(), boolean $verbose = FALSE) : voidInitializes 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| Name | Type | Description |
|---|---|---|
| $keyValInitializers | \dictionary | key/value pairs to be populated into object's properties |
| $verbose | boolean | specifies whether object should echo warnings |