Name of the Payment processor that is used for portal payments, e.g. PayPal

Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[XmlElementAttribute("paymentprocessor")]
public string PaymentProcessor { get; set; }
Visual Basic
<XmlElementAttribute("paymentprocessor")> 
Public Property PaymentProcessor As String
	Get
	Set

Field Value

Name of the portal payment processor

Return Value

Name of the portal payment processor

Remarks