Search Results for

    Show / Hide Table of Contents

    Class GetShippingHookRequest

    Inheritance
    System.Object
    GetShippingHookRequest
    Namespace: DirectScale.Disco.Extension.Hooks.Orders.Shipping
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class GetShippingHookRequest : Object

    Constructors

    GetShippingHookRequest()

    Declaration
    public GetShippingHookRequest()

    Properties

    Address

    Declaration
    public Address Address { get; set; }
    Property Value
    Type Description
    Address

    Items

    Declaration
    public LineItem[] Items { get; set; }
    Property Value
    Type Description
    LineItem[]

    ShipMethodId

    Declaration
    public int ShipMethodId { get; set; }
    Property Value
    Type Description
    System.Int32

    WarehouseId

    Declaration
    public int WarehouseId { get; set; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX