Package dev.vality.anapi.v2.api
Interface PayoutsApiDelegate
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-07-07T08:12:11.951968249Z[Etc/UTC]")
public interface PayoutsApiDelegate
A delegate to be called by the
PayoutsApiController}.
Implement this interface with a Service annotated class.-
Method Summary
Modifier and Type Method Description default Optional<org.springframework.web.context.request.NativeWebRequest>getRequest()default org.springframework.http.ResponseEntity<InlineResponse20012>searchPayouts(String xRequestID, String partyID, OffsetDateTime fromTime, OffsetDateTime toTime, Integer limit, String xRequestDeadline, String shopID, List<String> shopIDs, String paymentInstitutionRealm, String payoutID, String payoutToolType, String continuationToken)GET /payouts : Поиск выплат Поиск выплат
-
Method Details
-
getRequest
-
searchPayouts
default org.springframework.http.ResponseEntity<InlineResponse20012> searchPayouts(String xRequestID, String partyID, OffsetDateTime fromTime, OffsetDateTime toTime, Integer limit, String xRequestDeadline, String shopID, List<String> shopIDs, String paymentInstitutionRealm, String payoutID, String payoutToolType, String continuationToken)GET /payouts : Поиск выплат Поиск выплат- Parameters:
xRequestID- Уникальный идентификатор запроса к системе (required)partyID- Уникальный идентификатор участника в рамках платформы (required)fromTime- Начало временного отрезка (required)toTime- Конец временного отрезка (required)limit- Лимит выборки (required)xRequestDeadline- Максимальное время обработки запроса (optional)shopID- Идентификатор магазина (optional)shopIDs- Идентификаторы магазинов (optional)paymentInstitutionRealm- Тип магазина, тестовый или «боевой» (optional)payoutID- Идентификатор выплаты (optional)payoutToolType- (optional)continuationToken- (optional)- Returns:
- Найденные выплаты (status code 200) or Неверные данные (status code 400) or Ошибка авторизации (status code 401)
- See Also:
PayoutsApi.searchPayouts(java.lang.String, java.lang.String, java.time.OffsetDateTime, java.time.OffsetDateTime, java.lang.Integer, java.lang.String, java.lang.String, java.util.List<java.lang.String>, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
-