|  | ProgrambillingAddress Property  | 
 [Missing <summary> documentation for "P:ParaPlanREST.Models.Program.billingAddress"]
 
    Namespace: 
   ParaPlanREST.Models
    Assembly:
   ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic Place billingAddress { get; set; }public:
property Place^ billingAddress {
	Place^ get ();
	void set (Place^ value);
}function get_billingAddress();
function set_billingAddress(value);
Property Value
Type: 
Place See Also
See Also