Interface SkipperSrv.Iface

All Known Implementing Classes:
SkipperSrv.Client
Enclosing class:
SkipperSrv

public static interface SkipperSrv.Iface
Service for work with chargebacks
  • Method Details

    • processChargebackData

      void processChargebackData​(ChargebackEvent event) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getChargebackData

      ChargebackData getChargebackData​(String invoice_id, String payment_id, String chargeback_id) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getRetrievalRequestData

      ChargebackData getRetrievalRequestData​(String invoice_id, String payment_id, String chargeback_id) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getChargebacks

      List<ChargebackData> getChargebacks​(ChargebackFilter filter) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException