SalesInvoiceType 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 invoice journal.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public Enumeration SalesInvoiceType
'Usage
Dim instance As SalesInvoiceType
[DataContractAttribute]
public enum SalesInvoiceType
[DataContractAttribute]
public enum class SalesInvoiceType
Members
Member name | Description | |
---|---|---|
Journal | Journal sales type. | |
Quotation | Obsolete. Quotation sales type. | |
Subscription | Subscription sale type. | |
Sales | Sales sale type. | |
ReturnItem | ReturnItem sale type. | |
Blanket | Obsolete. Blanket sale type. | |
ItemRequirements | Item requirements sale type. |
Remarks
In AX, this is represented as SalesType base enum.