-
public final class PurchaseError
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPurchaseError.Companion
-
Field Summary
Fields Modifier and Type Field Description private SubResponseCodeAndroidsubResponseCodeAndroidprivate final ErrorCodecodeprivate final StringdebugMessageprivate final BooleanisEmptyProductListprivate final Stringmessageprivate final StringproductIdprivate final List<String>productIdsprivate final StringproductTypeprivate final IntegerresponseCode
-
Constructor Summary
Constructors Constructor Description PurchaseError(ErrorCode code, String debugMessage, Boolean isEmptyProductList, String message, String productId, List<String> productIds, String productType, Integer responseCode, SubResponseCodeAndroid subResponseCodeAndroid)PurchaseError(ErrorCode code, String debugMessage, Boolean isEmptyProductList, String message, String productId, List<String> productIds, String productType, Integer responseCode)
-
Method Summary
Modifier and Type Method Description final SubResponseCodeAndroidgetSubResponseCodeAndroid()final UnitsetSubResponseCodeAndroid(SubResponseCodeAndroid subResponseCodeAndroid)final ErrorCodegetCode()final StringgetDebugMessage()final BooleangetIsEmptyProductList()final StringgetMessage()final StringgetProductId()final List<String>getProductIds()final StringgetProductType()final IntegergetResponseCode()final Map<String, Object>toJson()-
-
Method Detail
-
getSubResponseCodeAndroid
final SubResponseCodeAndroid getSubResponseCodeAndroid()
-
setSubResponseCodeAndroid
final Unit setSubResponseCodeAndroid(SubResponseCodeAndroid subResponseCodeAndroid)
-
getDebugMessage
final String getDebugMessage()
-
getIsEmptyProductList
final Boolean getIsEmptyProductList()
-
getMessage
final String getMessage()
-
getProductId
final String getProductId()
-
getProductIds
final List<String> getProductIds()
-
getProductType
final String getProductType()
-
getResponseCode
final Integer getResponseCode()
-
-
-
-