Share via


PurchaseTransferOrderType Enumeration

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

The different order types.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)

Syntax

'Declaration
<DataContractAttribute> _
Public Enumeration PurchaseTransferOrderType
'Usage
Dim instance As PurchaseTransferOrderType
[DataContractAttribute]
public enum PurchaseTransferOrderType
[DataContractAttribute]
public enum class PurchaseTransferOrderType

Members

Member name Description
Unknown Unknown order.
PurchaseOrder Purchase order.
TransferIn Transfer in order.
TransferOut Transfer out order.
TransferOrder Transfer order.
PickingList Picking list.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace