|  | FeeDistrubution Class | 
[Missing <summary> documentation for "T:ParaPlanREST.Models.FeeDistrubution"]
 Inheritance Hierarchy
Inheritance HierarchyNamespace: ParaPlanREST.Models
 Syntax
Syntaxpublic class FeeDistrubution
The FeeDistrubution type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | FeeDistrubution | Initializes a new instance of the FeeDistrubution class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | clientBilled | 
            How much the client will be billed after the trip is completed
             | 
|  | clientCoPay | 
            How much the client will need to pay at the time of the trip under this program
             | 
|  | contractorDue | 
            How much a contractor gets paid for this trip
             | 
|  | programBilled | 
            How much the program entity will be billed after this trip is completed
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(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.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also