-
public final class PurchaseError
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPurchaseError.Companion
-
Constructor Summary
Constructors Constructor Description PurchaseError(ErrorCode code, String message, String productId)
-
Method Summary
Modifier and Type Method Description final ErrorCodegetCode()final StringgetMessage()final StringgetProductId()final Map<String, Object>toJson()
-