Class CreateSteamIapReceipt
java.lang.Object
dev.getelements.elements.sdk.model.steam.CreateSteamIapReceipt
- All Implemented Interfaces:
Serializable
Represents the request body for verifying and creating a Steam IAP receipt.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the Steam order ID.inthashCode()voidsetOrderId(String orderId) Sets the Steam order ID.toString()
-
Constructor Details
-
CreateSteamIapReceipt
public CreateSteamIapReceipt()Creates a new instance.
-
-
Method Details