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:element minOccurs="0" name="Number" nillable="true" type="xs:string">
<xs:annotation>
<xs:appinfo>
<DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
Elements
The BillingDocument object has the following elements: Data, Id, Number, Type.
Element | Description | Data Type |
---|---|---|
Data | The billing document. | base64Binary |
Id | The identifier of the billing document. | long |
Number | The number of the billing document. | string |
Type | The format of the billing document. | DataType |
Requirements
Service: CustomerBillingService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities