From 3b1a0d034993f117c77debf43699353a725b08ab Mon Sep 17 00:00:00 2001 From: Denis Kopylov Date: Tue, 5 May 2026 16:16:24 +0300 Subject: [PATCH] Fix deprecate functionality error "Creation of dynamic property QuickBooksOnline\API\Data\IPPBatchItemRequest:: is deprecated" --- src/Data/IPPBatchItemRequest.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/Data/IPPBatchItemRequest.php b/src/Data/IPPBatchItemRequest.php index fc17804f..b0194b2b 100644 --- a/src/Data/IPPBatchItemRequest.php +++ b/src/Data/IPPBatchItemRequest.php @@ -91,6 +91,11 @@ public function __construct($keyValInitializers=array(), $verbose=FALSE) * @var string */ public $optionsData; - - + /** + * @Definition Specifies whether the operation attribute is specified in the request or not + * @xmlType attribute + * @xmlName operationSpecified + * @var true + */ + public bool $operationSpecified; } // end class IPPBatchItemRequest