次の方法で共有


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

引き換えと使用の詳細が含まれます。

構文

<xs:complexType name="CouponRedemption" 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="SpendToThreshold" type="xs:double" />
    <xs:element minOccurs="0" name="Balance" type="xs:double" />
    <xs:element minOccurs="0" name="CurrencyCode" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="RedemptionDate" type="xs:dateTime" />
    <xs:element minOccurs="0" name="ExpirationDate" type="xs:dateTime" />
    <xs:element minOccurs="0" name="ActivationDate" nillable="true" type="xs:dateTime" />
  </xs:sequence>
</xs:complexType>

要素

CouponRedemption オブジェクトには、AccountIdAccountNumberActivationDateBalanceCurrencyCodeExpirationDateRedemptionDateSpendToThreshold の各要素があります。

要素 説明 データ型
AccountId クーポンが引き換えられたアカウントの識別子。 long
AccountNumber アカウント番号。 string
ActivationDate クーポンを使用する準備ができている日付。 dateTime
残高 口座通貨でのクーポンの残りの金額。
CurrencyCode クーポン残高と支出しきい値の通貨。 string
ExpirationDate クーポンの有効期限。

この日付以降、クーポンは使用できません。
dateTime
RedemptionDate クーポンアカウントに引き換えられた日付。 dateTime
SpendToThreshold クーポンは、クーポンが引き換えられた時点からアカウントの支出がこのしきい値に達するまで消費できません。

CurrencyCode 要素によって通貨が決定されます。

要件

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

使用ページ

Coupon