Skip to content

Commit

Permalink
Release candidate for minor version 65
Browse files Browse the repository at this point in the history
  • Loading branch information
abisalehalliprasan committed May 19, 2022
1 parent 1383dc0 commit 6b0438d
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/Data/IPPInvoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,20 @@ public function __construct($keyValInitializers=array(), $verbose=FALSE)
* @var boolean
*/
public $AllowOnlineACHPayment;
/**
* @Definition
Product: QBO
Description: Specifies whether
customer is allowed to use eInvoicing(online payment -paypal or
venmo) to pay the Invoice
* @xmlType element
* @xmlNamespace http://schema.intuit.com/finance/v3
* @xmlMinOccurs 0
* @xmlName AllowOnlinePayPalPayment
* @var boolean
*/
public $AllowOnlinePayPalPayment;
/**
* @Definition
Product: QBO
Expand Down
14 changes: 14 additions & 0 deletions src/Data/IPPItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,20 @@ public function __construct($keyValInitializers=array(), $verbose=FALSE)
* @var string
*/
public $Source;
/**
* @Definition
Product: QBO
Description: Use the DeferredRevenue property to indicate that the goods/services sold
have not yet been delivered to the customer, and therefore not appropriate for the
accounting engine to book as Revenue for accounting.
* @xmlType element
* @xmlNamespace http://schema.intuit.com/finance/v3
* @xmlMinOccurs 0
* @xmlName DeferredRevenue
* @var boolean
*/
public $DeferredRevenue;


} // end class IPPItem
25 changes: 25 additions & 0 deletions src/Data/IPPProductAndServicesPrefs.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,31 @@ public function __construct($keyValInitializers=array(), $verbose=FALSE)
* @var com\intuit\schema\finance\v3\IPPUOMFeatureTypeEnum
*/
public $UOM;
/**
* @Definition
Product:QBO
Description: Indicates if revenue recognition is enabled for the company. True if enabled, false otherwise.
* @xmlType element
* @xmlNamespace http://schema.intuit.com/finance/v3
* @xmlMinOccurs 0
* @xmlName RevenueRecognition
* @var boolean
*/
public $RevenueRecognition;
/**
* @Definition
Product:QBO
Description: RevenueRecognitionFrequency describes how frequently revenue is recognised.
Possible values are Daily, Weekly, Monthly.
* @xmlType element
* @xmlNamespace http://schema.intuit.com/finance/v3
* @xmlMinOccurs 0
* @xmlName RevenueRecognitionFrequency
* @var string
*/
public $RevenueRecognitionFrequency;


} // end class IPPProductAndServicesPrefs
47 changes: 47 additions & 0 deletions src/XSD/Finance.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,14 @@
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DeferredRevenue">
<xs:annotation>
<xs:documentation>
Product: QBO
Description: Use Deferred Revenue for payments on services you haven’t provided yet.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Healthcare">
<xs:annotation>
<xs:documentation>
Expand Down Expand Up @@ -5715,6 +5723,17 @@
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AllowOnlinePayPalPayment" type="xs:boolean"
minOccurs="0">
<xs:annotation>
<xs:documentation>
Product: QBO
Description: Specifies whether
customer is allowed to use eInvoicing(online payment -paypal or
venmo) to pay the Invoice
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EInvoiceStatus" type="ETransactionStatusEnum"
minOccurs="0">
<xs:annotation>
Expand Down Expand Up @@ -10498,6 +10517,16 @@
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DeferredRevenue" type="xs:boolean" minOccurs="0">
<xs:annotation>
<xs:documentation>
Product: QBO
Description: Use the DeferredRevenue property to indicate that the goods/services sold
have not yet been delivered to the customer, and therefore not appropriate for the
accounting engine to book as Revenue for accounting.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
Expand Down Expand Up @@ -12794,6 +12823,24 @@
Disabled,SinglePerItem and MultiplePerItem</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RevenueRecognition" type="xs:boolean"
minOccurs="0">
<xs:annotation>
<xs:documentation>
Product:QBO
Description: Indicates if revenue recognition is enabled for the company. True if enabled, false otherwise.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RevenueRecognitionFrequency" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>
Product:QBO
Description: RevenueRecognitionFrequency describes how frequently revenue is recognised.
Possible values are Daily, Weekly, Monthly.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SalesFormsPrefs">
Expand Down

0 comments on commit 6b0438d

Please # to comment.