The regulated information collected during purchase and used to verify the order.

Export

RegulatedInformation

interface RegulatedInformation {
    Fields: RegulatedInformationField[];
}

Properties

Properties

A list of regulated information fields as collected from the regulatory form.

Memberof

RegulatedInformation