Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains redemption and consuming details.
Syntax
<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>
Elements
The CouponRedemption object has the following elements: AccountId, AccountNumber, ActivationDate, Balance, CurrencyCode, ExpirationDate, RedemptionDate, SpendToThreshold.
Element | Description | Data Type |
---|---|---|
AccountId | The identifier of the account to which the coupon was redeemed. | long |
AccountNumber | The account number. | string |
ActivationDate | The date that the coupon is ready to be consumed. | dateTime |
Balance | The remaining amount of the coupon in account currency. | double |
CurrencyCode | The currency of the coupon balance and spend threshold. | string |
ExpirationDate | The coupon expiration date. After this date, the coupon can't be consumed. |
dateTime |
RedemptionDate | The date that coupon was redeemed to the account. | dateTime |
SpendToThreshold | The coupon can't be consumed until the account's spend reaches this threshold from the time coupon was redeemed. The CurrencyCode element determines the currency. |
double |
Requirements
Service: CustomerBillingService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities