public sealed class ListPurchasableOffersRequest.Types.CreateEntitlementPurchase : IMessage<ListPurchasableOffersRequest.Types.CreateEntitlementPurchase>, IEquatable<ListPurchasableOffersRequest.Types.CreateEntitlementPurchase>, IDeepCloneable<ListPurchasableOffersRequest.Types.CreateEntitlementPurchase>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class ListPurchasableOffersRequest.Types.CreateEntitlementPurchase.
List Offers for CreateEntitlement purchase.
Implements
IMessageListPurchasableOffersRequestTypesCreateEntitlementPurchase, IEquatableListPurchasableOffersRequestTypesCreateEntitlementPurchase, IDeepCloneableListPurchasableOffersRequestTypesCreateEntitlementPurchase, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
CreateEntitlementPurchase()
public CreateEntitlementPurchase()CreateEntitlementPurchase(CreateEntitlementPurchase)
public CreateEntitlementPurchase(ListPurchasableOffersRequest.Types.CreateEntitlementPurchase other)| Parameter | |
|---|---|
| Name | Description |
other |
ListPurchasableOffersRequestTypesCreateEntitlementPurchase |
Properties
BillingAccount
public string BillingAccount { get; set; }Optional. Billing account that the result should be restricted to. Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Sku
public string Sku { get; set; }Required. SKU that the result should be restricted to. Format: products/{product_id}/skus/{sku_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|