Class RefundsResponse

java.lang.Object
com.onlinepayments.domain.RefundsResponse

public class RefundsResponse extends Object
  • Constructor Details

    • RefundsResponse

      public RefundsResponse()
  • Method Details

    • getRefunds

      public List<RefundResponse> getRefunds()
      The list of all refunds performed on the requested payment.
    • setRefunds

      public void setRefunds(List<RefundResponse> value)
      The list of all refunds performed on the requested payment.
    • withRefunds

      public RefundsResponse withRefunds(List<RefundResponse> value)
      The list of all refunds performed on the requested payment.