Conjunto de Valores dataType - Faturação do Cliente
Define os formatos possíveis para gerar o documento de faturação.
Sintaxe
<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
O conjunto de valores DataType tem os seguintes valores: Pdf, Xml.
Valor | Descrição |
---|---|
Utilize o formato PDF. | |
Xml | Utilize o formato XML. |
Requisitos
Serviço: CustomerBillingService.svc v13
Espaço de nomes: https://bingads.microsoft.com/Billing/v13