Compartir a través de


Conjunto de valores de DataType: facturación del cliente

Define los posibles formatos en los que se va a generar el documento de facturación.

Sintaxis

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

Valores

El conjunto de valores DataType tiene los siguientes valores: Pdf, Xml.

Valor Descripción
Pdf Use el formato PDF.
Xml Use el formato XML.

Requisitos

Servicio: CustomerBillingService.svc v13
Nombres: https://bingads.microsoft.com/Billing/v13

Usado por

BillingDocument
GetBillingDocuments