Class RefundResultContainer
- java.lang.Object
-
- com.adyen.model.marketpay.notification.RefundResultContainer
-
public class RefundResultContainer extends Object
-
-
Constructor Summary
Constructors Constructor Description RefundResultContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RefundResultgetRefundResult()voidsetRefundResult(RefundResult refundResult)StringtoString()
-
-
-
Method Detail
-
getRefundResult
public RefundResult getRefundResult()
-
setRefundResult
public void setRefundResult(RefundResult refundResult)
-
-