FeeDistrubution Class |
[Missing <summary> documentation for "T:ParaPlanREST.Models.FeeDistrubution"]
Namespace: ParaPlanREST.Models
public class FeeDistrubution
The FeeDistrubution type exposes the following members.
| Name | Description | |
|---|---|---|
| FeeDistrubution | Initializes a new instance of the FeeDistrubution class |
| 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
|
| 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.) |