Class CustomersResource.InvoicesResource
The "invoices" collection of methods.
Inherited Members
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 |