http://www.FatTail.com/api
DropBillingAdjustmentDeleteResult Complex Type
http://www.FatTail.com/api : DropBillingAdjustmentDeleteResult Complex Type
Description
Result information for a Billing Adjustment delete operation.
Namespace http://www.FatTail.com/api
Overview
DropBillingAdjustmentDeleteResult
Result information for a Billing Adjustment delete operation.
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
DropBillingAdjustmentDeleteResult Element
DropBillingAdjustmentDeleteResult Element
Source
<xs:complexType name="DropBillingAdjustmentDeleteResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="DropBillingAdjustment" nillable="true" xmlns:q146="http://www.FatTail.com/api" type="q146:DropBillingAdjustment" />
    <xs:element minOccurs="0" name="Fault" nillable="true" xmlns:q147="http://www.FatTail.com/api" type="q147:DataAccessFault" />
    <xs:element minOccurs="0" name="Success" type="xs:boolean" />
  </xs:sequence>
</xs:complexType>
See Also
http://www.FatTail.com/api