Pricing Schedule
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class PricingSchedule
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | PricingSchedule()()()() | Initializes a new instance of the PricingSchedule class | 
|  | CurrencyCode | 
            Currency code for the Price property. 
             | 
|  | 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.) | 
|  | IsSetCurrencyCode()()()() | 
            Checks if the CurrencyCode property is set
             | 
|  | IsSetPrice()()()() | 
            Checks if the Price property is set.
             | 
|  | IsSetTerm()()()() | 
            Checks if the Term property is set
             | 
|  | Price | 
            The fixed price for the term.
             | 
|  | Term | 
            The number of months remaining in the reservation.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCurrencyCode(String) | Obsolete. 
            Sets the currency code for the Price property. 
             | 
|  | WithPrice(Decimal) | Obsolete. 
            Sets the fixed price for the term.
             | 
|  | WithTerm(Decimal) | Obsolete. 
            Sets the number of months remaining in the reservation.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | PricingSchedule |