http://www.FatTail.com/api
DropBillingAdjustment Complex Type
http://www.FatTail.com/api : DropBillingAdjustment Complex Type
Description
Represents a Billing Adjustment on a Drop.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
DropBillingAdjustment Extension of AdBookConnectEntity Complex Type
Represents a Billing Adjustment on a Drop.
Sequence
DropID xs:long
Month xs:int
Year xs:int
DropBillingAdjustmentDynamicProperties ArrayOfDynamicPropertyValue Complex Type
Sequence
Sequence
DynamicPropertyID optional xs:long
AdBook system ID for the DynamicProperty.
Value optional xs:string
Value being assigned to the dynamic property.  The format of the value depends on the type specified in the DynamicProperty definition.
Used By
DropBillingAdjustment Element
DropBillingAdjustment Element
DropBillingAdjustment Element
DropBillingAdjustment Element
DropBillingAdjustment Element
Source
<xs:complexType name="DropBillingAdjustment" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q126="http://www.FatTail.com/api" base="q126:AdBookConnectEntity">
      <xs:sequence>
        <xs:element name="DropID" type="xs:long" />
        <xs:element name="Month" type="xs:int" />
        <xs:element name="Year" type="xs:int" />
        <xs:element name="DropBillingAdjustmentDynamicProperties" nillable="true" type="q126:ArrayOfDynamicPropertyValue" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api