Class CapturesResponse

java.lang.Object
com.onlinepayments.domain.CapturesResponse

public class CapturesResponse extends Object
  • Constructor Details

    • CapturesResponse

      public CapturesResponse()
  • Method Details

    • getCaptures

      public List<Capture> getCaptures()
      The list of all captures performed on the requested payment.
    • setCaptures

      public void setCaptures(List<Capture> value)
      The list of all captures performed on the requested payment.
    • withCaptures

      public CapturesResponse withCaptures(List<Capture> value)
      The list of all captures performed on the requested payment.