Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 486 Bytes

CustomerDataValidationResultsInterface.md

File metadata and controls

11 lines (7 loc) · 486 Bytes

CustomerDataValidationResultsInterface

Properties

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

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