Interface ListPurchasableOffersRequest.CreateEntitlementPurchaseOrBuilder (3.45.0)

public static interface ListPurchasableOffersRequest.CreateEntitlementPurchaseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBillingAccount()

public abstract String getBillingAccount()

Optional. Billing account that the result should be restricted to. Format: accounts/{account_id}/billingAccounts/{billing_account_id}.

string billing_account = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The billingAccount.

getBillingAccountBytes()

public abstract ByteString getBillingAccountBytes()

Optional. Billing account that the result should be restricted to. Format: accounts/{account_id}/billingAccounts/{billing_account_id}.

string billing_account = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for billingAccount.

getSku()

public abstract String getSku()

Required. SKU that the result should be restricted to. Format: products/{product_id}/skus/{sku_id}.

string sku = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The sku.

getSkuBytes()

public abstract ByteString getSkuBytes()

Required. SKU that the result should be restricted to. Format: products/{product_id}/skus/{sku_id}.

string sku = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for sku.