https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / BrokerInfo Complex Type / IsInactive Element
In This Topic
    IsInactive Element
    In This Topic
    Description
    Flag indicating whether the broker is active (false) or inactive (true).
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    xs:boolean
    Diagram
    IsInactive Element
    Overview
    IsInactive optional xs:boolean
    Flag indicating whether the broker is active (false) or inactive (true).
    Source
    <xs:element minOccurs="0" name="IsInactive" type="xs:boolean" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Flag indicating whether the broker is active (false) or inactive (true).
                </summary>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also