Class AccountsResource.BusinessInfoResource
The "businessInfo" collection of methods.
Inherited Members
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: |
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: |
Returns
Type | Description |
---|---|
AccountsResource.BusinessInfoResource.UpdateBusinessInfoRequest |