Class AccountsResource.DeveloperRegistrationResource.GetAccountForGcpRegistrationRequest
Retrieves the merchant account that the calling GCP is registered with.
Inheritance
AccountsResource.DeveloperRegistrationResource.GetAccountForGcpRegistrationRequest
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class AccountsResource.DeveloperRegistrationResource.GetAccountForGcpRegistrationRequest : MerchantBaseServiceRequest<GetAccountForGcpRegistrationResponse>, IClientServiceRequest<GetAccountForGcpRegistrationResponse>, IClientServiceRequest
Constructors
GetAccountForGcpRegistrationRequest(IClientService)
Constructs a new GetAccountForGcpRegistration request.
Declaration
public GetAccountForGcpRegistrationRequest(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes GetAccountForGcpRegistration parameter list.
Declaration
protected override void InitParameters()