Additional information related to the verification of a regulated order.

VerificationDetails

interface VerificationDetails {
    prescriptionDetail?: PrescriptionDetail;
}

Properties

prescriptionDetail?: PrescriptionDetail

VerificationDetails