NonSalesTenderType 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.
Represents the non-sale tender type operation - starting amount / tender removal / float entry.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public Enumeration NonSalesTenderType
'Usage
Dim instance As NonSalesTenderType
[DataContractAttribute]
public enum NonSalesTenderType
[DataContractAttribute]
public enum class NonSalesTenderType
Members
Member name | Description | |
---|---|---|
None | No transaction type specified. | |
FloatEntry | Float Entry is used to transfer cash to different registry. | |
StartingAmount | Declare start amount helps to declare starting amount when the shift is open. | |
RemoveTender | Remove Tender. | |
OpenDrawer | Open Drawer. |