ValidateTransferResponse interface

Transfer validation response.

Properties

productId

The product id for which this result applies. NOTE: This property will not be serialized. It can only be populated by the server.

results

The array of validation results.

status

The status of validation NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

productId

The product id for which this result applies. NOTE: This property will not be serialized. It can only be populated by the server.

productId?: string

Property Value

string

results

The array of validation results.

results?: ValidationResultProperties[]

Property Value

status

The status of validation NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string