Package com.onlinepayments.domain
Class CapturesResponse
java.lang.Object
com.onlinepayments.domain.CapturesResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe list of all captures performed on the requested payment.voidsetCaptures(List<Capture> value) The list of all captures performed on the requested payment.withCaptures(List<Capture> value) The list of all captures performed on the requested payment.
-
Constructor Details
-
CapturesResponse
public CapturesResponse()
-
-
Method Details
-
getCaptures
The list of all captures performed on the requested payment. -
setCaptures
The list of all captures performed on the requested payment. -
withCaptures
The list of all captures performed on the requested payment.
-