Class SkipperSrv.Client

java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.damsel.skipper.SkipperSrv.Client
All Implemented Interfaces:
SkipperSrv.Iface
Enclosing class:
SkipperSrv

public static class SkipperSrv.Client
extends org.apache.thrift.TServiceClient
implements SkipperSrv.Iface
  • Constructor Details

    • Client

      public Client​(org.apache.thrift.protocol.TProtocol prot)
    • Client

      public Client​(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
  • Method Details

    • processChargebackData

      public void processChargebackData​(ChargebackEvent event) throws org.apache.thrift.TException
      Specified by:
      processChargebackData in interface SkipperSrv.Iface
      Throws:
      org.apache.thrift.TException
    • sendProcessChargebackData

      public void sendProcessChargebackData​(ChargebackEvent event) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • recvProcessChargebackData

      public void recvProcessChargebackData() throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getChargebackData

      public ChargebackData getChargebackData​(String invoice_id, String payment_id, String chargeback_id) throws org.apache.thrift.TException
      Specified by:
      getChargebackData in interface SkipperSrv.Iface
      Throws:
      org.apache.thrift.TException
    • sendGetChargebackData

      public void sendGetChargebackData​(String invoice_id, String payment_id, String chargeback_id) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • recvGetChargebackData

      public ChargebackData recvGetChargebackData() throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getRetrievalRequestData

      public ChargebackData getRetrievalRequestData​(String invoice_id, String payment_id, String chargeback_id) throws org.apache.thrift.TException
      Specified by:
      getRetrievalRequestData in interface SkipperSrv.Iface
      Throws:
      org.apache.thrift.TException
    • sendGetRetrievalRequestData

      public void sendGetRetrievalRequestData​(String invoice_id, String payment_id, String chargeback_id) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • recvGetRetrievalRequestData

      public ChargebackData recvGetRetrievalRequestData() throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getChargebacks

      public List<ChargebackData> getChargebacks​(ChargebackFilter filter) throws org.apache.thrift.TException
      Specified by:
      getChargebacks in interface SkipperSrv.Iface
      Throws:
      org.apache.thrift.TException
    • sendGetChargebacks

      public void sendGetChargebacks​(ChargebackFilter filter) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • recvGetChargebacks

      public List<ChargebackData> recvGetChargebacks() throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException