Show / Hide Table of Contents

Class CustomersResource.InvoicesResource.ListRequest

Returns all invoices associated with a billing setup, for a given month. List of thrown errors: AuthenticationError AuthorizationError FieldError HeaderError InternalError InvoiceError QuotaError RequestError

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>
CustomersResource.InvoicesResource.ListRequest
Implements
IClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>
IClientServiceRequest
Inherited Members
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.Xgafv
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.AccessToken
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.Alt
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.Callback
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.Fields
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.Key
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.OauthToken
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.PrettyPrint
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.QuotaUser
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.UploadType
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.UploadProtocol
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.Execute()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.ExecuteAsync()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.GetBody()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.ETagAction
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.ModifyRequest
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.ValidateParameters
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.ApiVersion
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.RequestParameters
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.InvoicesResource.ListRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>, IClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>, 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

BillingSetup

Required. The billing setup resource name of the requested invoices. customers/{customer_id}/billingSetups/{billing_setup_id}

Declaration
[RequestParameter("billingSetup", RequestParameterType.Query)]
public virtual string BillingSetup { get; set; }
Property Value
Type Description
string

CustomerId

Required. The ID of the customer to fetch invoices for.

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
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.HttpMethod

IncludeGranularLevelInvoiceDetails

Optional. When true, the response will include more granular level invoice details such as campaign level cost breakdown, itemized regulatory costs and adjustments. The default value is false.

Declaration
[RequestParameter("includeGranularLevelInvoiceDetails", RequestParameterType.Query)]
public virtual bool? IncludeGranularLevelInvoiceDetails { get; set; }
Property Value
Type Description
bool?

IssueMonth

Required. The issue month to retrieve invoices.

Declaration
[RequestParameter("issueMonth", RequestParameterType.Query)]
public virtual CustomersResource.InvoicesResource.ListRequest.IssueMonthEnum? IssueMonth { get; set; }
Property Value
Type Description
CustomersResource.InvoicesResource.ListRequest.IssueMonthEnum?

IssueYear

Required. The issue year to retrieve invoices, in yyyy format. Only invoices issued in 2019 or later can be retrieved.

Declaration
[RequestParameter("issueYear", RequestParameterType.Query)]
public virtual string IssueYear { get; set; }
Property Value
Type Description
string

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesListInvoicesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX