Package com.onlinepayments.domain
Class RefundResponse
java.lang.Object
com.onlinepayments.domain.RefundResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Our unique payment transaction identifierObject containing refund detailsCurrent high-level status of the payment in a human-readable form.voidOur unique payment transaction identifiervoidsetRefundOutput(RefundOutput value) Object containing refund detailsvoidCurrent high-level status of the payment in a human-readable form.voidsetStatusOutput(OrderStatusOutput value) Our unique payment transaction identifierwithRefundOutput(RefundOutput value) Object containing refund detailswithStatus(String value) Current high-level status of the payment in a human-readable form.
-
Constructor Details
-
RefundResponse
public RefundResponse()
-
-
Method Details
-
getId
Our unique payment transaction identifier -
setId
Our unique payment transaction identifier -
withId
Our unique payment transaction identifier -
getRefundOutput
Object containing refund details -
setRefundOutput
Object containing refund details -
withRefundOutput
Object containing refund details -
getStatus
Current high-level status of the payment in a human-readable form. -
setStatus
Current high-level status of the payment in a human-readable form. -
withStatus
Current high-level status of the payment in a human-readable form. -
getStatusOutput
-
setStatusOutput
-
withStatusOutput
-