Class AddAccountService
Additional instructions to add account services during creation of the account.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class AddAccountService : IDirectResponseSchema
Properties
AccountAggregation
The provider is an aggregator for the account. Payload for service type Account Aggregation.
Declaration
[JsonProperty("accountAggregation")]
public virtual AccountAggregation AccountAggregation { get; set; }
Property Value
Type | Description |
---|---|
AccountAggregation |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Provider
Required. The provider of the service. Format: accounts/{account}
Declaration
[JsonProperty("provider")]
public virtual string Provider { get; set; }
Property Value
Type | Description |
---|---|
string |