Freigeben über


CouponInfoData-Datenobjekt – Kundenabrechnung

Definiert ein Objekt, das Gutschein Informationen enthält.

Syntax

<xs:complexType name="CouponInfoData" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AccountId" type="xs:int" />
    <xs:element minOccurs="0" name="CouponId" nillable="true" type="xs:int" />
    <xs:element minOccurs="0" name="ClaimDate" nillable="true" type="xs:dateTime" />
    <xs:element minOccurs="0" name="Status" nillable="true" type="xs:unsignedByte" />
    <xs:element minOccurs="0" name="RedemptionDate" nillable="true" type="xs:dateTime" />
    <xs:element minOccurs="0" name="ExpirationDate" nillable="true" type="xs:dateTime" />
    <xs:element minOccurs="0" name="PercentOff" nillable="true" type="xs:double" />
    <xs:element minOccurs="0" name="CouponValue" nillable="true" type="xs:decimal" />
    <xs:element minOccurs="0" name="UpfrontSpending" nillable="true" type="xs:decimal" />
    <xs:element minOccurs="0" name="ActiveDuration" nillable="true" type="xs:int" />
    <xs:element minOccurs="0" name="SpendToThreshold" nillable="true" type="xs:decimal" />
    <xs:element minOccurs="0" name="StartDate" nillable="true" type="xs:dateTime" />
    <xs:element minOccurs="0" name="EndDate" nillable="true" type="xs:dateTime" />
    <xs:element minOccurs="0" name="Balance" nillable="true" type="xs:decimal" />
    <xs:element minOccurs="0" name="CurrencyCode" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="FeatureId" nillable="true" type="xs:int" />
    <xs:element minOccurs="0" name="CouponType" nillable="true" type="xs:unsignedByte" />
  </xs:sequence>
</xs:complexType>

Elemente

Das CouponInfoData-Objekt verfügt über die folgenden Elemente: AccountId, ActiveDuration, Balance, ClaimDate, CouponId, CouponType, CouponValue, CurrencyCode, EndDate, ExpirationDate, FeatureId, PercentOff, RedemptionDate, SpendToThreshold, StartDate, Status, UpfrontSpending.

Element Beschreibung Datentyp
AccountId Die Konto-ID. int
ActiveDuration Die Zeitspanne, in der die Gutschein verwendet werden kann. int
Balance Der Saldo nach dem Gutschein wird angewendet. dezimal
ClaimDate Das Anspruchsdatum des Gutschein. dateTime
CouponId Die Gutschein-ID. int
CouponType Der Typ der Gutschein. unsignedByte
CouponValue Der Wert des Gutschein. dezimal
CurrencyCode Der Währungscode für die Gutschein. Zeichenfolge
EndDate Das Enddatum des Gutschein. dateTime
ExpirationDate Das Ablaufdatum des Gutschein. dateTime
FeatureId Die an den Gutschein angefügte Feature-ID. int
PercentOff Der Rabattprozentsatz des Gutschein. doppelt
RedemptionDate Das Datum, an dem die Gutschein eingelöst wurde. dateTime
SpendToThreshold Der Betrag, der ausgegeben werden muss, bevor die Gutschein angewendet wird. dezimal
StartDate Das Startdatum des Gutschein. dateTime
Status Die status der Gutschein. unsignedByte
Vorab ausstehend Der Wert der vorab ausgegebenen Gutschein. dezimal

Anforderungen

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

Verwendet von

GetCouponInfo