다음을 통해 공유


SalesTransactionType 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 type of sales transaction.

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

Syntax

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

Members

Member name Description
None No transaction type specified.
Sales Cash And Carry Transactions. This type includes both sales transactions and return transactions.
CustomerAccountDeposit
IncomeExpense Income / Expense accounts maintains income / expense amounts other than sale.
CustomerOrder A customer order (created through transaction service).
PendingSalesOrder Pending sales orders (created through P-jobs).

Remarks

Values should be a subset of TransactionType.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace