แชร์ผ่าน


ชุดค่าชนิดข้อมูล - การเรียกเก็บเงินของลูกค้า

กําหนดรูปแบบที่เป็นไปได้ในการสร้างเอกสารการเรียกเก็บเงิน

ไวยากรณ์

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

ค่า

ชุดค่าชนิดข้อมูลมีค่าต่อไปนี้: Pdf, Xml

ค่า คำอธิบาย
Pdf ใช้รูปแบบ PDF
Xml ใช้รูปแบบ XML

ข้อกําหนด

บริการ: CustomerBillingService.svc v13
Namespace: https://bingads.microsoft.com/Billing/v13

ใช้โดย

BillingDocument
GetBillingDocuments