IPPDiscountOverride.php
- Package
- Default
\IPPDiscountOverride
Package: Default



- Children
- \IPPDiscountLineDetail
- IPPDiscountOverride
- \IPPDiscountOverride
- XmlDefinition
- Product: ALL Description: Optional amount by which the amount due on the referenced transaction is being reduced.
- XmlName
- IPPDiscountOverride
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
Properties

\com\intuit\schema\finance\v3\IPPReferenceType $DiscountAccountRefDetails
- Type
- \com\intuit\schema\finance\v3\IPPReferenceType
- Definition
- Product: ALL Description: Income account used to track discounts received from vendors on purchases.
- XmlMinOccurs
- 0
- XmlName
- DiscountAccountRef
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

float $DiscountPercentDetails
- Type
- float
- Definition
- Product: ALL Description: Percentage by which the amount due is reduced, from 0% to 100%. To enter a discount of 8.5% use 8.5, not 0.085.
- XmlMinOccurs
- 0
- XmlName
- DiscountPercent
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

\com\intuit\schema\finance\v3\IPPReferenceType $DiscountRefDetails
- Type
- \com\intuit\schema\finance\v3\IPPReferenceType
- Definition
- Product: ALL Description: Discount used in calculating and applying the discount on the sales transaction paid.
- XmlMinOccurs
- 0
- XmlName
- DiscountRef
- 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 |