http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK
http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK / PriceModifierBase.PriceModifierType Simple Type
In This Topic
    PriceModifierBase.PriceModifierType Simple Type
    In This Topic
    Namespace http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK
    Type
    Restriction of xs:string
    Overview
    PriceModifierBase.PriceModifierType Restriction of xs:string
    Facets
    EnumerationOther
    EnumerationSignatureCapture
    EnumerationCashOnDelivery
    EnumerationDistanceBasePrice
    EnumerationAdHocCharge
    EnumerationTax
    Source
    <xs:simpleType name="PriceModifierBase.PriceModifierType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:restriction base="xs:string">
        <xs:enumeration value="Other" />
        <xs:enumeration value="SignatureCapture" />
        <xs:enumeration value="CashOnDelivery" />
        <xs:enumeration value="DistanceBasePrice" />
        <xs:enumeration value="AdHocCharge" />
        <xs:enumeration value="Tax" />
      </xs:restriction>
    </xs:simpleType>
    See Also