http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK
http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK / OrderBase.BasePriceTypes Simple Type
In This Topic
    OrderBase.BasePriceTypes Simple Type
    In This Topic
    Namespace http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK
    Type
    Restriction of xs:string
    Overview
    OrderBase.BasePriceTypes Restriction of xs:string
    Facets
    EnumerationNone
    EnumerationZoneToZone
    EnumerationDistance
    EnumerationFlatRate
    Source
    <xs:simpleType name="OrderBase.BasePriceTypes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:restriction base="xs:string">
        <xs:enumeration value="None" />
        <xs:enumeration value="ZoneToZone" />
        <xs:enumeration value="Distance" />
        <xs:enumeration value="FlatRate" />
      </xs:restriction>
    </xs:simpleType>
    See Also