- Annotations
-
- @GrpcServiceName('oasis.api.invoice.service.InvoiceService')
Properties
-
$name
→ String
-
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$addMethod(ServiceMethod method)
→ void
-
inherited
-
$lookupMethod(String name)
→ ServiceMethod?
-
inherited
-
$onMetadata(ServiceCall context)
→ void
-
Client metadata handler.
inherited
-
createInvoice(ServiceCall call, InvoiceRequest request)
→ Future<InvoiceResponse>
-
-
createInvoice_Pre(ServiceCall call, Future<InvoiceRequest> request)
→ Future<InvoiceResponse>
-
-
deleteInvoice(ServiceCall call, InvoiceRequest request)
→ Future<InvoiceResponse>
-
-
deleteInvoice_Pre(ServiceCall call, Future<InvoiceRequest> request)
→ Future<InvoiceResponse>
-
-
getInvoice(ServiceCall call, InvoiceRequest request)
→ Future<InvoiceResponse>
-
-
getInvoice_Pre(ServiceCall call, Future<InvoiceRequest> request)
→ Future<InvoiceResponse>
-
-
getInvoiceList(ServiceCall call, InvoiceRequest request)
→ Future<InvoiceResponse>
-
-
getInvoiceList_Pre(ServiceCall call, Future<InvoiceRequest> request)
→ Future<InvoiceResponse>
-
-
getInvoiceStatus(ServiceCall call, InvoiceRequest request)
→ Future<InvoiceResponse>
-
-
getInvoiceStatus_Pre(ServiceCall call, Future<InvoiceRequest> request)
→ Future<InvoiceResponse>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateInvoice(ServiceCall call, InvoiceRequest request)
→ Future<InvoiceResponse>
-
-
updateInvoice_Pre(ServiceCall call, Future<InvoiceRequest> request)
→ Future<InvoiceResponse>
-