ReceiptType 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 receipt types.
The source of these values is the FORMLAYOUTID in the RETAILFORMLAYOUT table in Ax.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
Public Enumeration ReceiptType
'Usage
Dim instance As ReceiptType
public enum ReceiptType
public enum class ReceiptType
Members
Member name | Description | |
---|---|---|
Unknown | Unknown receipt type. | |
SalesReceipt | The standard receipt. | |
CardReceiptForShop | Credit card receipt for the store. | |
CardReceiptForCustomer | Credit card receipt for the customer. | |
CardReceiptForShopReturn | Credit card receipt for the store for return. | |
CardReceiptForCustomerReturn | Credit card receipt for the customer for return. | |
CustomerAccountReceiptForShop | Customer account receipt for shop. | |
CustomerAccountReceiptForCustomer | Customer account receipt for customer. | |
CustomerAccountReceiptForShopReturn | Customer account receipt for shop for return. | |
CustomerAccountReceiptForCustomerReturn | Customer account receipt for customer for return. | |
CustomerAccountDeposit | Customer account deposit. | |
CreditMemo | Credit memo receipt. | |
SalesOrderReceipt | Sales order receipt. | |
GiftCertificate | Gift certificate. | |
QuotationReceipt | Quotation receipt if the customer order type is quotation. | |
PackingSlip | Packing slip. | |
PickupReceipt | Pick up receipt for customer orders. | |
XReport | Print X report.. | |
ZReport | Print Z report. | |
SafeDrop | Receipt for a safe drop. | |
BankDrop | Receipt for a bank drop. | |
TenderDeclaration | Receipt for a tender declaration. | |
RemoveTender | Receipt for a remove tender. | |
FloatEntry | Receipt for a float entry. | |
StartingAmount | Receipt for declarating starting amount. | |
ReturnLabel | Return label. |