Interface InvoiceServiceGrpc.AsyncService
-
- All Known Implementing Classes:
InvoiceServiceGrpc.InvoiceServiceImplBase
- Enclosing class:
- InvoiceServiceGrpc
public static interface InvoiceServiceGrpc.AsyncServiceA service to fetch invoices issued for a billing setup during a given month.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidlistInvoices(ListInvoicesRequest request, io.grpc.stub.StreamObserver<ListInvoicesResponse> responseObserver)Returns all invoices associated with a billing setup, for a given month.
-
-
-
Method Detail
-
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]()
-
-