Package com.onlinepayments.domain
Class RefundsResponse
java.lang.Object
com.onlinepayments.domain.RefundsResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe list of all refunds performed on the requested payment.voidsetRefunds(List<RefundResponse> value) The list of all refunds performed on the requested payment.withRefunds(List<RefundResponse> value) The list of all refunds performed on the requested payment.
-
Constructor Details
-
RefundsResponse
public RefundsResponse()
-
-
Method Details
-
getRefunds
The list of all refunds performed on the requested payment. -
setRefunds
The list of all refunds performed on the requested payment. -
withRefunds
The list of all refunds performed on the requested payment.
-