AlternativeChoiceDetails.Product

public class AlternativeChoiceDetails.Product


Details about a product being purchased.

Summary

Public methods

boolean
String

Returns the id of the product being purchased.

String

Returns the offer token that was passed in launchBillingFlow to purchase the product.

String

Returns the ProductType of the product being purchased.

int
String

Public methods

equals

public boolean equals(Object o)

getId

public String getId()

Returns the id of the product being purchased.

getOfferToken

public String getOfferToken()

Returns the offer token that was passed in launchBillingFlow to purchase the product.

getType

public String getType()

Returns the ProductType of the product being purchased.

hashCode

public int hashCode()

toString

public String toString()