java.lang.Object
com.aoapps.payments.TransactionResult
com.aoapps.payments.CreditResult
Encapsulates the results of a credit.
- Author:
- AO Industries, Inc.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.aoapps.payments.TransactionResult
TransactionResult.CommunicationResult, TransactionResult.ErrorCode
-
Constructor Summary
ConstructorDescriptionCreditResult
(String providerId, TransactionResult.CommunicationResult communicationResult, String providerErrorCode, TransactionResult.ErrorCode errorCode, String providerErrorMessage, String providerUniqueId) Creates a new credit result. -
Method Summary
Methods inherited from class com.aoapps.payments.TransactionResult
getCommunicationResult, getErrorCode, getProviderErrorCode, getProviderErrorMessage, getProviderId, getProviderUniqueId
-
Constructor Details
-
CreditResult
public CreditResult(String providerId, TransactionResult.CommunicationResult communicationResult, String providerErrorCode, TransactionResult.ErrorCode errorCode, String providerErrorMessage, String providerUniqueId) Creates a new credit result.
-