billingType property

String? billingType
getter/setter pair

Indicates the billing type of the client Possible string values are:

  • "BILLING_TYPE_UNSPECIFIED" : Unspecified billing type
  • "BILLING_TYPE_APIGEE_TRIALS" : A trial org provisioned through Apigee Provisioning Wizard
  • "BILLING_TYPE_APIGEE_SUBSCRIPTION" : Subscription based users of Apigee
  • "BILLING_TYPE_PAYG" : Consumption based users of IP

Implementation

core.String? billingType;