共用方式為


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