defaultBillingMode property

String? defaultBillingMode
getter/setter pair

Default billing mode for the deployment and devices under it. Possible string values are:

  • "BILLING_MODE_UNSPECIFIED" : Billing mode has not been specified.
  • "MOBILE" : Price is based on category of CBSD: Category A, Category B registered with SAS.
  • "FIXED_WIRELESS" : Price is based on type of CBSD: Base station or CPE.

Implementation

core.String? defaultBillingMode;