Click or drag to resize

clsTrainingCourseHandshakeBillingOptions Class

Small helper class to describe the possible billing options, when registering to an event.

See TrainingCourseSelectableBillingPositions

Inheritance Hierarchy
SystemObject
  MARIInterfaceclsTrainingCourseHandshakeBillingOptions

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public class clsTrainingCourseHandshakeBillingOptions

The clsTrainingCourseHandshakeBillingOptions type exposes the following members.

Constructors
  NameDescription
Public methodclsTrainingCourseHandshakeBillingOptions
Initializes a new instance of the clsTrainingCourseHandshakeBillingOptions class
Top
Properties
  NameDescription
Public propertyCurrency
ReadOnly: When the price will be shown, the currency in ISO (USD, EUR) is given
Public propertyDescription1
ReadOnly: Testinfo
Public propertyDescription2
ReadOnly: Testinfo
Public propertyKeyInternal
Internal Key (invisible integer of the billing position in the training course)
Public propertyMatchcode
ReadOnly: Testinfo
Public propertyQuantity
ReadWrite: When the quantity indicates the selection in the front end. 0=unselected.
Public propertySelectOption
ReadOnly: Definition of the display in the web frontend of the billing position.
Public propertyUnitPrice
ReadOnly: Unit Price for this billing option
Top
See Also