http://www.FatTail.com/api
CustomBillingSchedule Complex Type
http://www.FatTail.com/api : CustomBillingSchedule Complex Type
Description
Specificies a custom billing date, amount, and quantity.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
CustomBillingSchedule Extension of AdBookConnectEntity Complex Type
Specificies a custom billing date, amount, and quantity.
Sequence
Amount xs:decimal
Date xs:dateTime
Quantity optional xs:string
Used By
CustomBillingSchedule Element
CustomBillingSchedule Element
Source
<xs:complexType name="CustomBillingSchedule" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q290="http://www.FatTail.com/api" base="q290:AdBookConnectEntity">
      <xs:sequence>
        <xs:element name="Amount" type="xs:decimal" />
        <xs:element name="Date" type="xs:dateTime" />
        <xs:element minOccurs="0" name="Quantity" nillable="true" type="xs:string">
          <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