Show / Hide Table of Contents

Class CustomersResource.InvoicesResource

The "invoices" collection of methods.

Inheritance
object
CustomersResource.InvoicesResource
Inherited Members
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

Constructors

InvoicesResource(IClientService)

Constructs a new resource.

Declaration
public InvoicesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

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

Declaration
public virtual CustomersResource.InvoicesResource.ListRequest List(string customerId)
Parameters
Type Name Description
string customerId

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

Returns
Type Description
CustomersResource.InvoicesResource.ListRequest
In this article
Back to top Generated by DocFX