java.lang.Object
com.aoapps.payments.TransactionResult
com.aoapps.payments.CaptureResult
- All Implemented Interfaces:
Cloneable
Encapsulates the results of a capture.
- 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
ConstructorDescriptionCaptureResult
(String providerId, TransactionResult.CommunicationResult communicationResult, String providerErrorCode, TransactionResult.ErrorCode errorCode, String providerErrorMessage, String providerUniqueId) Creates a new capture result. -
Method Summary
Methods inherited from class com.aoapps.payments.TransactionResult
getCommunicationResult, getErrorCode, getProviderErrorCode, getProviderErrorMessage, getProviderId, getProviderUniqueId
-
Constructor Details
-
CaptureResult
public CaptureResult(String providerId, TransactionResult.CommunicationResult communicationResult, String providerErrorCode, TransactionResult.ErrorCode errorCode, String providerErrorMessage, String providerUniqueId) Creates a new capture result.
-
-
Method Details
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-