-
public final class BillingError
-
-
Field Summary
Fields Modifier and Type Field Description private final BillingErrorTypeerrorTypeprivate final StringdebugMessageprivate final IntegerresponseCode
-
Constructor Summary
Constructors Constructor Description BillingError(BillingErrorType errorType, BillingResult billingResult)BillingError(BillingErrorType errorType, String debugMessage, Integer responseCode)
-
Method Summary
Modifier and Type Method Description final BillingErrorTypegetErrorType()final StringgetDebugMessage()final IntegergetResponseCode()StringtoString()-
-
Constructor Detail
-
BillingError
BillingError(BillingErrorType errorType, BillingResult billingResult)
-
BillingError
BillingError(BillingErrorType errorType, String debugMessage, Integer responseCode)
-
-
Method Detail
-
getErrorType
final BillingErrorType getErrorType()
-
getDebugMessage
final String getDebugMessage()
-
getResponseCode
final Integer getResponseCode()
-
-
-
-