PaymentService Class

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

Syntax

'Declaration
<ExportAttribute(GetType(IService))> _
Public Class PaymentService _
    Inherits Service _
    Implements IPayment, IService, IInitializable
'Usage
Dim instance As PaymentService
[ExportAttribute(typeof(IService))]
public class PaymentService : Service, 
    IPayment, IService, IInitializable
[ExportAttribute(typeof(IService))]
public ref class PaymentService : public Service, 
    IPayment, IService, IInitializable

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Services.Service
    Microsoft.Dynamics.Commerce.Runtime.Services.PaymentService

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.Services Namespace