• Articles
  • Api Documentation

    Show / Hide Table of Contents
    • Yort.Laybuy.InStore
      • CancelOrderRequest
      • CancelOrderResponse
      • CreateOrderRequest
      • CreateOrderResponse
      • ILaybuyClient
      • LaybuyApiException
      • LaybuyApiResponseBase
      • LaybuyClient
      • LaybuyClientConfiguration
      • LaybuyCredentials
      • LaybuyCustomerAddress
      • LaybuyCustomerBase
      • LaybuyEnvironment
      • LaybuyItem
      • LaybuyOrderRefund
      • LaybuyOrderStatus
      • LaybuyRequestBase
      • LaybuyStatus
      • OrderRequest
      • OrderResponse
      • OrderStatusRequest
      • OrderStatusResponse
      • RefundRequest
      • RefundResponse
      • RequestLaybuyCustomer
      • ResponseLaybuyCustomer
      • StandardOriginData

    Class StandardOriginData

    Represents origin data normally used with a CreateOrderRequest.

    Inheritance
    Object
    StandardOriginData
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Yort.Laybuy.InStore
    Assembly: Yort.Laybuy.InStore.dll
    Syntax
    public class StandardOriginData
    Remarks

    Origin data required/expected can vary based on the Origin provided and the details of the specific implementation. This class provides the origin data used with *most* integrations.

    Properties

    | Improve this Doc View Source

    Branch

    Gets or sets the name or identifier of the branch the POS making the request belongs to.

    Declaration
    [JsonProperty("branch")]
    public string Branch { get; set; }
    Property Value
    Type Description
    String

    The branch identifier (usually name).

    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2020 Troy Willmot