CustomerDataValidationResultsInterface
May 18, 2017 ยท View on GitHub
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. |
May 18, 2017 ยท View on GitHub
| 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. |