| 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 public Place billingAddress { get; set; }
public:
property Place^ billingAddress {
Place^ get ();
void set (Place^ value);
}
function get_billingAddress();
function set_billingAddress(value);
Property Value
Type:
PlaceSee Also