C# Class SpilGames.Unity.Helpers.Promotion

This is the business object that the developer can use to work with for the InGame Shop Promotion.
Mostrar archivo Open project: spilgames/spil_event_unity_plugin

Public Methods

Method Description
Promotion ( int bundleId, int amount, List prices, string discount, System.DateTime startDate, System.DateTime endDate ) : System

Method Details

Promotion() public method

public Promotion ( int bundleId, int amount, List prices, string discount, System.DateTime startDate, System.DateTime endDate ) : System
bundleId int
amount int
prices List
discount string
startDate System.DateTime
endDate System.DateTime
return System