http://www.FatTail.com/api
DropBillingAdjustmentCreateResult Complex Type
http://www.FatTail.com/api : DropBillingAdjustmentCreateResult Complex Type
Description

Result information from creating a Billing Adjustment for a Drop.

Namespace http://www.FatTail.com/api
Overview
DropBillingAdjustmentCreateResult

Result information from creating a Billing Adjustment for a Drop.

Sequence
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.
Sequence
FaultMessges optional ArrayOfstring Complex Type
Collection of exception messages.
Sequence
string 0..∞ xs:string
FaultObjectType optional DataAccessFaultObjectType Simple Type
Indicates the type of object that the fault is associated with.
FaultOperationType optional DataAccessFaultOperationType Simple Type
Indicates the type of operation that was requested when the fault occurred.
Success optional xs:boolean
Used By
DropBillingAdjustmentCreateResult Element
DropBillingAdjustmentCreateResult Element
Source
<xs:complexType name="DropBillingAdjustmentCreateResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="DropBillingAdjustment" nillable="true" xmlns:q132="http://www.FatTail.com/api" type="q132:DropBillingAdjustment" />
    <xs:element minOccurs="0" name="Fault" nillable="true" xmlns:q133="http://www.FatTail.com/api" type="q133:DataAccessFault" />
    <xs:element minOccurs="0" name="Success" type="xs:boolean" />
  </xs:sequence>
</xs:complexType>
See Also
http://www.FatTail.com/api