DataType 值集 - 客户计费

定义生成计费文档的可能格式。

语法

<xs:simpleType name="DataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Xml">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Pdf">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>

DataType 值集具有以下值:PdfXml

说明
Pdf 使用 PDF 格式。
Xml 使用 XML 格式。

要求

服务: CustomerBillingService.svc v13
命名 空间: https://bingads.microsoft.com/Billing/v13

使用者

BillingDocument
GetBillingDocuments