-
Methods in dev.vality.anapi.v2.api that return types with arguments of type InlineResponse20012
| Modifier and Type |
Method |
Description |
default org.springframework.http.ResponseEntity<InlineResponse20012> |
PayoutsApi.searchPayouts(String xRequestID,
@NotNull @Size(min=1,max=40) @Valid String partyID,
@NotNull @Valid OffsetDateTime fromTime,
@NotNull @Valid OffsetDateTime toTime,
@NotNull @Min(1L) @Max(1000L) @Valid Integer limit,
String xRequestDeadline,
@Size(min=1,max=40) @Valid String shopID,
@Valid List<String> shopIDs,
@Valid String paymentInstitutionRealm,
@Size(min=1,max=40) @Valid String payoutID,
@Valid String payoutToolType,
@Valid String continuationToken) |
GET /payouts : Поиск выплат
Поиск выплат
|
default org.springframework.http.ResponseEntity<InlineResponse20012> |
PayoutsApiDelegate.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 : Поиск выплат
Поиск выплат
|
-