Class StandardOriginData
Represents origin data normally used with a CreateOrderRequest.
Inherited Members
Namespace: Yort.Laybuy.InStore
Assembly: Yort.Laybuy.InStore.dll
Syntax
public class StandardOriginDataRemarks
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 SourceBranch
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). |