Class AccountsResource.ProgramsResource.CheckoutSettingsResource.GetCheckoutSettingsRequest
Gets CheckoutSettings for the given merchant. This includes information about review state,
enrollment state and URL settings.
Inheritance
AccountsResource.ProgramsResource.CheckoutSettingsResource.GetCheckoutSettingsRequest
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class AccountsResource.ProgramsResource.CheckoutSettingsResource.GetCheckoutSettingsRequest : MerchantBaseServiceRequest<CheckoutSettings>, IClientServiceRequest<CheckoutSettings>, IClientServiceRequest
Constructors
GetCheckoutSettingsRequest(IClientService, string)
Constructs a new GetCheckoutSettings request.
Declaration
public GetCheckoutSettingsRequest(IClientService service, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Name
Required. The name/identifier of the merchant account. Format:
accounts/{account}/programs/{program}/checkoutSettings
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes GetCheckoutSettings parameter list.
Declaration
protected override void InitParameters()