billingType property

String? billingType
getter/setter pair

Billing type. Possible string values are:

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

Implementation

core.String? billingType;