class Google::Apis::AndroidpublisherV2::Prorate

Attributes

default_price[RW]

Default price cannot be zero and must be less than the full subscription price. Default price is always in the developer's Checkout merchant currency. Targeted countries have their prices set automatically based on the default_price. Corresponds to the JSON property `defaultPrice` @return [Google::Apis::AndroidpublisherV2::Price]

start[RW]

Defines the first day on which the price takes effect. Corresponds to the JSON property `start` @return [Google::Apis::AndroidpublisherV2::MonthDay]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/androidpublisher_v2/classes.rb, line 1156
def update!(**args)
  @default_price = args[:default_price] if args.key?(:default_price)
  @start = args[:start] if args.key?(:start)
end