CouponClaimInfo Data Object - Customer Billing

Defines an object containing coupon claim information.

Syntax

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

Elements

The CouponClaimInfo object has the following elements: AccountId, AccountNumber, ClaimDate.

Element Description Data Type
AccountId The identifier of the account related to the claim. long
AccountNumber The account number of the account related to the claim. string
ClaimDate The date of the claim. dateTime

Requirements

Service: CustomerBillingService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities

Used By

Coupon