http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK
http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK / PriceSetBase Complex Type
In This Topic
    PriceSetBase Complex Type
    In This Topic
    Namespace http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK
    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
    Used By
    Source
    <xs:complexType name="PriceSetBase" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:sequence>
        <xs:element minOccurs="0" name="CustomerInstructions" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="DispatcherInstructions" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="ID" type="ser:guid" />
        <xs:element minOccurs="0" name="InternalName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="IsDisplayedOnCustomerWebPortal" type="xs:boolean" />
        <xs:element minOccurs="0" name="PercentCommissionable" type="xs:decimal" />
        <xs:element minOccurs="0" name="ServiceLevel" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:complexType>
    See Also