Class ListPurchasableSkusRequest.Types.CreateEntitlementPurchase (1.1.0)

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

Inheritance

Object > ListPurchasableSkusRequest.Types.CreateEntitlementPurchase

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

CreateEntitlementPurchase()

public CreateEntitlementPurchase()

CreateEntitlementPurchase(ListPurchasableSkusRequest.Types.CreateEntitlementPurchase)

public CreateEntitlementPurchase(ListPurchasableSkusRequest.Types.CreateEntitlementPurchase other)
Parameter
NameDescription
otherListPurchasableSkusRequest.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
TypeDescription
String