public sealed class ListPurchasableOffersRequest.Types.ChangeOfferPurchase : IMessage<ListPurchasableOffersRequest.Types.ChangeOfferPurchase>, IEquatable<ListPurchasableOffersRequest.Types.ChangeOfferPurchase>, IDeepCloneable<ListPurchasableOffersRequest.Types.ChangeOfferPurchase>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class ListPurchasableOffersRequest.Types.ChangeOfferPurchase.
List Offers for ChangeOffer purchase.
Implements
IMessageListPurchasableOffersRequestTypesChangeOfferPurchase, IEquatableListPurchasableOffersRequestTypesChangeOfferPurchase, IDeepCloneableListPurchasableOffersRequestTypesChangeOfferPurchase, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
ChangeOfferPurchase()
public ChangeOfferPurchase()ChangeOfferPurchase(ChangeOfferPurchase)
public ChangeOfferPurchase(ListPurchasableOffersRequest.Types.ChangeOfferPurchase other)| Parameter | |
|---|---|
| Name | Description |
other |
ListPurchasableOffersRequestTypesChangeOfferPurchase |
Properties
BillingAccount
public string BillingAccount { get; set; }Optional. Resource name of the new target Billing Account. Provide this Billing Account when setting up billing for a trial subscription. Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Entitlement
public string Entitlement { get; set; }Required. Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|
NewSku
public string NewSku { get; set; }Optional. Resource name of the new target SKU. Provide this SKU when upgrading or downgrading an entitlement. Format: products/{product_id}/skus/{sku_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|