class Google::Apis::AndroidpublisherV3::OneTimePurchaseDetails

Details of a one-time purchase.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @offer_id = args[:offer_id] if args.key?(:offer_id)
  @purchase_option_id = args[:purchase_option_id] if args.key?(:purchase_option_id)
  @quantity = args[:quantity] if args.key?(:quantity)
  @rental_details = args[:rental_details] if args.key?(:rental_details)
end