v3.1.2
2020.3+
Class Purchases.RedeemGooglePlayStorePurchaseArgs
Inherited Members
Namespace: Unity.Services.Economy
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 RedeemGooglePlayStorePurchaseArgs : RedeemGooglePlayStorePurchaseArgs
Constructors
RedeemGooglePlayStorePurchaseArgs(String, String, String, Int32, String)
Declaration
public RedeemGooglePlayStorePurchaseArgs(string realMoneyPurchaseId, string purchaseData, string purchaseDataSignature, int localCost, string localCurrency)
Parameters
Type | Name | Description |
---|---|---|
String | realMoneyPurchaseId | |
String | purchaseData | |
String | purchaseDataSignature | |
Int32 | localCost | |
String | localCurrency |