Name of the Payment processor that is used for portal payments, e.g. PayPal
Namespace: DotNetNuke.Entities.PortalsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[XmlElementAttribute("paymentprocessor")] public string PaymentProcessor { get; set; } |
Visual Basic |
---|
<XmlElementAttribute("paymentprocessor")> Public Property PaymentProcessor As String Get Set |