Class Purchases.RedeemGooglePlayStorePurchaseArgs
Inheritance
Purchases.RedeemGooglePlayStorePurchaseArgs
Assembly: Unity.Services.Economy.dll
Syntax
[Obsolete("The model provided by Economy.Purchases.RedeemGooglePlayStorePurchaseArgs has been moved to EconomyService.Instance.RedeemGooglePlayStorePurchaseArgs, and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
public class Purchases.RedeemGooglePlayStorePurchaseArgs : RedeemGooglePlayStorePurchaseArgs
Constructors
RedeemGooglePlayStorePurchaseArgs(string, string, string, int, string)
Declaration
public RedeemGooglePlayStorePurchaseArgs(string realMoneyPurchaseId, string purchaseData, string purchaseDataSignature, int localCost, string localCurrency)
Parameters