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