Class CustomersResource.PaymentsAccountsResource.ListRequest
Returns all payments accounts associated with all managers between the login customer ID and specified serving customer in the hierarchy, inclusive. List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError PaymentsAccountError QuotaError RequestError
Inheritance
CustomersResource.PaymentsAccountsResource.ListRequest
Implements
Inherited Members
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListPaymentsAccountsResponse>.UploadProtocol
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListPaymentsAccountsResponse>.ExecuteAsStream()
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.PaymentsAccountsResource.ListRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListPaymentsAccountsResponse>, IClientServiceRequest<GoogleAdsSearchads360V23ServicesListPaymentsAccountsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string customerId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | customerId |
Properties
CustomerId
Required. The ID of the customer to apply the PaymentsAccount list operation to.
Declaration
[RequestParameter("customerId", RequestParameterType.Path)]
public virtual string CustomerId { get; }
Property Value
| Type | Description |
|---|---|
| string |
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 List parameter list.
Declaration
protected override void InitParameters()