Class CreateSteamIapReceipt

java.lang.Object
dev.getelements.elements.sdk.model.steam.CreateSteamIapReceipt
All Implemented Interfaces:
Serializable

public class CreateSteamIapReceipt extends Object implements Serializable
Represents the request body for verifying and creating a Steam IAP receipt.
See Also:
  • Constructor Details

    • CreateSteamIapReceipt

      public CreateSteamIapReceipt()
      Creates a new instance.
  • Method Details

    • getOrderId

      public String getOrderId()
      Returns the Steam order ID.
      Returns:
      the order ID
    • setOrderId

      public void setOrderId(String orderId)
      Sets the Steam order ID.
      Parameters:
      orderId - the order ID
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object