PaymentType 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.

Type of payment transaction.

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

Syntax

'Declaration
Public Enumeration PaymentType
'Usage
Dim instance As PaymentType
public enum PaymentType
public enum class PaymentType

Members

Member name Description
Unknown Unknown request (default).
AuthorizeOrRefund Authorization or refund request.
Void Void request.
CardToken Card token request.
Capture Capture request.

Remarks

Maps to the PaymentType base enumeration in Hardware Station.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace