We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5fc23 commit e431b3cCopy full SHA for e431b3c
src/DataType/PurchasedProduct.php
@@ -7,6 +7,10 @@ class PurchasedProduct
7
{
8
/** Product Manager product type */
9
public $productType;
10
+
11
+ /** Product Manager code - built in Fortifi name or FID of custom */
12
+ public $productManagerCode;
13
14
/**
15
* Timestamp of the service start date
16
*/
0 commit comments