Describes a recurring charge.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class RecurringCharge
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | RecurringCharge()()()() | Initializes a new instance of the RecurringCharge class | 
|  | Equals(Object) | (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.) | 
|  | RecurringChargeAmount | 
            Gets and sets the property RecurringChargeAmount. 
             The amount charged per the period of time specified by the recurring charge frequency. | 
|  | RecurringChargeFrequency | 
            Gets and sets the property RecurringChargeFrequency. 
             The frequency at which the recurring charge amount is applied. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithRecurringChargeAmount(Double) | Obsolete. 
            Sets the RecurringChargeAmount property
             | 
|  | WithRecurringChargeFrequency(String) | Obsolete. 
            Sets the RecurringChargeFrequency property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | RecurringCharge |