billingType property

String? billingType
getter/setter pair

Billing type.

Required. Possible string values are:

  • "BILLING_TYPE_UNSPECIFIED" : The default/unset value.
  • "PREPAID" : AppGroup pays in advance for the use of APIs and the charged amount is deducted from their account balance.
  • "POSTPAID" : AppGroup does not maintain an account balance. The API provider bills the AppGroup for API usage.

Implementation

core.String? billingType;