|  | ProgramfixedFee Property  | 
 
            Fixed fee structure per trip
            
 
    Namespace: 
   ParaPlanREST.Models
    Assembly:
   ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic FeeDistrubution fixedFee { get; set; }public:
property FeeDistrubution^ fixedFee {
	FeeDistrubution^ get ();
	void set (FeeDistrubution^ value);
}function get_fixedFee();
function set_fixedFee(value);
Property Value
Type: 
FeeDistrubution See Also
See Also