Represents a list of instrument verifications.

interface InstrumentVerificationList {
    instrumentVerifications: InstrumentVerification[];
    meta: PagingResultMeta;
}

Properties

instrumentVerifications: InstrumentVerification[]

The list of instrument verifications.

Paging information regarding the returned records, when response is paginated.