Show / Hide Table of Contents

Class AccountsResource.CustomersResource.QueryEligibleBillingAccountsRequest

Lists the billing accounts that are eligible to purchase particular SKUs for a given customer. Possible error codes: * PERMISSION_DENIED: The customer doesn't belong to the reseller. * INVALID_ARGUMENT: Required request parameters are missing or invalid. Return value: Based on the provided list of SKUs, returns a list of SKU groups that must be purchased using the same billing account and the billing accounts eligible to purchase each SKU group.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>
CloudchannelBaseServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>
AccountsResource.CustomersResource.QueryEligibleBillingAccountsRequest
Implements
IClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>
IClientServiceRequest
Inherited Members
CloudchannelBaseServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.Xgafv
CloudchannelBaseServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.AccessToken
CloudchannelBaseServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.Alt
CloudchannelBaseServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.Callback
CloudchannelBaseServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.Fields
CloudchannelBaseServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.Key
CloudchannelBaseServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.OauthToken
CloudchannelBaseServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.PrettyPrint
CloudchannelBaseServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.QuotaUser
CloudchannelBaseServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.UploadType
CloudchannelBaseServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.Execute()
ClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.GetBody()
ClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.ETagAction
ClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudchannel.v1
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class AccountsResource.CustomersResource.QueryEligibleBillingAccountsRequest : CloudchannelBaseServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>, IClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>, IClientServiceRequest

Constructors

QueryEligibleBillingAccountsRequest(IClientService, string)

Constructs a new QueryEligibleBillingAccounts request.

Declaration
public QueryEligibleBillingAccountsRequest(IClientService service, string customer)
Parameters
Type Name Description
IClientService service
string customer

Properties

Customer

Required. The resource name of the customer to list eligible billing accounts for. Format: accounts/{account_id}/customers/{customer_id}.

Declaration
[RequestParameter("customer", RequestParameterType.Path)]
public virtual string Customer { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.RestPath

Skus

Required. List of SKUs to list eligible billing accounts for. At least one SKU is required. Format: products/{product_id}/skus/{sku_id}.

Declaration
[RequestParameter("skus", RequestParameterType.Query)]
public virtual Repeatable<string> Skus { get; set; }
Property Value
Type Description
Repeatable<string>

Methods

InitParameters()

Initializes QueryEligibleBillingAccounts parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudchannelBaseServiceRequest<GoogleCloudChannelV1QueryEligibleBillingAccountsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX