class Google::Apis::AndroidpublisherV3::PrepaidBasePlanType

base plan, and must be manually renewed by the user.
Represents a base plan that does not automatically renew at the end of the

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @billing_period_duration = args[:billing_period_duration] if args.key?(:billing_period_duration)
  @time_extension = args[:time_extension] if args.key?(:time_extension)
end