Interface RecurrentPaymentToolsSrv.Iface
- All Known Implementing Classes:
RecurrentPaymentToolsSrv.Client
- Enclosing class:
- RecurrentPaymentToolsSrv
public static interface RecurrentPaymentToolsSrv.Iface
-
Method Summary
Modifier and Type Method Description RecurrentPaymentToolabandon(String id)RecurrentPaymentToolcreate(RecurrentPaymentToolParams params)RecurrentPaymentToolget(String id)List<RecurrentPaymentToolEvent>getEvents(String id, EventRange range)
-
Method Details
-
create
RecurrentPaymentTool create(RecurrentPaymentToolParams params) throws InvalidPartyStatus, InvalidShopStatus, ShopNotFound, PartyNotFound, InvalidContractStatus, OperationNotPermitted, InvalidPaymentMethod, org.apache.thrift.TException- Throws:
InvalidPartyStatusInvalidShopStatusShopNotFoundPartyNotFoundInvalidContractStatusOperationNotPermittedInvalidPaymentMethodorg.apache.thrift.TException
-
abandon
RecurrentPaymentTool abandon(String id) throws RecurrentPaymentToolNotFound, InvalidRecurrentPaymentToolStatus, org.apache.thrift.TException- Throws:
RecurrentPaymentToolNotFoundInvalidRecurrentPaymentToolStatusorg.apache.thrift.TException
-
get
RecurrentPaymentTool get(String id) throws RecurrentPaymentToolNotFound, org.apache.thrift.TException- Throws:
RecurrentPaymentToolNotFoundorg.apache.thrift.TException
-
getEvents
List<RecurrentPaymentToolEvent> getEvents(String id, EventRange range) throws RecurrentPaymentToolNotFound, EventNotFound, org.apache.thrift.TException- Throws:
RecurrentPaymentToolNotFoundEventNotFoundorg.apache.thrift.TException
-