class Google::Apis::AndroidpublisherV3::ItemReplacement
Details about a subscription line item that is being replaced.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @base_plan_id = args[:base_plan_id] if args.key?(:base_plan_id) @offer_id = args[:offer_id] if args.key?(:offer_id) @product_id = args[:product_id] if args.key?(:product_id) @replacement_mode = args[:replacement_mode] if args.key?(:replacement_mode) end