Class PreferredDealTerms
Pricing terms for Preferred Deals.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class PreferredDealTerms : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FixedPrice
Fixed price for the deal.
Declaration
[JsonProperty("fixedPrice")]
public virtual Price FixedPrice { get; set; }
Property Value
Type | Description |
---|---|
Price |