Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 487 Bytes

CustomerDataValidationResultsInterface.md

File metadata and controls

11 lines (7 loc) · 487 Bytes

CustomerDataValidationResultsInterface

Properties

Name Type Description Notes
valid bool If the provided data is valid.
messages list[str] Error messages as array in case of validation failure, else return empty array.

[Back to Model list] [Back to API list] [Back to README]