class Google::Apis::AndroidpublisherV3::OneTimeProductBuyPurchaseOption

A purchase option that can be bought.

def initialize(**args)

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

def update!(**args)

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