http://www.FatTail.com/api
DropBillingStatusInfo Complex Type
http://www.FatTail.com/api : DropBillingStatusInfo Complex Type
Description
Information on the billing status of a drop for a specified month.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
DropBillingStatusInfo Extension of AdBookConnectEntity Complex Type
Information on the billing status of a drop for a specified month.
Sequence
DropID optional xs:long
System ID for the Drop associated with the billing status information.
Month optional xs:int
Month of the billing status entry.
Year optional xs:int
Year of the billing status entry.
Status optional DropBillingStatus Simple Type
Billing status indicator.
BilledAmount optional xs:double
Amount billed for the month and year.
BilledQuantity optional xs:long
Quantity billed for the month and year.  This value depends on the price type assigned to the Drop... could be impressions or clicks.
Used By
DropBillingStatusInfo Element
DropBillingStatusInfo Element
DropBillingStatus Element
Source
<xs:complexType name="DropBillingStatusInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q331="http://www.FatTail.com/api" base="q331:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="DropID" type="xs:long" />
        <xs:element minOccurs="0" name="Month" type="xs:int" />
        <xs:element minOccurs="0" name="Year" type="xs:int" />
        <xs:element minOccurs="0" name="Status" type="q331:DropBillingStatus" />
        <xs:element minOccurs="0" name="BilledAmount" type="xs:double" />
        <xs:element minOccurs="0" name="BilledQuantity" type="xs:long" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api