viewVendorInvoiceUnitPrice method

ResponseFuture<PriceResponse> viewVendorInvoiceUnitPrice(
  1. IdentifierUUID request, {
  2. CallOptions? options,
})

View the unit price at which the inventory item was purchased (the corresponding vendor invoice price)

Implementation

$grpc.ResponseFuture<$1.PriceResponse> viewVendorInvoiceUnitPrice(
  $1.IdentifierUUID request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$viewVendorInvoiceUnitPrice, request,
      options: options);
}