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

使用者

赠券