Skip to content

Latest commit

 

History

History
92 lines (76 loc) · 2.3 KB

tenderdropanddeclaretype-enumeration-microsoft-dynamics-commerce-runtime-datamodel.md

File metadata and controls

92 lines (76 loc) · 2.3 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.date mtps_version f1_keywords dev_langs
TenderDropAndDeclareType Enumeration (Microsoft.Dynamics.Commerce.Runtime.DataModel)
TenderDropAndDeclareType Enumeration
T:Microsoft.Dynamics.Commerce.Runtime.DataModel.TenderDropAndDeclareType
62210091
tonyafehr
05/18/2015
v=AX.60
Microsoft.Dynamics.Commerce.Runtime.DataModel.TenderDropAndDeclareType.BankDrop
Microsoft.Dynamics.Commerce.Runtime.DataModel.TenderDropAndDeclareType.SafeDrop
Microsoft.Dynamics.Commerce.Runtime.DataModel.TenderDropAndDeclareType.TenderDeclaration
Microsoft.Dynamics.Commerce.Runtime.DataModel.TenderDropAndDeclareType.None
Microsoft.Dynamics.Commerce.Runtime.DataModel.TenderDropAndDeclareType
CSharp
C++
VB

TenderDropAndDeclareType Enumeration

[!INCLUDEarchive-banner]

Represents the type of bank drop/ safe drop/ tender declaration daily operation.

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

Syntax

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

Members

Member name Description
None No transaction type specified.
BankDrop Bank drop helps to drop currencies into bank.
SafeDrop Safedrop helps to drop currencies into safety locker.
TenderDeclaration Tender declaration is usually done when closing the shift.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace