CommitBatchStatusResponse interface

Commit Batch Status Response.

Extends

Properties

commitBatchDetails

Commit Batch Details.

commitBatchId

Commit Batch Identifier.

commitBatchState

Commit Batch State.

Inherited Properties

error

The error object.

Property Details

commitBatchDetails

Commit Batch Details.

commitBatchDetails?: CommitBatchDetails

Property Value

commitBatchId

Commit Batch Identifier.

commitBatchId?: string

Property Value

string

commitBatchState

Commit Batch State.

commitBatchState?: string

Property Value

string

Inherited Property Details

error

The error object.

error?: ErrorDetail

Property Value

Inherited From CommonErrorResponse.error