BillingDocument Data Object - Customer Billing

Defines a billing document.

Syntax

<xs:complexType name="BillingDocument" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Data" nillable="true" type="xs:base64Binary" />
    <xs:element minOccurs="0" name="Id" type="xs:long" />
    <xs:element minOccurs="0" name="Type" type="tns:DataType" />
  </xs:sequence>
</xs:complexType>

Elements

The BillingDocument object has the following elements: Data, Id, Type.

Element Description Data Type
Data The billing document. base64Binary
Id The identifier of the billing document. long
Type The format of the billing document. DataType

Requirements

Service: CustomerBillingService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities

Used By

GetBillingDocuments