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 | The status of the tax certificate: Valid, Invalid, or Pending. | TaxCertificateStatus |
TaxCertificateBlobContainerName | The container name of the tax certificate. | string |
TaxCertificates | A list of tax certificates. | KeyValuePairOfstringbase64Binary array |
Requirements
Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities