billingPeriod property

String? billingPeriod
getter/setter pair

Frequency at which the customer will be billed. Possible string values are:

  • "BILLING_PERIOD_UNSPECIFIED" : Billing period not specified.
  • "WEEKLY" : Weekly billing period. Note: Not supported by Apigee at this time.
  • "MONTHLY" : Monthly billing period.

Implementation

core.String? billingPeriod;