Freigeben über


AccountAdditionalField Value Set – Kundenabrechnung

Definiert einen Wertsatz für zusätzliche Kontofelder.

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>

Werte

Der AccountAdditionalField-Wertsatz weist die folgenden Werte auf: AccountMode, CouponClaimInfo, TaxCertificate.

Wert Beschreibung
AccountMode Gibt AccountMode in der Antwort zurück.
CouponClaimInfo Geben Sie CouponClaimInfo in der Antwort zurück.
TaxCertificate Geben Sie TaxCertificate in der Antwort zurück.

Anforderungen

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

Verwendet von

SearchCoupons