Class RefundResponse

java.lang.Object
com.onlinepayments.domain.RefundResponse

public class RefundResponse extends Object
  • Constructor Details

    • RefundResponse

      public RefundResponse()
  • Method Details

    • getId

      public String getId()
      Our unique payment transaction identifier
    • setId

      public void setId(String value)
      Our unique payment transaction identifier
    • withId

      public RefundResponse withId(String value)
      Our unique payment transaction identifier
    • getRefundOutput

      public RefundOutput getRefundOutput()
      Object containing refund details
    • setRefundOutput

      public void setRefundOutput(RefundOutput value)
      Object containing refund details
    • withRefundOutput

      public RefundResponse withRefundOutput(RefundOutput value)
      Object containing refund details
    • getStatus

      public String getStatus()
      Current high-level status of the payment in a human-readable form.
    • setStatus

      public void setStatus(String value)
      Current high-level status of the payment in a human-readable form.
    • withStatus

      public RefundResponse withStatus(String value)
      Current high-level status of the payment in a human-readable form.
    • getStatusOutput

      public OrderStatusOutput getStatusOutput()
    • setStatusOutput

      public void setStatusOutput(OrderStatusOutput value)
    • withStatusOutput

      public RefundResponse withStatusOutput(OrderStatusOutput value)