次の方法で共有


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

Used By

BillingDocument
GetBillingDocuments