class Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeveloperMonetizationConfig

Monetization configuration for the developer.

Attributes

billing_type[RW]

Billing type. Corresponds to the JSON property `billingType` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 2754
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/apigee_v1/classes.rb, line 2759
def update!(**args)
  @billing_type = args[:billing_type] if args.key?(:billing_type)
end