File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -106,26 +106,26 @@ You can use the following parameters in this message:
106106
107107.. include :: /reference/constraints/_payload-option.rst.inc
108108
109+ iban
110+ ~~~~
111+
112+ **type **: ``string `` **default **: ``null ``
113+
114+ An IBAN value to validate that the BIC is associated with it.
115+
109116ibanMessage
110117~~~~~~~~~~~
111118
112119**type **: ``string `` **default **: ``This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. ``
113120
114121The default message supplied when the value does not pass the combined BIC/IBAN check.
115122
116- iban
117- ~~~~
118-
119- **type **: ``string `` **default **: ``null ``
120-
121- An IBAN to validate the BIC with.
122-
123123ibanPropertyPath
124124~~~~~~~~~~~~~~~~
125125
126126**type **: ``string `` **default **: ``null ``
127127
128- It defines the object property whose value is an IBAN used to check the BIC with.
128+ It defines the object property whose value stores the IBAN used to check the BIC with.
129129
130130For example, if you want to compare the ``$bic `` property of some object
131131with regard to the ``$iban `` property of the same object, use
You can’t perform that action at this time.
0 commit comments