次の方法で共有


AccountAdditionalField 値セット - 顧客の課金

追加の勘定フィールドの値セットを定義します。

構文

<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>

AccountAdditionalField 値セットの値は、AccountModeCouponClaimInfoTaxCertificate です

説明
AccountMode 応答で AccountMode を返します。
CouponClaimInfo 応答で CouponClaimInfo を返します。
TaxCertificate 応答で TaxCertificate を返します。

要件

サービス: CustomerBillingService.svc v13
Namespace: https://bingads.microsoft.com/Billing/v13

使用ページ

SearchCoupons