class Google::Apis::AndroidpublisherV3::Price

Definition of a price, i.e. currency and units.

def initialize(**args)

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

def update!(**args)

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