CalculateExchangeOperationResultResponse interface
CalculateExchange operation result
Properties
error | Required if status == failed or status == canceled. |
id | It should match what is used to GET the operation result. |
name | It must match the last segment of the id field, and will typically be a GUID / system generated value. |
properties | CalculateExchange response properties |
status | Status of the operation. |
Property Details
error
Required if status == failed or status == canceled.
error?: OperationResultError
Property Value
id
It should match what is used to GET the operation result.
id?: string
Property Value
string
name
It must match the last segment of the id field, and will typically be a GUID / system generated value.
name?: string
Property Value
string
properties
CalculateExchange response properties
properties?: CalculateExchangeResponseProperties
Property Value
status
Status of the operation.
status?: string
Property Value
string