Selerix Developer Tools
ExternalPaymentProviderAllowed Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > GeneralRules Class : ExternalPaymentProviderAllowed Property
Gets or sets a value indicating whether the case allows using an external payment provider.
Syntax
'Declaration
 
<XmlElementAttribute()>
<DefaultValueAttribute()>
Public Property ExternalPaymentProviderAllowed As Boolean
'Usage
 
Dim instance As GeneralRules
Dim value As Boolean
 
instance.ExternalPaymentProviderAllowed = value
 
value = instance.ExternalPaymentProviderAllowed
[XmlElement()]
[DefaultValue()]
public bool ExternalPaymentProviderAllowed {get; set;}
public read-write property ExternalPaymentProviderAllowed: Boolean; 
XmlElementAttribute()
DefaultValueAttribute()
public function get,set ExternalPaymentProviderAllowed : boolean
[XmlElement()]
[DefaultValue()]
public: __property bool get_ExternalPaymentProviderAllowed();
public: __property void set_ExternalPaymentProviderAllowed( 
   bool value
);
[XmlElement()]
[DefaultValue()]
public:
property bool ExternalPaymentProviderAllowed {
   bool get();
   void set (    bool value);
}

Property Value

true if an using external payment provider is allowed; otherwise, false.
See Also

Reference

GeneralRules Class
GeneralRules Members