updateBillingService method
ResponseFuture<UpdateBillingServiceResponse>
updateBillingService(
- UpdateBillingServiceRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$9.UpdateBillingServiceResponse> updateBillingService($9.UpdateBillingServiceRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$updateBillingService, request, options: options);
}