DeveloperMonetizationConfig

Monetization configuration for the developer.

JSON representation
{
  "billingType": enum (BillingType)
}
Fields
billingType

enum (BillingType)

Billing type.

BillingType

Billing type values.

Enums
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.