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

使用者

赠券