billingType property
Required: The client billing type that was requested
Required. Possible string values are:
- "BILLING_TYPE_UNSPECIFIED"
- "APIGEE_TRIALS" : A trial org provisioned through Apigee Provisioning Wizard
- "APIGEE_SUBSCRIPTION" : Subscription based on concurrency model for Apigee and Application Integration users.
- "PAYG" : Consumption based users of IP
- "SUBSCRIPTION" : Argentum subscription for Application Integration users. To be used in the future.
- "NO_BILLING" : Special billing type to avoid any billing to clients (eg: trusted tester program). This should not be used without consulting with the leads.
Implementation
core.String? billingType;