http://www.FatTail.com/api
BillTo Simple Type
http://www.FatTail.com/api : BillTo Simple Type
Description
Specifies who will pay for the order
Namespace http://www.FatTail.com/api
Type
Restriction of xs:string
Overview
BillTo Restriction of xs:string
Specifies who will pay for the order
Facets
EnumerationClient
EnumerationAgency
EnumerationParentCompany
Source
<xs:simpleType name="BillTo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;Specifies who will pay for the order.&lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Client">
      <xs:annotation>
        <xs:documentation>&lt;summary&gt;Client pays for the order.&lt;/summary&gt;</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Agency">
      <xs:annotation>
        <xs:documentation>&lt;summary&gt;Agency pays for the order.&lt;/summary&gt;</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ParentCompany" />
  </xs:restriction>
</xs:simpleType>
See Also
http://www.FatTail.com/api