Selerix Developer Tools
PaymentType Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PayGroup Class : PaymentType Property
Gets or sets the type of the payment.
Syntax
'Declaration
 
<XmlElementAttribute()>
<DefaultValueAttribute()>
Public Overridable Property PaymentType As PaymentTypeAccepted
'Usage
 
Dim instance As PayGroup
Dim value As PaymentTypeAccepted
 
instance.PaymentType = value
 
value = instance.PaymentType
[XmlElement()]
[DefaultValue()]
public virtual PaymentTypeAccepted PaymentType {get; set;}
public read-write property PaymentType: PaymentTypeAccepted; virtual; 
XmlElementAttribute()
DefaultValueAttribute()
public function get,set PaymentType : PaymentTypeAccepted
[XmlElement()]
[DefaultValue()]
public: __property virtual PaymentTypeAccepted get_PaymentType();
public: __property virtual void set_PaymentType( 
   PaymentTypeAccepted value
);
[XmlElement()]
[DefaultValue()]
public:
virtual property PaymentTypeAccepted PaymentType {
   PaymentTypeAccepted get();
   void set (    PaymentTypeAccepted value);
}

Property Value

The type of the payment.
See Also

Reference

PayGroup Class
PayGroup Members