Class AccountTaxServiceSettings
Settings for Account
Inherited Members
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class AccountTaxServiceSettings : ServiceSettingsBase
Constructors
AccountTaxServiceSettings()
Constructs a new Account
Declaration
public AccountTaxServiceSettings()
Properties
GetAccountTaxSettings
CallAccountTaxServiceClient.GetAccountTax
and AccountTaxServiceClient.GetAccountTaxAsync
.
Declaration
public CallSettings GetAccountTaxSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
ListAccountTaxSettings
CallAccountTaxServiceClient.ListAccountTax
and AccountTaxServiceClient.ListAccountTaxAsync
.
Declaration
public CallSettings ListAccountTaxSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
UpdateAccountTaxSettings
CallAccountTaxServiceClient.UpdateAccountTax
and AccountTaxServiceClient.UpdateAccountTaxAsync
.
Declaration
public CallSettings UpdateAccountTaxSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
Methods
Clone()
Creates a deep clone of this object, with all the same property values.
Declaration
public AccountTaxServiceSettings Clone()
Returns
Type | Description |
---|---|
Account |
A deep clone of this Account |
GetDefault()
Get a new instance of the default Account
Declaration
public static AccountTaxServiceSettings GetDefault()
Returns
Type | Description |
---|---|
Account |
A new instance of the default Account |