class Google::Apis::AndroidpublisherV3::BatchUpdatePurchaseOptionStatesResponse

Response message for BatchUpdatePurchaseOptionStates.

def initialize(**args)

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

def update!(**args)

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