共用方式為


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
標識碼 計費文件的標識碼。
數字 計費檔的編號。 string
類型 計費檔的格式。 DataType

需求

服務: CustomerBillingService.svc v13
命名空間: https://bingads.microsoft.com/Customer/v13/Entities

消費者

GetBillingDocuments