public sealed class CreateEntitlementPurchase : IMessage<ListPurchasableSkusRequest.Types.CreateEntitlementPurchase>, IEquatable<ListPurchasableSkusRequest.Types.CreateEntitlementPurchase>, IDeepCloneable<ListPurchasableSkusRequest.Types.CreateEntitlementPurchase>, IBufferMessage, IMessage
List SKUs for a new entitlement. Make the purchase using [CloudChannelService.CreateEntitlement][google.cloud.channel.v1.CloudChannelService.CreateEntitlement].
Implements
Google.Protobuf.IMessage<ListPurchasableSkusRequest.Types.CreateEntitlementPurchase>, IEquatable<ListPurchasableSkusRequest.Types.CreateEntitlementPurchase>, Google.Protobuf.IDeepCloneable<ListPurchasableSkusRequest.Types.CreateEntitlementPurchase>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
CreateEntitlementPurchase()
public CreateEntitlementPurchase()
CreateEntitlementPurchase(ListPurchasableSkusRequest.Types.CreateEntitlementPurchase)
public CreateEntitlementPurchase(ListPurchasableSkusRequest.Types.CreateEntitlementPurchase other)
Parameter | |
---|---|
Name | Description |
other | ListPurchasableSkusRequest.Types.CreateEntitlementPurchase |
Properties
Product
public string Product { get; set; }
Required. List SKUs belonging to this Product. Format: products/{product_id}. Supports products/- to retrieve SKUs for all products.
Property Value | |
---|---|
Type | Description |
String |