http://www.FatTail.com/api
BillType Simple Type
http://www.FatTail.com/api : BillType Simple Type
Description
Specifies how price and cost values will be entered and displayed.
Namespace http://www.FatTail.com/api
Type
Restriction of xs:string
Overview
BillType Restriction of xs:string
Specifies how price and cost values will be entered and displayed.
Facets
EnumerationNet
EnumerationGross
EnumerationAdvertiserNet
EnumerationAdvertiserGross
EnumerationAgencyNet
EnumerationAgencyGross
Source
<xs:simpleType name="BillType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;Specifies how price and cost values will be entered and displayed.&lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Net" />
    <xs:enumeration value="Gross" />
    <xs:enumeration value="AdvertiserNet">
      <xs:annotation>
        <xs:documentation>&lt;summary&gt;Enter and display net price and cost values on the order.&lt;/summary&gt;</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="AdvertiserGross">
      <xs:annotation>
        <xs:documentation>&lt;summary&gt;Specifies how price and cost values will be entered and displayed.&lt;/summary&gt;</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="AgencyNet" />
    <xs:enumeration value="AgencyGross" />
  </xs:restriction>
</xs:simpleType>
See Also
http://www.FatTail.com/api