-
public final class State.PurchaseDeferred extends State
Purchase from store was successful but server was not able to validate it after a specified time The server will continue to try to validate the purchase
-
-
Field Summary
Fields Modifier and Type Field Description private StringplanVendorIdprivate StringofferVendorIdprivate PLYErrorerror
-
Constructor Summary
Constructors Constructor Description State.PurchaseDeferred()
-
Method Summary
Modifier and Type Method Description final StringgetPlanVendorId()final UnitsetPlanVendorId(String planVendorId)final StringgetOfferVendorId()final UnitsetOfferVendorId(String offerVendorId)final PLYErrorgetError()final UnitsetError(PLYError error)-
-
Method Detail
-
getPlanVendorId
final String getPlanVendorId()
-
setPlanVendorId
final Unit setPlanVendorId(String planVendorId)
-
getOfferVendorId
final String getOfferVendorId()
-
setOfferVendorId
final Unit setOfferVendorId(String offerVendorId)
-
-
-
-