IPPLinkedTxn.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\IPPLinkedTxn

Package: Default
IPPLinkedTxn
\IPPLinkedTxn

XmlDefinition
That minimal subset of transaction information which is included on another transaction, so that a client viewing the second transaction entity need not make an additional request to the service in order to render it in human readable form. (e.g a payment needs to refer to an invoice by number)  
XmlName
IPPLinkedTxn  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
 

Properties

>VPropertypublic\com\intuit\schema\finance\v3\IPPid $TxnId
Details
Type
\com\intuit\schema\finance\v3\IPPid
Definition
Product: QBW Description: Transaction the current entity is related to (linked to), for example, Sales Order.[br /]UNSUPPORTED FIELD. Product: QBO Description: A list of Estimate Ids that are to be associated with the invoice.[br /]Note: Only Pending and Accepted Estimates can be specified. Closed and Rejected estimates will be ignored.  
XmlMinOccurs
0  
XmlName
TxnId  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPid $TxnLineId
Details
Type
\com\intuit\schema\finance\v3\IPPid
Definition
Product: ALL Description: A link to a specific line of the LinkedTxn. If supplied the LinkedTxn field must also be populated.  
XmlMinOccurs
0  
XmlName
TxnLineId  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $TxnType
Details
Type
string
Definition
Product: ALL Description: Transaction number.  
XmlMinOccurs
0  
XmlName
TxnType  
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.