Search Results for

    Show / Hide Table of Contents

    Interface StatusShipmentItemStatus

    Interface for a shipmetnt item status send in shipment status refresh commands

    Namespace: Simplic.Logistics.SchemaRegistry
    Assembly: Simplic.Logistics.SchemaRegistry.dll
    Syntax
    public interface StatusShipmentItemStatus

    Properties

    | Improve this Doc View Source

    Id

    Gets or sets the shipment item status id

    Declaration
    Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsBillable

    Gets or sets whether the status is billable or not

    Declaration
    bool IsBillable { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx