Cloud Channel v1 API - Class ListPurchasableOffersRequest.Types.ChangeOfferPurchase (2.11.0)

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

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

List Offers for ChangeOffer purchase.

Inheritance

object > ListPurchasableOffersRequest.Types.ChangeOfferPurchase

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ChangeOfferPurchase()

public ChangeOfferPurchase()

ChangeOfferPurchase(ChangeOfferPurchase)

public ChangeOfferPurchase(ListPurchasableOffersRequest.Types.ChangeOfferPurchase other)
Parameter
NameDescription
otherListPurchasableOffersRequestTypesChangeOfferPurchase

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
TypeDescription
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
TypeDescription
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
TypeDescription
string