https://secure.ontime360.com/soapapi/
https://secure.ontime360.com/soapapi/ / PriceSet Complex Type
In This Topic
    PriceSet Complex Type
    In This Topic
    Namespace https://secure.ontime360.com/soapapi/
    Base Type
    Overview
    Sequence
    CustomerInstructions optional xs:string
    DispatcherInstructions optional xs:string
    InternalName optional xs:string
    IsDisplayedOnCustomerWebPortal optional xs:boolean
    PercentCommissionable optional xs:decimal
    ServiceLevel optional xs:string
    Sequence
    Used By
    Source
    <xs:complexType name="PriceSet" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexContent mixed="false">
        <xs:extension base="q41:PriceSetBase" xmlns:q41="http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK">
          <xs:sequence>
            <xs:element minOccurs="0" name="PriceModifiers" nillable="true" type="q42:ArrayOfguid" xmlns:q42="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    See Also