Interface InvoiceServiceGrpc.AsyncService
- All Known Implementing Classes:
InvoiceServiceGrpc.InvoiceServiceImplBase
- Enclosing class:
- InvoiceServiceGrpc
public static interface InvoiceServiceGrpc.AsyncService
A service to fetch invoices issued for a billing setup during a given month.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidlistInvoices(ListInvoicesRequest request, io.grpc.stub.StreamObserver<ListInvoicesResponse> responseObserver) Returns all invoices associated with a billing setup, for a given month.
-
Method Details
-
listInvoices
default void listInvoices(ListInvoicesRequest request, io.grpc.stub.StreamObserver<ListInvoicesResponse> responseObserver) Returns all invoices associated with a billing setup, for a given month. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [FieldError]() [HeaderError]() [InternalError]() [InvoiceError]() [QuotaError]() [RequestError]()
-