http://www.FatTail.com/api
RateCardName Complex Type
http://www.FatTail.com/api : RateCardName Complex Type
Description
Rate card container information.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
RateCardName Extension of AdBookConnectEntity Complex Type
Rate card container information.
Sequence
DefaultRateCard optional xs:boolean
True if this is the default rate card for the organization.  False if this is not the default.
RateCardDescription optional xs:string
Description of the rate card name.
RateCardNameID optional xs:long
System ID of the configured rate card name.
CurrencyCodeID optional xs:int
ID associated with the currency for this rate card.
Used By
RateCardName Element
RateCardName Element
Source
<xs:complexType name="RateCardName" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;
            Summary description for RateCardName
            &lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q499="http://www.FatTail.com/api" base="q499:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="DefaultRateCard" type="xs:boolean">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Rate card price associated with the rate card name.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="RateCardDescription" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Description of the rate card name.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="RateCardNameID" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;System ID of the configured rate card name.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="CurrencyCodeID" nillable="true" type="xs:int">
          <xs:annotation>
            <xs:appinfo>
              <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api