The EventFee type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | EventFee | Initializes a new instance of the EventFee class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToJSON |
Serialize an object to JSON.
(Inherited from Component.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | EarlyFee |
Fee for registrations that occur prior to the event's early_fee_date
|
![]() | Fee |
The fee amount
|
![]() | FeeScope |
Specifies who the fee applies to
|
![]() | HasRestrictedAccess |
Has restricted access
|
![]() | Id |
Unique ID for that fee
|
![]() | Label |
Fee description displayed to event registrants
|
![]() | LateFee |
Fee for registrations that occur after the event's late_fee_date
|
See Also