C# Class SpilGames.Unity.Helpers.Promotion

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

Méthodes publiques

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

Method Details

Promotion() public méthode

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
Résultat System