ValidateTransferResponse interface
Transfer validation response.
Properties
| product |
The product id for which this result applies. |
| results | The array of validation results. |
| status | The status of validation |
Property Details
productId
The product id for which this result applies.
productId?: string
Property Value
string
results
The array of validation results.
results?: ValidationResultProperties[]
Property Value
status
The status of validation
status?: string
Property Value
string