The frequency and the amount of recurring charges.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class RecurringCharges
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | RecurringCharges()()()() | Initializes a new instance of the RecurringCharges class | 
|  | Amount | 
            The amount of the recurring charge.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Frequency | 
            The frequency of the recurring charge. 
            
            Valid values: Hourly, Monthly.
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetAmount()()()() | 
            Checks if Amount property is set
             | 
|  | IsSetFrequency()()()() | 
            Checks if Frequency property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | RecurringCharges |