We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea0808 commit 92ebc8cCopy full SHA for 92ebc8c
connect/models/param.py
@@ -36,8 +36,6 @@ class Param(BaseModel):
36
value_choice = None # type: Optional[List[str]]
37
""" (List[str]|None) Available choices for parameter. """
38
39
- # Undocumented fields (they appear in PHP SDK)
40
-
41
title = None # type: Optional[str]
42
""" (str|None) Title for parameter. """
43
@@ -58,3 +56,6 @@ class Param(BaseModel):
58
56
59
57
marketplace = None # type: Optional[Marketplace]
60
""" (:py:class:`.Marketplace` | None) Marketplace. """
+
+ reconciliation = None # type: Optional[bool]
61
+ """ (bool|None) Is Parameter used as reconciliation one from vendor invoices """
0 commit comments