class Google::Apis::AndroidpublisherV3::SubscriptionPriceChange

def update!(**args)

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