Cloud Channel v1 API - Class ListPurchasableOffersRequest.Types.CreateEntitlementPurchase (2.12.0)

public sealed class ListPurchasableOffersRequest.Types.CreateEntitlementPurchase : IMessage<ListPurchasableOffersRequest.Types.CreateEntitlementPurchase>, IEquatable<ListPurchasableOffersRequest.Types.CreateEntitlementPurchase>, IDeepCloneable<ListPurchasableOffersRequest.Types.CreateEntitlementPurchase>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class ListPurchasableOffersRequest.Types.CreateEntitlementPurchase.

List Offers for CreateEntitlement purchase.

Inheritance

object > ListPurchasableOffersRequest.Types.CreateEntitlementPurchase

Namespace

Google.Cloud.Channel.V1

Assembly

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