http://www.FatTail.com/api
UpdateDropBillingStatusResult Complex Type
http://www.FatTail.com/api : UpdateDropBillingStatusResult Complex Type
Description
Result information for a drop billing status update operation.
Namespace http://www.FatTail.com/api
Overview
UpdateDropBillingStatusResult
Result information for a drop billing status update operation.
Sequence
DropBillingStatus optional DropBillingStatusInfo Complex Type
Billing status updated for the drop.
Sequence
DropID optional xs:long
System ID for the Drop associated with the billing status information.
Month optional xs:int
Month of the billing status entry.
Year optional xs:int
Year of the billing status entry.
Status optional DropBillingStatus Simple Type
Billing status indicator.
BilledAmount optional xs:double
Amount billed for the month and year.
BilledQuantity optional xs:long
Quantity billed for the month and year.  This value depends on the price type assigned to the Drop... could be impressions or clicks.
Fault optional DataAccessFault Complex Type
Error information if an exception was encountered during the update operation.
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
True if the update operation was successful.  False if an exception was encountered.
Used By
UpdateDropBillingStatusResult Element
UpdateDropBillingStatusResult Element
Source
<xs:complexType name="UpdateDropBillingStatusResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="DropBillingStatus" nillable="true" xmlns:q337="http://www.FatTail.com/api" type="q337:DropBillingStatusInfo" />
    <xs:element minOccurs="0" name="Fault" nillable="true" xmlns:q338="http://www.FatTail.com/api" type="q338:DataAccessFault" />
    <xs:element minOccurs="0" name="Success" type="xs:boolean" />
  </xs:sequence>
</xs:complexType>
See Also
http://www.FatTail.com/api