次の方法で共有


CouponClaimInfo データ オブジェクト - 顧客の請求

クーポン要求情報を含むオブジェクトを定義します。

構文

<xs:complexType name="CouponClaimInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AccountId" type="xs:long" />
    <xs:element minOccurs="0" name="AccountNumber" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="ClaimDate" type="xs:dateTime" />
  </xs:sequence>
</xs:complexType>

要素

CouponClaimInfo オブジェクトには、AccountIdAccountNumberClaimDate という要素があります。

要素 説明 データ型
AccountId 要求に関連するアカウントの識別子。 long
AccountNumber 要求に関連するアカウントのアカウント番号。 string
ClaimDate 要求の日付。 dateTime

要件

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

使用ページ

Coupon