Show / Hide Table of Contents

Class AccountsResource.BusinessInfoResource

The "businessInfo" collection of methods.

Inheritance
object
AccountsResource.BusinessInfoResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.accounts_v1beta
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class AccountsResource.BusinessInfoResource

Constructors

BusinessInfoResource(IClientService)

Constructs a new resource.

Declaration
public BusinessInfoResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

GetBusinessInfo(string)

Retrieves the business info of an account.

Declaration
public virtual AccountsResource.BusinessInfoResource.GetBusinessInfoRequest GetBusinessInfo(string name)
Parameters
Type Name Description
string name

Required. The resource name of the business info. Format: accounts/{account}/businessInfo

Returns
Type Description
AccountsResource.BusinessInfoResource.GetBusinessInfoRequest

UpdateBusinessInfo(BusinessInfo, string)

Updates the business info of an account. Executing this method requires admin access.

Declaration
public virtual AccountsResource.BusinessInfoResource.UpdateBusinessInfoRequest UpdateBusinessInfo(BusinessInfo body, string name)
Parameters
Type Name Description
BusinessInfo body

The body of the request.

string name

Identifier. The resource name of the business info. Format: accounts/{account}/businessInfo

Returns
Type Description
AccountsResource.BusinessInfoResource.UpdateBusinessInfoRequest
In this article
Back to top Generated by DocFX