http://www.FatTail.com/api
Currency Complex Type
http://www.FatTail.com/api : Currency Complex Type
Description
Currency information configured in AdBook.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
Currency Extension of AdBookConnectEntity Complex Type
Currency information configured in AdBook.
Sequence
CurrencyCode optional xs:string
Monetary abbreviation for the currency assigned to an order.
CurrencyID optional xs:long
ID associated with a currency.
Used By
Currency Element
Currency Element
Source
<xs:complexType name="Currency" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;
            Summary description for Currency
            &lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q514="http://www.FatTail.com/api" base="q514:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="CurrencyCode" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Monetary abbreviation for the currency assigned to an order.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="CurrencyID" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;ID associated with a currency.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api