TenderLineStatus 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 status of tender line.

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

Syntax

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

Members

Member name Description
None Default value, should not be used.
NotProcessed Tender line has not been processed yet.
PendingCommit Tender line has been processed but not committed yet.

For credit card equivalent is authorized.

Voided Tender line has been voided.
Committed Tender line has been fully processed.

For credit card equivalent is captured.

Historical Tender line is historical information.

Tender line is just for displaying historical payments for a recalled order.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace