Symfonia.WebAPI.Interface.OSS.ViewModels.Orders Namespace > OssOrder Class > OssOrder Properties > ReservationType Property 

Drukuj

.NET Framework Class Library

OssOrder.ReservationType Property

Typ rezerwacji pozycji dokumentu. Pole jest wymagane.

W przypadku podania wartości i ustawienia wartości na inną niż None zostaną założone rezerwacje o wskazanym typie na magazynie z ustawień sklepu.

W przypadku podania wartości i ustawienia wartości na wartość IndicationDelivery ręcznie wskazane dostawy Deliveries muszą się znajdować na magazynie z ustawień sklepu. W przeciwnym wypadku rezerwacje na wskazane dostawy nie zostaną założone.

Namespace: Symfonia.WebAPI.Interface.OSS.ViewModels.Orders

Assembly:  Symfonia.WebAPI.Interface.OSS (in Symfonia.WebAPI.Interface.OSS.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property ReservationType As enumDocumentReservationType
 Get
 Set

C#

public enumDocumentReservationType ReservationType { getset; }

Visual C++

public:
property enumDocumentReservationType ReservationType {
 enumDocumentReservationType get ();
 void set (enumDocumentReservationType value);
}

JavaScript

function get_reservationType();
function set_reservationType(value);

See Also

OssOrder Class

OssOrder Members

Symfonia.WebAPI.Interface.OSS.ViewModels.Orders Namespace