Table of Contents

Class WirelessBillingPlan

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Plans

[DataContract]
public class WirelessBillingPlan : IdentifiedItem
Inheritance
WirelessBillingPlan
Inherited Members

Properties

BandwidthLimits

Bandwidth limits

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "bandwidthLimits")]
public BandwidthLimit BandwidthLimits { get; set; }

Property Value

BandwidthLimit

Price

Price

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "price")]
public string Price { get; set; }

Property Value

string

TimeLimit

Time limit

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "timeLimit")]
public string TimeLimit { get; set; }

Property Value

string