Search Results for

    Show / Hide Table of Contents

    Interface StatusShipmentItem

    Interface for a shipment item send in status request commands

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

    Properties

    | Improve this Doc View Source

    BillCarrier

    Gets or sets whether the carrier Gets or sets billed

    Declaration
    bool BillCarrier { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    BillSupplier

    Gets or sets whether the suppert Gets or sets billed

    Declaration
    bool BillSupplier { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    CarrierStatus

    Gets or sets the carrier status

    Declaration
    StatusShipmentItemStatus CarrierStatus { get; set; }
    Property Value
    Type Description
    StatusShipmentItemStatus
    | Improve this Doc View Source

    Id

    Gets or sets the shipment item id

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

    IsBillable

    Gets or sets whether the item is billable

    Declaration
    bool IsBillable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Status

    Gets or sets the status

    Declaration
    StatusShipmentItemStatus Status { get; set; }
    Property Value
    Type Description
    StatusShipmentItemStatus
    | Improve this Doc View Source

    SupplierStatus

    Gets or sets the supplier status

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