AccountTaxCertificate Data Object - Customer Management

Defines the AccountTaxCertificate Data Object.

Syntax

<xs:complexType name="AccountTaxCertificate" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="TaxCertificateBlobContainerName" nillable="true" type="xs:string" />
    <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/System.Collections.Generic" minOccurs="0" name="TaxCertificates" nillable="true" type="q3:ArrayOfKeyValuePairOfstringbase64Binary" />
    <xs:element minOccurs="0" name="Status" nillable="true" type="tns:TaxCertificateStatus" />
  </xs:sequence>
</xs:complexType>

Elements

The AccountTaxCertificate object has the following elements: Status, TaxCertificateBlobContainerName, TaxCertificates.

Element Description Data Type
Status Reserved. TaxCertificateStatus
TaxCertificateBlobContainerName Reserved. string
TaxCertificates Reserved. KeyValuePairOfstringbase64Binary array

Requirements

Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities

Used By

AdvertiserAccount