AccountAdditionalField Value Set - Customer Billing

Defines a value set for additional account fields.

Syntax

<xs:simpleType name="AccountAdditionalField" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="TaxCertificate" />
        <xs:enumeration value="AccountMode" />
        <xs:enumeration value="CouponClaimInfo" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The AccountAdditionalField value set has the following values: AccountMode, CouponClaimInfo, TaxCertificate.

Value Description
AccountMode Return AccountMode in the response.
CouponClaimInfo Return CouponClaimInfo in the response.
TaxCertificate Return TaxCertificate in the response.

Requirements

Service: CustomerBillingService.svc v13
Namespace: https://bingads.microsoft.com/Billing/v13

Used By

SearchCoupons