Price Schedule
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class PriceSchedule
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | PriceSchedule()()()() | Initializes a new instance of the PriceSchedule class | 
|  | Active | 
            Whether the current price schedule is active.
             | 
|  | CurrencyCode | 
            The currency for transacting the Reserved Instance resale.
             | 
|  | 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.) | 
|  | IsSetActive()()()() | 
            Checks if the Active property is set.
             | 
|  | 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.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | PriceSchedule |