http://www.FatTail.com/api
DropCustomBillingSchedule Complex Type
http://www.FatTail.com/api : DropCustomBillingSchedule Complex Type
Description
Specifies a collection of CustomBillingSchedules by BillingDateType.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
DropCustomBillingSchedule Extension of AdBookConnectEntity Complex Type
Specifies a collection of CustomBillingSchedules by BillingDateType.
Sequence
CustomBillingSchedule optional ArrayOfCustomBillingSchedule Complex Type
Sequence
Sequence
Amount xs:decimal
Date xs:dateTime
Quantity optional xs:string
Used By
DropCustomBillingSchedule Element
DropCustomBillingSchedule Element
DropCustomBillingSchedule Element
Source
<xs:complexType name="DropCustomBillingSchedule" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q285="http://www.FatTail.com/api" base="q285:AdBookConnectEntity">
      <xs:sequence>
        <xs:element name="BillingDateType" type="q285:BillingDateType" />
        <xs:element minOccurs="0" name="CustomBillingSchedule" nillable="true" type="q285:ArrayOfCustomBillingSchedule" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api