Selerix Developer Tools
PaymentType Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PaymentInfo Class : PaymentType Field
The PaymentType object consists of many classes that specify the attributes of a payment type. For example, the accountholder's name, bank type, etc.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public PaymentType As PaymentType
'Usage
 
Dim instance As PaymentInfo
Dim value As PaymentType
 
value = instance.PaymentType
 
instance.PaymentType = value
[DefaultValue()]
public PaymentType PaymentType
public field PaymentType: PaymentType; 
DefaultValueAttribute()
public var PaymentType : PaymentType;
[DefaultValue()]
public: PaymentType PaymentType
[DefaultValue()]
public:
PaymentType PaymentType
See Also

Reference

PaymentInfo Class
PaymentInfo Members