Table of Contents

Class PaymentProcessorInfo

Namespace
Rescope.Commerce.Core.Models
Assembly
Rescope.Commerce.Core.dll
public class PaymentProcessorInfo
Inheritance
PaymentProcessorInfo
Inherited Members

Properties

DisplayName

public string DisplayName { get; }

Property Value

string

Name

public string Name { get; }

Property Value

string

ProcessorType

[JsonIgnore]
public Type ProcessorType { get; set; }

Property Value

Type

Properties

public Dictionary<string, string> Properties { get; }

Property Value

Dictionary<string, string>

WebhookURL

public string? WebhookURL { get; }

Property Value

string