class Google::Apis::AndroidpublisherV3::OtherRegionsSubscriptionOfferPhasePrices

def update!(**args)

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