class Google::Apis::AndroidpublisherV3::SubscriptionPriceChange
successful conversion.
form of seeking confirmation from the user or tailoring the experience for a
control the user journey for the price change in the app. This can be in the
Contains the price change information for a subscription that can be used to
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @new_price = args[:new_price] if args.key?(:new_price) @state = args[:state] if args.key?(:state) end