BillingDocument 数据对象 - 客户计费

定义计费文档。

语法

<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>

元素

BillingDocument 对象具有以下元素:DataIdNumberType

元素 说明 数据类型
数据 计费文档。 base64Binary
ID 计费文档的标识符。 long
数字 计费文档的编号。 string
类型 计费文档的格式。 DataType

要求

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

使用者

GetBillingDocuments