viewVendorInvoiceUnitPrice method
ResponseFuture<PriceResponse>
viewVendorInvoiceUnitPrice(
- IdentifierUUID request, {
- 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);
}