PriceModifierBase.PriceModifierType Simple Type
                In This Topic
            
            
            
            Type
Restriction of xs:string
            
            Overview
            
            Facets
| Enumeration | Other | 
| Enumeration | SignatureCapture | 
| Enumeration | CashOnDelivery | 
| Enumeration | DistanceBasePrice | 
| Enumeration | AdHocCharge | 
| Enumeration | Tax | 
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