Class AccountsResource.BusinessIdentityResource
The "businessIdentity" collection of methods.
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1beta
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class AccountsResource.BusinessIdentityResource
Constructors
BusinessIdentityResource(IClientService)
Constructs a new resource.
Declaration
public BusinessIdentityResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
GetBusinessIdentity(string)
Retrieves the business identity of an account.
Declaration
public virtual AccountsResource.BusinessIdentityResource.GetBusinessIdentityRequest GetBusinessIdentity(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The resource name of the business identity. Format: |
Returns
Type | Description |
---|---|
AccountsResource.BusinessIdentityResource.GetBusinessIdentityRequest |
UpdateBusinessIdentity(BusinessIdentity, string)
Updates the business identity of an account. Executing this method requires admin access.
Declaration
public virtual AccountsResource.BusinessIdentityResource.UpdateBusinessIdentityRequest UpdateBusinessIdentity(BusinessIdentity body, string name)
Parameters
Type | Name | Description |
---|---|---|
BusinessIdentity | body | The body of the request. |
string | name | Identifier. The resource name of the business identity. Format: |
Returns
Type | Description |
---|---|
AccountsResource.BusinessIdentityResource.UpdateBusinessIdentityRequest |